@salesforce/cli 1.12.0-dev.3 → 1.14.0
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/CHANGELOG.md +343 -0
- package/README.md +26 -6
- package/npm-shrinkwrap.json +22531 -36150
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"1.
|
|
1
|
+
{"version":"1.14.0","commands":{}}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.14.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run"
|
|
@@ -83,12 +83,12 @@
|
|
|
83
83
|
]
|
|
84
84
|
},
|
|
85
85
|
"dependencies": {
|
|
86
|
-
"@oclif/core": "^1.
|
|
86
|
+
"@oclif/core": "^1.3.4",
|
|
87
87
|
"@oclif/plugin-autocomplete": "1.2.0",
|
|
88
88
|
"@oclif/plugin-help": "5.1.10",
|
|
89
89
|
"@oclif/plugin-not-found": "2.3.1",
|
|
90
90
|
"@oclif/plugin-plugins": "2.1.0",
|
|
91
|
-
"@oclif/plugin-update": "
|
|
91
|
+
"@oclif/plugin-update": "3.0.0",
|
|
92
92
|
"@oclif/plugin-version": "1.0.4",
|
|
93
93
|
"@salesforce/sf-plugins-core": "^1.2.1",
|
|
94
94
|
"@sf/config": "npm:@salesforce/plugin-config@2.3.0",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"tslib": "^2.3.1"
|
|
104
104
|
},
|
|
105
105
|
"resolutions": {
|
|
106
|
-
"@oclif/core": "^1.
|
|
106
|
+
"@oclif/core": "^1.3.4",
|
|
107
107
|
"@salesforce/sf-plugins-core": "^1.2.1",
|
|
108
108
|
"@salesforce/templates": "^53.3.0"
|
|
109
109
|
},
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
|
154
154
|
"@typescript-eslint/parser": "^4.33.0",
|
|
155
155
|
"aws-sdk": "^2.1001.0",
|
|
156
|
-
"chai": "^4.3.
|
|
156
|
+
"chai": "^4.3.6",
|
|
157
157
|
"eslint": "^7.32.0",
|
|
158
158
|
"eslint-config-oclif": "^3.1",
|
|
159
159
|
"eslint-config-oclif-typescript": "^0.2.0",
|
|
@@ -162,12 +162,12 @@
|
|
|
162
162
|
"eslint-config-salesforce-license": "^0.1.6",
|
|
163
163
|
"eslint-config-salesforce-typescript": "^0.2.8",
|
|
164
164
|
"eslint-plugin-header": "^3.1.1",
|
|
165
|
-
"eslint-plugin-import": "^2.25.
|
|
165
|
+
"eslint-plugin-import": "^2.25.4",
|
|
166
166
|
"eslint-plugin-jsdoc": "^35.5.1",
|
|
167
167
|
"eslint-plugin-prettier": "^3.4.1",
|
|
168
|
-
"globby": "^11.0
|
|
168
|
+
"globby": "^11.1.0",
|
|
169
169
|
"husky": "^7.0.4",
|
|
170
|
-
"mocha": "^9.
|
|
170
|
+
"mocha": "^9.2.0",
|
|
171
171
|
"nyc": "^15.1.0",
|
|
172
172
|
"oclif": "^2.4.0",
|
|
173
173
|
"prettier": "^2.4.1",
|