@salesforce/cli 2.48.3 → 2.48.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 +1285 -1112
- package/oclif.lock +837 -604
- package/oclif.manifest.json +80 -122
- package/package.json +9 -9
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.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"@salesforce/plugin-functions": "1.23.0",
|
|
84
84
|
"@salesforce/plugin-signups": "2.3.13",
|
|
85
85
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.0",
|
|
86
|
-
"@salesforce/sfdx-scanner": "3.
|
|
86
|
+
"@salesforce/sfdx-scanner": "4.3.0"
|
|
87
87
|
},
|
|
88
88
|
"devPlugins": [
|
|
89
89
|
"@oclif/plugin-command-snapshot",
|
|
@@ -139,13 +139,13 @@
|
|
|
139
139
|
},
|
|
140
140
|
"dependencies": {
|
|
141
141
|
"@inquirer/select": "^2.3.5",
|
|
142
|
-
"@oclif/core": "4.0.
|
|
142
|
+
"@oclif/core": "4.0.7",
|
|
143
143
|
"@oclif/plugin-autocomplete": "3.1.4",
|
|
144
144
|
"@oclif/plugin-commands": "4.0.4",
|
|
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,8 +158,8 @@
|
|
|
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.
|
|
162
|
-
"@salesforce/plugin-org": "4.
|
|
161
|
+
"@salesforce/plugin-marketplace": "1.2.17",
|
|
162
|
+
"@salesforce/plugin-org": "4.3.0",
|
|
163
163
|
"@salesforce/plugin-packaging": "2.6.1",
|
|
164
164
|
"@salesforce/plugin-schema": "3.3.16",
|
|
165
165
|
"@salesforce/plugin-settings": "2.3.6",
|
|
@@ -252,10 +252,10 @@
|
|
|
252
252
|
"@salesforce/plugin-release-management": "^5.5.7",
|
|
253
253
|
"@salesforce/ts-sinon": "^1.4.22",
|
|
254
254
|
"@salesforce/ts-types": "^2.0.9",
|
|
255
|
-
"aws-sdk": "^2.
|
|
256
|
-
"oclif": "^4.13.
|
|
255
|
+
"aws-sdk": "^2.1647.0",
|
|
256
|
+
"oclif": "^4.13.10",
|
|
257
257
|
"ts-node": "^10.9.2",
|
|
258
|
-
"typescript": "^5.
|
|
258
|
+
"typescript": "^5.5.2"
|
|
259
259
|
},
|
|
260
260
|
"wireit": {
|
|
261
261
|
"build": {
|