This website requires JavaScript.
Explore
ben
ben/packages
Help
Sign In
mirrors
/
pulumi
mirror of
https://github.com/pulumi/pulumi.git
Watch
0
Star
0
Fork
You've already forked pulumi
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fraser/transferDeps
Branches
Tags
No results found.
pulumi
/
tests
/
examples
/
formattable
/
package.json
8 lines
118 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
Stop formatting output that should be raw. These changes introduce a new field, `Raw`, to `diag.Message`. This field indicates that the contents of the message are not a format string and should not be rendered via `Sprintf` during stringification. The plugin std{out,err} readers have been updated to use raw messages, and the event reader in `pulumi` has been fixed s.t. it does not format event payloads before display. Fixes #551.
2017-11-14 19:26:41 +00:00
{
"name"
:
"minimal"
,
Add license fields to package.json. (#1656)
2018-07-24 23:10:13 +00:00
"license"
:
"Apache-2.0"
,
Stop formatting output that should be raw. These changes introduce a new field, `Raw`, to `diag.Message`. This field indicates that the contents of the message are not a format string and should not be rendered via `Sprintf` during stringification. The plugin std{out,err} readers have been updated to use raw messages, and the event reader in `pulumi` has been fixed s.t. it does not format event payloads before display. Fixes #551.
2017-11-14 19:26:41 +00:00
"devDependencies"
:
{
Upgrade Node.js SDK to TypeScript 3.0 (#1669) Per pulumi/pulumi#1668. No code changes required, just package.json and lockfile updates.
2018-07-31 06:19:28 +00:00
"typescript"
:
"^3.0.0"
Stop formatting output that should be raw. These changes introduce a new field, `Raw`, to `diag.Message`. This field indicates that the contents of the message are not a format string and should not be rendered via `Sprintf` during stringification. The plugin std{out,err} readers have been updated to use raw messages, and the event reader in `pulumi` has been fixed s.t. it does not format event payloads before display. Fixes #551.
2017-11-14 19:26:41 +00:00
}
}