@salesforce/cli 2.47.4 → 2.47.6
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/README.md +19 -19
- package/npm-shrinkwrap.json +619 -2234
- package/oclif.lock +113 -315
- package/oclif.manifest.json +1 -1
- package/package.json +11 -11
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.47.
|
|
4
|
+
"version": "2.47.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"@oclif/plugin-not-found": "3.2.5",
|
|
147
147
|
"@oclif/plugin-plugins": "5.3.2",
|
|
148
148
|
"@oclif/plugin-search": "1.1.4",
|
|
149
|
-
"@oclif/plugin-update": "4.4.
|
|
149
|
+
"@oclif/plugin-update": "4.4.2",
|
|
150
150
|
"@oclif/plugin-version": "2.2.4",
|
|
151
151
|
"@oclif/plugin-warn-if-update-available": "3.1.6",
|
|
152
152
|
"@oclif/plugin-which": "3.2.4",
|
|
@@ -158,10 +158,10 @@
|
|
|
158
158
|
"@salesforce/plugin-deploy-retrieve": "3.9.6",
|
|
159
159
|
"@salesforce/plugin-info": "3.3.9",
|
|
160
160
|
"@salesforce/plugin-limits": "3.3.13",
|
|
161
|
-
"@salesforce/plugin-marketplace": "1.2.
|
|
162
|
-
"@salesforce/plugin-org": "4.2.
|
|
161
|
+
"@salesforce/plugin-marketplace": "1.2.15",
|
|
162
|
+
"@salesforce/plugin-org": "4.2.4",
|
|
163
163
|
"@salesforce/plugin-packaging": "2.4.6",
|
|
164
|
-
"@salesforce/plugin-schema": "3.3.
|
|
164
|
+
"@salesforce/plugin-schema": "3.3.14",
|
|
165
165
|
"@salesforce/plugin-settings": "2.3.3",
|
|
166
166
|
"@salesforce/plugin-sobject": "1.4.12",
|
|
167
167
|
"@salesforce/plugin-source": "3.4.6",
|
|
@@ -247,15 +247,15 @@
|
|
|
247
247
|
},
|
|
248
248
|
"types": "dist/index.d.ts",
|
|
249
249
|
"devDependencies": {
|
|
250
|
-
"@oclif/plugin-command-snapshot": "^5.
|
|
251
|
-
"@salesforce/dev-scripts": "^
|
|
252
|
-
"@salesforce/plugin-release-management": "^5.
|
|
253
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
250
|
+
"@oclif/plugin-command-snapshot": "^5.2.3",
|
|
251
|
+
"@salesforce/dev-scripts": "^10.1.1",
|
|
252
|
+
"@salesforce/plugin-release-management": "^5.5.7",
|
|
253
|
+
"@salesforce/ts-sinon": "^1.4.22",
|
|
254
254
|
"@salesforce/ts-types": "^2.0.9",
|
|
255
255
|
"aws-sdk": "^2.1631.0",
|
|
256
|
-
"oclif": "^4.13.
|
|
256
|
+
"oclif": "^4.13.8",
|
|
257
257
|
"ts-node": "^10.9.2",
|
|
258
|
-
"typescript": "^5.4.
|
|
258
|
+
"typescript": "^5.4.5"
|
|
259
259
|
},
|
|
260
260
|
"wireit": {
|
|
261
261
|
"build": {
|