@salesforce/cli 2.23.11 → 2.23.13
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 +9 -9
- package/npm-shrinkwrap.json +13372 -15530
- 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.23.
|
|
4
|
+
"version": "2.23.13",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -134,11 +134,11 @@
|
|
|
134
134
|
},
|
|
135
135
|
"dependencies": {
|
|
136
136
|
"@oclif/core": "3.15.1",
|
|
137
|
-
"@oclif/plugin-autocomplete": "3.0.
|
|
137
|
+
"@oclif/plugin-autocomplete": "3.0.4",
|
|
138
138
|
"@oclif/plugin-commands": "3.0.8",
|
|
139
139
|
"@oclif/plugin-help": "6.0.9",
|
|
140
140
|
"@oclif/plugin-not-found": "3.0.6",
|
|
141
|
-
"@oclif/plugin-plugins": "4.1.
|
|
141
|
+
"@oclif/plugin-plugins": "4.1.12",
|
|
142
142
|
"@oclif/plugin-search": "1.0.10",
|
|
143
143
|
"@oclif/plugin-update": "4.1.6",
|
|
144
144
|
"@oclif/plugin-version": "2.0.10",
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
"@salesforce/plugin-release-management": "^4.5.4",
|
|
250
250
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
251
251
|
"@types/debug": "^4.1.12",
|
|
252
|
-
"aws-sdk": "^2.
|
|
252
|
+
"aws-sdk": "^2.1525.0",
|
|
253
253
|
"oclif": "^4.1.0",
|
|
254
254
|
"ts-node": "^10.9.1",
|
|
255
255
|
"typescript": "^5"
|