@salesforce/cli 2.48.3 → 2.48.4
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 +1263 -1104
- package/oclif.lock +819 -591
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.48.
|
|
4
|
+
"version": "2.48.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"@oclif/plugin-help": "6.2.3",
|
|
146
146
|
"@oclif/plugin-not-found": "3.2.6",
|
|
147
147
|
"@oclif/plugin-plugins": "5.3.2",
|
|
148
|
-
"@oclif/plugin-search": "1.
|
|
148
|
+
"@oclif/plugin-search": "1.2.0",
|
|
149
149
|
"@oclif/plugin-update": "4.4.3",
|
|
150
150
|
"@oclif/plugin-version": "2.2.4",
|
|
151
151
|
"@oclif/plugin-warn-if-update-available": "3.1.6",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"@salesforce/plugin-deploy-retrieve": "3.9.9",
|
|
159
159
|
"@salesforce/plugin-info": "3.3.11",
|
|
160
160
|
"@salesforce/plugin-limits": "3.3.15",
|
|
161
|
-
"@salesforce/plugin-marketplace": "1.2.
|
|
161
|
+
"@salesforce/plugin-marketplace": "1.2.17",
|
|
162
162
|
"@salesforce/plugin-org": "4.2.7",
|
|
163
163
|
"@salesforce/plugin-packaging": "2.6.1",
|
|
164
164
|
"@salesforce/plugin-schema": "3.3.16",
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
"@salesforce/ts-sinon": "^1.4.22",
|
|
254
254
|
"@salesforce/ts-types": "^2.0.9",
|
|
255
255
|
"aws-sdk": "^2.1643.0",
|
|
256
|
-
"oclif": "^4.13.
|
|
256
|
+
"oclif": "^4.13.10",
|
|
257
257
|
"ts-node": "^10.9.2",
|
|
258
258
|
"typescript": "^5.4.5"
|
|
259
259
|
},
|