@salesforce/cli 2.76.4 → 2.76.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 +17 -17
- package/npm-shrinkwrap.json +250 -1390
- package/oclif.lock +109 -429
- 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.76.
|
|
4
|
+
"version": "2.76.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"@oclif/plugin-not-found": "3.2.40",
|
|
151
151
|
"@oclif/plugin-plugins": "5.4.30",
|
|
152
152
|
"@oclif/plugin-search": "1.2.20",
|
|
153
|
-
"@oclif/plugin-update": "4.6.
|
|
153
|
+
"@oclif/plugin-update": "4.6.30",
|
|
154
154
|
"@oclif/plugin-version": "2.2.23",
|
|
155
155
|
"@oclif/plugin-warn-if-update-available": "3.1.32",
|
|
156
156
|
"@oclif/plugin-which": "3.2.28",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"@salesforce/plugin-info": "3.4.37",
|
|
165
165
|
"@salesforce/plugin-limits": "3.3.45",
|
|
166
166
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
167
|
-
"@salesforce/plugin-org": "5.2.
|
|
167
|
+
"@salesforce/plugin-org": "5.2.29",
|
|
168
168
|
"@salesforce/plugin-packaging": "2.9.16",
|
|
169
169
|
"@salesforce/plugin-schema": "3.3.49",
|
|
170
170
|
"@salesforce/plugin-settings": "2.4.14",
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
"@salesforce/ts-sinon": "^1.4.30",
|
|
258
258
|
"@salesforce/ts-types": "^2.0.10",
|
|
259
259
|
"aws-sdk": "^2.1692.0",
|
|
260
|
-
"oclif": "^4.17.
|
|
260
|
+
"oclif": "^4.17.25",
|
|
261
261
|
"ts-node": "^10.9.2",
|
|
262
262
|
"typescript": "^5.7.3"
|
|
263
263
|
},
|