@salesforce/cli 2.142.3 → 2.142.5
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 +14 -14
- package/npm-shrinkwrap.json +119 -141
- package/oclif.lock +141 -148
- package/oclif.manifest.json +97 -1
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.142.
|
|
4
|
+
"version": "2.142.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"@salesforce/plugin-user"
|
|
77
77
|
],
|
|
78
78
|
"jitPlugins": {
|
|
79
|
-
"@salesforce/plugin-code-analyzer": "5.
|
|
79
|
+
"@salesforce/plugin-code-analyzer": "5.14.0",
|
|
80
80
|
"@salesforce/plugin-community": "3.3.70",
|
|
81
81
|
"@salesforce/plugin-custom-metadata": "3.3.109",
|
|
82
82
|
"@salesforce/plugin-dev": "2.5.2",
|
|
@@ -147,16 +147,16 @@
|
|
|
147
147
|
"dependencies": {
|
|
148
148
|
"@inquirer/select": "^2.3.5",
|
|
149
149
|
"@oclif/core": "4.11.11",
|
|
150
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
150
|
+
"@oclif/plugin-autocomplete": "3.2.53",
|
|
151
151
|
"@oclif/plugin-commands": "4.1.59",
|
|
152
|
-
"@oclif/plugin-help": "6.2.
|
|
152
|
+
"@oclif/plugin-help": "6.2.53",
|
|
153
153
|
"@oclif/plugin-not-found": "3.2.88",
|
|
154
|
-
"@oclif/plugin-plugins": "5.4.
|
|
155
|
-
"@oclif/plugin-search": "1.2.
|
|
156
|
-
"@oclif/plugin-update": "4.7.
|
|
157
|
-
"@oclif/plugin-version": "2.2.
|
|
158
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
159
|
-
"@oclif/plugin-which": "3.2.
|
|
154
|
+
"@oclif/plugin-plugins": "5.4.80",
|
|
155
|
+
"@oclif/plugin-search": "1.2.52",
|
|
156
|
+
"@oclif/plugin-update": "4.7.53",
|
|
157
|
+
"@oclif/plugin-version": "2.2.50",
|
|
158
|
+
"@oclif/plugin-warn-if-update-available": "3.1.68",
|
|
159
|
+
"@oclif/plugin-which": "3.2.58",
|
|
160
160
|
"@salesforce/core": "^8.31.4",
|
|
161
161
|
"@salesforce/kit": "^3.1.6",
|
|
162
162
|
"@salesforce/plugin-agent": "1.43.0",
|
|
@@ -264,7 +264,7 @@
|
|
|
264
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.24",
|
|
268
268
|
"ts-node": "^10.9.2",
|
|
269
269
|
"typescript": "^5.9.3"
|
|
270
270
|
},
|