@salesforce/cli 2.141.4 → 2.141.6-dev.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/README.md +3 -3
- package/npm-shrinkwrap.json +1255 -361
- package/oclif.lock +362 -190
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.141.
|
|
4
|
+
"version": "2.141.6-dev.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -146,18 +146,18 @@
|
|
|
146
146
|
},
|
|
147
147
|
"dependencies": {
|
|
148
148
|
"@inquirer/select": "^2.3.5",
|
|
149
|
-
"@oclif/core": "4.11.
|
|
150
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
149
|
+
"@oclif/core": "4.11.10",
|
|
150
|
+
"@oclif/plugin-autocomplete": "3.2.52",
|
|
151
151
|
"@oclif/plugin-commands": "4.1.59",
|
|
152
152
|
"@oclif/plugin-help": "6.2.52",
|
|
153
153
|
"@oclif/plugin-not-found": "3.2.88",
|
|
154
154
|
"@oclif/plugin-plugins": "5.4.78",
|
|
155
155
|
"@oclif/plugin-search": "1.2.51",
|
|
156
|
-
"@oclif/plugin-update": "4.7.
|
|
156
|
+
"@oclif/plugin-update": "4.7.52",
|
|
157
157
|
"@oclif/plugin-version": "2.2.49",
|
|
158
158
|
"@oclif/plugin-warn-if-update-available": "3.1.67",
|
|
159
159
|
"@oclif/plugin-which": "3.2.57",
|
|
160
|
-
"@salesforce/core": "^8.
|
|
160
|
+
"@salesforce/core": "^8.31.3-dev.0",
|
|
161
161
|
"@salesforce/kit": "^3.1.6",
|
|
162
162
|
"@salesforce/plugin-agent": "1.42.1",
|
|
163
163
|
"@salesforce/plugin-apex": "3.9.38",
|
|
@@ -258,13 +258,13 @@
|
|
|
258
258
|
"types": "dist/index.d.ts",
|
|
259
259
|
"devDependencies": {
|
|
260
260
|
"@oclif/plugin-command-snapshot": "^5.2.3",
|
|
261
|
-
"@oclif/test": "^4.1.
|
|
261
|
+
"@oclif/test": "^4.1.20",
|
|
262
262
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
263
263
|
"@salesforce/plugin-release-management": "^5.8.21",
|
|
264
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
264
|
+
"@salesforce/ts-sinon": "^1.4.36",
|
|
265
265
|
"@salesforce/ts-types": "^2.0.11",
|
|
266
266
|
"aws-sdk": "^2.1693.0",
|
|
267
|
-
"oclif": "^4.23.
|
|
267
|
+
"oclif": "^4.23.18",
|
|
268
268
|
"ts-node": "^10.9.2",
|
|
269
269
|
"typescript": "^5.9.3"
|
|
270
270
|
},
|