@salesforce/cli 1.10.0 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/npm-shrinkwrap.json +55676 -0
- package/oclif.manifest.json +1 -1
- package/package.json +5 -3
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"1.
|
|
1
|
+
{"version":"1.11.0","commands":{}}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.11.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run"
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"files": [
|
|
15
15
|
"/bin",
|
|
16
16
|
"/dist/**/*.js",
|
|
17
|
-
"/oclif.manifest.json"
|
|
17
|
+
"/oclif.manifest.json",
|
|
18
|
+
"/npm-shrinkwrap.json"
|
|
18
19
|
],
|
|
19
20
|
"keywords": [
|
|
20
21
|
"oclif",
|
|
@@ -123,10 +124,11 @@
|
|
|
123
124
|
"pack:tarballs": "oclif pack:tarballs",
|
|
124
125
|
"pack:verify": "sf-release cli:tarballs:verify --cli sf --windows-username-buffer 36",
|
|
125
126
|
"pack:win": "oclif pack:win",
|
|
126
|
-
"postpack": "rm -f oclif.manifest.json",
|
|
127
|
+
"postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
|
|
127
128
|
"posttest": "yarn test:deprecation-policy",
|
|
128
129
|
"prepack": "sf-prepack",
|
|
129
130
|
"prepare": "sf-install && yarn compile && yarn lint",
|
|
131
|
+
"prepublishOnly": "npm shrinkwrap",
|
|
130
132
|
"pretarball": "sf-release cli:tarballs:prepare --types",
|
|
131
133
|
"pretest": "echo disable # sf-compile-test",
|
|
132
134
|
"promote-dist-tags": "./scripts/promote-dist-tags",
|