@salesforce/cli 2.45.5 → 2.45.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 +23 -23
- package/npm-shrinkwrap.json +938 -427
- package/oclif.lock +397 -352
- package/oclif.manifest.json +1 -1
- package/package.json +13 -14
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.45.
|
|
4
|
+
"version": "2.45.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -140,16 +140,16 @@
|
|
|
140
140
|
"dependencies": {
|
|
141
141
|
"@inquirer/select": "^1.3.1",
|
|
142
142
|
"@oclif/core": "3.26.9",
|
|
143
|
-
"@oclif/plugin-autocomplete": "3.1.
|
|
144
|
-
"@oclif/plugin-commands": "4.0.
|
|
143
|
+
"@oclif/plugin-autocomplete": "3.1.2",
|
|
144
|
+
"@oclif/plugin-commands": "4.0.2",
|
|
145
145
|
"@oclif/plugin-help": "6.1.0",
|
|
146
|
-
"@oclif/plugin-not-found": "3.2.
|
|
147
|
-
"@oclif/plugin-plugins": "5.2.
|
|
148
|
-
"@oclif/plugin-search": "1.1.
|
|
149
|
-
"@oclif/plugin-update": "4.3.
|
|
150
|
-
"@oclif/plugin-version": "2.2.
|
|
151
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
152
|
-
"@oclif/plugin-which": "3.2.
|
|
146
|
+
"@oclif/plugin-not-found": "3.2.2",
|
|
147
|
+
"@oclif/plugin-plugins": "5.2.2",
|
|
148
|
+
"@oclif/plugin-search": "1.1.1",
|
|
149
|
+
"@oclif/plugin-update": "4.3.3",
|
|
150
|
+
"@oclif/plugin-version": "2.2.2",
|
|
151
|
+
"@oclif/plugin-warn-if-update-available": "3.1.4",
|
|
152
|
+
"@oclif/plugin-which": "3.2.1",
|
|
153
153
|
"@salesforce/core": "^7.2.0",
|
|
154
154
|
"@salesforce/kit": "^3.1.0",
|
|
155
155
|
"@salesforce/plugin-apex": "3.1.14",
|
|
@@ -158,11 +158,11 @@
|
|
|
158
158
|
"@salesforce/plugin-deploy-retrieve": "3.8.4",
|
|
159
159
|
"@salesforce/plugin-info": "3.3.4",
|
|
160
160
|
"@salesforce/plugin-limits": "3.3.10",
|
|
161
|
-
"@salesforce/plugin-marketplace": "1.2.
|
|
161
|
+
"@salesforce/plugin-marketplace": "1.2.10",
|
|
162
162
|
"@salesforce/plugin-org": "4.1.19",
|
|
163
163
|
"@salesforce/plugin-packaging": "2.4.5",
|
|
164
164
|
"@salesforce/plugin-schema": "3.3.10",
|
|
165
|
-
"@salesforce/plugin-settings": "2.
|
|
165
|
+
"@salesforce/plugin-settings": "2.3.0",
|
|
166
166
|
"@salesforce/plugin-sobject": "1.4.8",
|
|
167
167
|
"@salesforce/plugin-source": "3.3.21",
|
|
168
168
|
"@salesforce/plugin-telemetry": "3.3.12",
|
|
@@ -175,7 +175,6 @@
|
|
|
175
175
|
"strip-ansi": "^7.1.0"
|
|
176
176
|
},
|
|
177
177
|
"pinnedDependencies": [
|
|
178
|
-
"@oclif/core",
|
|
179
178
|
"@oclif/plugin-autocomplete",
|
|
180
179
|
"@oclif/plugin-commands",
|
|
181
180
|
"@oclif/plugin-help",
|
|
@@ -256,7 +255,7 @@
|
|
|
256
255
|
"@salesforce/ts-types": "^2.0.9",
|
|
257
256
|
"@types/debug": "^4.1.12",
|
|
258
257
|
"aws-sdk": "^2.1631.0",
|
|
259
|
-
"oclif": "^4.
|
|
258
|
+
"oclif": "^4.12.3",
|
|
260
259
|
"ts-node": "^10.9.2",
|
|
261
260
|
"typescript": "^5.4.3"
|
|
262
261
|
},
|