@salesforce/cli 2.8.0 → 2.8.2
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/npm-shrinkwrap.json +11 -39
- package/oclif.manifest.json +1 -1
- package/package.json +5 -6
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.8.
|
|
9
|
+
"version": "2.8.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@oclif/core": "2.
|
|
13
|
+
"@oclif/core": "2.14.0",
|
|
14
14
|
"@oclif/plugin-autocomplete": "2.3.6",
|
|
15
15
|
"@oclif/plugin-commands": "2.2.24",
|
|
16
16
|
"@oclif/plugin-help": "5.2.18",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@salesforce/plugin-apex": "2.3.12",
|
|
26
26
|
"@salesforce/plugin-auth": "2.8.14",
|
|
27
27
|
"@salesforce/plugin-data": "2.5.7",
|
|
28
|
-
"@salesforce/plugin-deploy-retrieve": "1.17.
|
|
28
|
+
"@salesforce/plugin-deploy-retrieve": "1.17.7",
|
|
29
29
|
"@salesforce/plugin-info": "2.6.40",
|
|
30
30
|
"@salesforce/plugin-limits": "2.3.32",
|
|
31
31
|
"@salesforce/plugin-login": "1.2.28",
|
|
@@ -2254,9 +2254,9 @@
|
|
|
2254
2254
|
}
|
|
2255
2255
|
},
|
|
2256
2256
|
"node_modules/@oclif/core": {
|
|
2257
|
-
"version": "2.
|
|
2258
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.
|
|
2259
|
-
"integrity": "sha512-
|
|
2257
|
+
"version": "2.14.0",
|
|
2258
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.14.0.tgz",
|
|
2259
|
+
"integrity": "sha512-LlOM8okLrKNkCCiqOA+9tojwueVHRY/zM8PXUxT1hz1n4Xv1lj9aphWennx1pPnwUMJ3texbEPOkt57o+aDYPA==",
|
|
2260
2260
|
"license": "MIT",
|
|
2261
2261
|
"dependencies": {
|
|
2262
2262
|
"@types/cli-progress": "^3.11.0",
|
|
@@ -2268,7 +2268,6 @@
|
|
|
2268
2268
|
"cli-progress": "^3.12.0",
|
|
2269
2269
|
"debug": "^4.3.4",
|
|
2270
2270
|
"ejs": "^3.1.8",
|
|
2271
|
-
"fs-extra": "^9.1.0",
|
|
2272
2271
|
"get-package-type": "^0.1.0",
|
|
2273
2272
|
"globby": "^11.1.0",
|
|
2274
2273
|
"hyperlinker": "^1.0.0",
|
|
@@ -2278,7 +2277,7 @@
|
|
|
2278
2277
|
"natural-orderby": "^2.0.3",
|
|
2279
2278
|
"object-treeify": "^1.1.33",
|
|
2280
2279
|
"password-prompt": "^1.1.2",
|
|
2281
|
-
"semver": "^7.5.
|
|
2280
|
+
"semver": "^7.5.4",
|
|
2282
2281
|
"slice-ansi": "^4.0.0",
|
|
2283
2282
|
"string-width": "^4.2.3",
|
|
2284
2283
|
"strip-ansi": "^6.0.1",
|
|
@@ -2294,33 +2293,6 @@
|
|
|
2294
2293
|
"node": ">=14.0.0"
|
|
2295
2294
|
}
|
|
2296
2295
|
},
|
|
2297
|
-
"node_modules/@oclif/core/node_modules/fs-extra": {
|
|
2298
|
-
"version": "9.1.0",
|
|
2299
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
|
|
2300
|
-
"integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
|
|
2301
|
-
"license": "MIT",
|
|
2302
|
-
"dependencies": {
|
|
2303
|
-
"at-least-node": "^1.0.0",
|
|
2304
|
-
"graceful-fs": "^4.2.0",
|
|
2305
|
-
"jsonfile": "^6.0.1",
|
|
2306
|
-
"universalify": "^2.0.0"
|
|
2307
|
-
},
|
|
2308
|
-
"engines": {
|
|
2309
|
-
"node": ">=10"
|
|
2310
|
-
}
|
|
2311
|
-
},
|
|
2312
|
-
"node_modules/@oclif/core/node_modules/jsonfile": {
|
|
2313
|
-
"version": "6.1.0",
|
|
2314
|
-
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
|
|
2315
|
-
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
|
|
2316
|
-
"license": "MIT",
|
|
2317
|
-
"dependencies": {
|
|
2318
|
-
"universalify": "^2.0.0"
|
|
2319
|
-
},
|
|
2320
|
-
"optionalDependencies": {
|
|
2321
|
-
"graceful-fs": "^4.1.6"
|
|
2322
|
-
}
|
|
2323
|
-
},
|
|
2324
2296
|
"node_modules/@oclif/core/node_modules/supports-color": {
|
|
2325
2297
|
"version": "8.1.1",
|
|
2326
2298
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -3807,9 +3779,9 @@
|
|
|
3807
3779
|
}
|
|
3808
3780
|
},
|
|
3809
3781
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
3810
|
-
"version": "1.17.
|
|
3811
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.17.
|
|
3812
|
-
"integrity": "sha512-
|
|
3782
|
+
"version": "1.17.7",
|
|
3783
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.17.7.tgz",
|
|
3784
|
+
"integrity": "sha512-7312I7mGySEVRmFrVPtJOEGaJ5/b3JqcUE44OhbgpfpaQPY+trKgTEUa5U2M6qnaMh2Z6xLxldKWVq+XPUrNtQ==",
|
|
3813
3785
|
"license": "BSD-3-Clause",
|
|
3814
3786
|
"dependencies": {
|
|
3815
3787
|
"@oclif/core": "^2.11.7",
|
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.8.
|
|
4
|
+
"version": "2.8.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@salesforce/plugin-custom-metadata": "2.1.41",
|
|
73
73
|
"@salesforce/plugin-community": "2.3.14",
|
|
74
74
|
"@salesforce/plugin-dev": "1.1.9",
|
|
75
|
-
"@salesforce/plugin-devops-center": "1.1.
|
|
75
|
+
"@salesforce/plugin-devops-center": "1.1.1",
|
|
76
76
|
"@salesforce/plugin-env": "2.1.23",
|
|
77
77
|
"@salesforce/plugin-functions": "1.21.11",
|
|
78
78
|
"@salesforce/plugin-packaging": "1.23.0",
|
|
@@ -109,8 +109,7 @@
|
|
|
109
109
|
"identifier": "com.salesforce.cli"
|
|
110
110
|
},
|
|
111
111
|
"windows": {
|
|
112
|
-
"name": "Salesforce CLI"
|
|
113
|
-
"keypath": "/tmp/windows-signing.pfx"
|
|
112
|
+
"name": "Salesforce CLI"
|
|
114
113
|
},
|
|
115
114
|
"additionalVersionFlags": [
|
|
116
115
|
"-v"
|
|
@@ -120,7 +119,7 @@
|
|
|
120
119
|
]
|
|
121
120
|
},
|
|
122
121
|
"dependencies": {
|
|
123
|
-
"@oclif/core": "2.
|
|
122
|
+
"@oclif/core": "2.14.0",
|
|
124
123
|
"@oclif/plugin-autocomplete": "2.3.6",
|
|
125
124
|
"@oclif/plugin-commands": "2.2.24",
|
|
126
125
|
"@oclif/plugin-help": "5.2.18",
|
|
@@ -135,7 +134,7 @@
|
|
|
135
134
|
"@salesforce/plugin-apex": "2.3.12",
|
|
136
135
|
"@salesforce/plugin-auth": "2.8.14",
|
|
137
136
|
"@salesforce/plugin-data": "2.5.7",
|
|
138
|
-
"@salesforce/plugin-deploy-retrieve": "1.17.
|
|
137
|
+
"@salesforce/plugin-deploy-retrieve": "1.17.7",
|
|
139
138
|
"@salesforce/plugin-info": "2.6.40",
|
|
140
139
|
"@salesforce/plugin-limits": "2.3.32",
|
|
141
140
|
"@salesforce/plugin-login": "1.2.28",
|