vss-monaco-editor
Advanced tools
Comparing version 0.18.1-bugfix.1 to 0.18.1-bugfix.2
{ | ||
"_args": [ | ||
[ | ||
"vss-monaco-editor@0.18.1", | ||
"C:\\repos\\VSO\\npm\\default" | ||
"vss-monaco-editor@0.18.1-bugfix.1", | ||
"c:\\vso\\npm\\default" | ||
] | ||
], | ||
"_from": "vss-monaco-editor@0.18.1", | ||
"_id": "vss-monaco-editor@0.18.1", | ||
"_from": "vss-monaco-editor@0.18.1-bugfix.1", | ||
"_id": "vss-monaco-editor@0.18.1-bugfix.1", | ||
"_inBundle": false, | ||
"_integrity": "sha1-mPy+j6yNoUbgA+utJYVWSvkUVKs=", | ||
"_integrity": "sha1-lcNhtOPggR11vTTAufv9HX337k4=", | ||
"_location": "/vss-monaco-editor", | ||
@@ -17,8 +17,8 @@ "_phantomChildren": {}, | ||
"registry": true, | ||
"raw": "vss-monaco-editor@0.18.1", | ||
"raw": "vss-monaco-editor@0.18.1-bugfix.1", | ||
"name": "vss-monaco-editor", | ||
"escapedName": "vss-monaco-editor", | ||
"rawSpec": "0.18.1", | ||
"rawSpec": "0.18.1-bugfix.1", | ||
"saveSpec": null, | ||
"fetchSpec": "0.18.1" | ||
"fetchSpec": "0.18.1-bugfix.1" | ||
}, | ||
@@ -28,5 +28,5 @@ "_requiredBy": [ | ||
], | ||
"_resolved": "https://mseng.pkgs.visualstudio.com/_packaging/Codex-Deps/npm/registry/vss-monaco-editor/-/vss-monaco-editor-0.18.1.tgz", | ||
"_spec": "0.18.1", | ||
"_where": "C:\\repos\\VSO\\npm\\default", | ||
"_resolved": "https://mseng.pkgs.visualstudio.com/_packaging/Codex-Deps/npm/registry/vss-monaco-editor/-/vss-monaco-editor-0.18.1-bugfix.1.tgz", | ||
"_spec": "0.18.1-bugfix.1", | ||
"_where": "c:\\vso\\npm\\default", | ||
"dependencies": {}, | ||
@@ -49,3 +49,3 @@ "description": "vss-monaco-editor", | ||
}, | ||
"version": "0.18.1-bugfix.1" | ||
"version": "0.18.1-bugfix.2" | ||
} |
@@ -7,4 +7,14 @@ vss-monaco-editor | ||
npm install monaco-editor@version --save | ||
Update package.json and change the version to match the version of monaco-editor that was installed | ||
npm run build | ||
npm publish | ||
npm publish | ||
Update our version of the npm package in npm\default\package.json to the new version. | ||
Update the bundle references in product code: | ||
vss-monaco-editor.webproj contains references to the main bundle (min & debug). | ||
MonacoEnvironments.ts contains references to the sub bundles (min & debug). | ||
All bundle references hashes should the version of vss-monaco-editor we are using. |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
30143842
20
5