@salesforce/cli 2.63.4 → 2.63.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 +25 -25
- package/npm-shrinkwrap.json +1054 -127
- package/oclif.lock +456 -99
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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.63.
|
|
4
|
+
"version": "2.63.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -140,24 +140,24 @@
|
|
|
140
140
|
},
|
|
141
141
|
"dependencies": {
|
|
142
142
|
"@inquirer/select": "^2.3.5",
|
|
143
|
-
"@oclif/core": "4.0.
|
|
143
|
+
"@oclif/core": "4.0.29",
|
|
144
144
|
"@oclif/plugin-autocomplete": "3.2.6",
|
|
145
145
|
"@oclif/plugin-commands": "4.1.3",
|
|
146
146
|
"@oclif/plugin-help": "6.2.15",
|
|
147
147
|
"@oclif/plugin-not-found": "3.2.22",
|
|
148
148
|
"@oclif/plugin-plugins": "5.4.15",
|
|
149
|
-
"@oclif/plugin-search": "1.2.
|
|
149
|
+
"@oclif/plugin-search": "1.2.12",
|
|
150
150
|
"@oclif/plugin-update": "4.6.4",
|
|
151
151
|
"@oclif/plugin-version": "2.2.15",
|
|
152
152
|
"@oclif/plugin-warn-if-update-available": "3.1.19",
|
|
153
153
|
"@oclif/plugin-which": "3.2.16",
|
|
154
154
|
"@salesforce/core": "^8.2.3",
|
|
155
155
|
"@salesforce/kit": "^3.1.6",
|
|
156
|
-
"@salesforce/plugin-apex": "3.5.
|
|
156
|
+
"@salesforce/plugin-apex": "3.5.4",
|
|
157
157
|
"@salesforce/plugin-api": "1.3.1",
|
|
158
158
|
"@salesforce/plugin-auth": "3.6.68",
|
|
159
159
|
"@salesforce/plugin-data": "3.7.1",
|
|
160
|
-
"@salesforce/plugin-deploy-retrieve": "3.
|
|
160
|
+
"@salesforce/plugin-deploy-retrieve": "3.13.1",
|
|
161
161
|
"@salesforce/plugin-info": "3.4.12",
|
|
162
162
|
"@salesforce/plugin-limits": "3.3.33",
|
|
163
163
|
"@salesforce/plugin-marketplace": "1.2.26",
|
|
@@ -256,9 +256,9 @@
|
|
|
256
256
|
"@salesforce/ts-sinon": "^1.4.27",
|
|
257
257
|
"@salesforce/ts-types": "^2.0.10",
|
|
258
258
|
"aws-sdk": "^2.1691.0",
|
|
259
|
-
"oclif": "^4.15.
|
|
259
|
+
"oclif": "^4.15.8",
|
|
260
260
|
"ts-node": "^10.9.2",
|
|
261
|
-
"typescript": "^5.6.
|
|
261
|
+
"typescript": "^5.6.3"
|
|
262
262
|
},
|
|
263
263
|
"wireit": {
|
|
264
264
|
"build": {
|