@salesforce/cli 2.19.8 → 2.20.1
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 +1 -1
- package/npm-shrinkwrap.json +7 -7
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.20.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.20.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@oclif/plugin-version": "2.0.7",
|
|
22
22
|
"@oclif/plugin-warn-if-update-available": "3.0.3",
|
|
23
23
|
"@oclif/plugin-which": "3.0.10",
|
|
24
|
-
"@salesforce/core": "^6.1.
|
|
24
|
+
"@salesforce/core": "^6.1.4",
|
|
25
25
|
"@salesforce/plugin-apex": "3.0.6",
|
|
26
26
|
"@salesforce/plugin-auth": "3.0.7",
|
|
27
27
|
"@salesforce/plugin-data": "3.0.1",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"husky": "^7.0.4",
|
|
72
72
|
"mocha": "^10",
|
|
73
73
|
"nyc": "^15.1.0",
|
|
74
|
-
"oclif": "^4.0.
|
|
74
|
+
"oclif": "^4.0.4",
|
|
75
75
|
"prettier": "^2.8.8",
|
|
76
76
|
"pretty-quick": "^3.1.3",
|
|
77
77
|
"sinon": "^15.2.0",
|
|
@@ -22319,9 +22319,9 @@
|
|
|
22319
22319
|
"license": "MIT"
|
|
22320
22320
|
},
|
|
22321
22321
|
"node_modules/oclif": {
|
|
22322
|
-
"version": "4.0.
|
|
22323
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.0.
|
|
22324
|
-
"integrity": "sha512-
|
|
22322
|
+
"version": "4.0.4",
|
|
22323
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.0.4.tgz",
|
|
22324
|
+
"integrity": "sha512-2rebdu1Ow9/TRolMI7s1IsJmKH7RpwlBzIKZFtE8eFiDmGenX6GEsWaxSEtgMXmzCSSQ1DbCRDv0hwcwVGIJuA==",
|
|
22325
22325
|
"dev": true,
|
|
22326
22326
|
"license": "MIT",
|
|
22327
22327
|
"dependencies": {
|
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.
|
|
4
|
+
"version": "2.20.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"@oclif/plugin-version": "2.0.7",
|
|
136
136
|
"@oclif/plugin-warn-if-update-available": "3.0.3",
|
|
137
137
|
"@oclif/plugin-which": "3.0.10",
|
|
138
|
-
"@salesforce/core": "^6.1.
|
|
138
|
+
"@salesforce/core": "^6.1.4",
|
|
139
139
|
"@salesforce/plugin-apex": "3.0.6",
|
|
140
140
|
"@salesforce/plugin-auth": "3.0.7",
|
|
141
141
|
"@salesforce/plugin-data": "3.0.1",
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"pack:tarballs": "oclif pack:tarballs --xz --parallel",
|
|
210
210
|
"pack:tarballs:sequential": "oclif pack:tarballs --xz",
|
|
211
211
|
"pack:verify": "sf-release cli:tarballs:verify --cli sf --windows-username-buffer 34",
|
|
212
|
-
"pack:win": "oclif pack:win",
|
|
212
|
+
"pack:win": "oclif pack:win --defender-exclusion unchecked",
|
|
213
213
|
"postinstall": "node ./scripts/post-install-release-notes.js",
|
|
214
214
|
"postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
|
|
215
215
|
"preinstall": "node ./scripts/preinstall.js",
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
"husky": "^7.0.4",
|
|
258
258
|
"mocha": "^10",
|
|
259
259
|
"nyc": "^15.1.0",
|
|
260
|
-
"oclif": "^4.0.
|
|
260
|
+
"oclif": "^4.0.4",
|
|
261
261
|
"prettier": "^2.8.8",
|
|
262
262
|
"pretty-quick": "^3.1.3",
|
|
263
263
|
"sinon": "^15.2.0",
|