@salesforce/cli 1.12.0-dev.4 → 1.15.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 +345 -0
- package/README.md +26 -6
- package/npm-shrinkwrap.json +53398 -0
- package/oclif.manifest.json +1 -1
- package/package.json +11 -9
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"1.
|
|
1
|
+
{"version":"1.15.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.15.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",
|
|
@@ -82,12 +83,12 @@
|
|
|
82
83
|
]
|
|
83
84
|
},
|
|
84
85
|
"dependencies": {
|
|
85
|
-
"@oclif/core": "^1.
|
|
86
|
+
"@oclif/core": "^1.3.4",
|
|
86
87
|
"@oclif/plugin-autocomplete": "1.2.0",
|
|
87
88
|
"@oclif/plugin-help": "5.1.10",
|
|
88
89
|
"@oclif/plugin-not-found": "2.3.1",
|
|
89
90
|
"@oclif/plugin-plugins": "2.1.0",
|
|
90
|
-
"@oclif/plugin-update": "
|
|
91
|
+
"@oclif/plugin-update": "3.0.0",
|
|
91
92
|
"@oclif/plugin-version": "1.0.4",
|
|
92
93
|
"@salesforce/sf-plugins-core": "^1.2.1",
|
|
93
94
|
"@sf/config": "npm:@salesforce/plugin-config@2.3.0",
|
|
@@ -102,7 +103,7 @@
|
|
|
102
103
|
"tslib": "^2.3.1"
|
|
103
104
|
},
|
|
104
105
|
"resolutions": {
|
|
105
|
-
"@oclif/core": "^1.
|
|
106
|
+
"@oclif/core": "^1.3.4",
|
|
106
107
|
"@salesforce/sf-plugins-core": "^1.2.1",
|
|
107
108
|
"@salesforce/templates": "^53.3.0"
|
|
108
109
|
},
|
|
@@ -126,6 +127,7 @@
|
|
|
126
127
|
"posttest": "yarn test:deprecation-policy",
|
|
127
128
|
"prepack": "sf-prepack",
|
|
128
129
|
"prepare": "sf-install && yarn compile && yarn lint",
|
|
130
|
+
"prepublishOnly": "npm shrinkwrap",
|
|
129
131
|
"pretarball": "sf-release cli:tarballs:prepare --types",
|
|
130
132
|
"pretest": "echo disable # sf-compile-test",
|
|
131
133
|
"promote-dist-tags": "./scripts/promote-dist-tags",
|
|
@@ -151,7 +153,7 @@
|
|
|
151
153
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
|
152
154
|
"@typescript-eslint/parser": "^4.33.0",
|
|
153
155
|
"aws-sdk": "^2.1001.0",
|
|
154
|
-
"chai": "^4.3.
|
|
156
|
+
"chai": "^4.3.6",
|
|
155
157
|
"eslint": "^7.32.0",
|
|
156
158
|
"eslint-config-oclif": "^3.1",
|
|
157
159
|
"eslint-config-oclif-typescript": "^0.2.0",
|
|
@@ -160,12 +162,12 @@
|
|
|
160
162
|
"eslint-config-salesforce-license": "^0.1.6",
|
|
161
163
|
"eslint-config-salesforce-typescript": "^0.2.8",
|
|
162
164
|
"eslint-plugin-header": "^3.1.1",
|
|
163
|
-
"eslint-plugin-import": "^2.25.
|
|
165
|
+
"eslint-plugin-import": "^2.25.4",
|
|
164
166
|
"eslint-plugin-jsdoc": "^35.5.1",
|
|
165
167
|
"eslint-plugin-prettier": "^3.4.1",
|
|
166
|
-
"globby": "^11.0
|
|
168
|
+
"globby": "^11.1.0",
|
|
167
169
|
"husky": "^7.0.4",
|
|
168
|
-
"mocha": "^9.
|
|
170
|
+
"mocha": "^9.2.0",
|
|
169
171
|
"nyc": "^15.1.0",
|
|
170
172
|
"oclif": "^2.4.0",
|
|
171
173
|
"prettier": "^2.4.1",
|