@salesforce/cli 2.8.9 → 2.8.10
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 +7 -35
- package/oclif.manifest.json +1 -2
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.10",
|
|
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.10",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@oclif/core": "2.15.0",
|
|
14
|
-
"@oclif/plugin-autocomplete": "2.3.
|
|
14
|
+
"@oclif/plugin-autocomplete": "2.3.8",
|
|
15
15
|
"@oclif/plugin-commands": "2.2.25",
|
|
16
16
|
"@oclif/plugin-help": "5.2.19",
|
|
17
17
|
"@oclif/plugin-not-found": "2.4.1",
|
|
@@ -2490,47 +2490,19 @@
|
|
|
2490
2490
|
}
|
|
2491
2491
|
},
|
|
2492
2492
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
2493
|
-
"version": "2.3.
|
|
2494
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.
|
|
2495
|
-
"integrity": "sha512-
|
|
2493
|
+
"version": "2.3.8",
|
|
2494
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.8.tgz",
|
|
2495
|
+
"integrity": "sha512-cmRPss9OQxz8sRoaw5C/4t/Da7eBEIDJWKRsuzUSQBcPJCN3kTgjp24VTjPHT3j86197s/qkjCRct+3P0IGArg==",
|
|
2496
2496
|
"license": "MIT",
|
|
2497
2497
|
"dependencies": {
|
|
2498
2498
|
"@oclif/core": "^2.15.0",
|
|
2499
2499
|
"chalk": "^4.1.0",
|
|
2500
|
-
"debug": "^4.3.4"
|
|
2501
|
-
"fs-extra": "^9.0.1"
|
|
2500
|
+
"debug": "^4.3.4"
|
|
2502
2501
|
},
|
|
2503
2502
|
"engines": {
|
|
2504
2503
|
"node": ">=12.0.0"
|
|
2505
2504
|
}
|
|
2506
2505
|
},
|
|
2507
|
-
"node_modules/@oclif/plugin-autocomplete/node_modules/fs-extra": {
|
|
2508
|
-
"version": "9.1.0",
|
|
2509
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
|
|
2510
|
-
"integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
|
|
2511
|
-
"license": "MIT",
|
|
2512
|
-
"dependencies": {
|
|
2513
|
-
"at-least-node": "^1.0.0",
|
|
2514
|
-
"graceful-fs": "^4.2.0",
|
|
2515
|
-
"jsonfile": "^6.0.1",
|
|
2516
|
-
"universalify": "^2.0.0"
|
|
2517
|
-
},
|
|
2518
|
-
"engines": {
|
|
2519
|
-
"node": ">=10"
|
|
2520
|
-
}
|
|
2521
|
-
},
|
|
2522
|
-
"node_modules/@oclif/plugin-autocomplete/node_modules/jsonfile": {
|
|
2523
|
-
"version": "6.1.0",
|
|
2524
|
-
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
|
|
2525
|
-
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
|
|
2526
|
-
"license": "MIT",
|
|
2527
|
-
"dependencies": {
|
|
2528
|
-
"universalify": "^2.0.0"
|
|
2529
|
-
},
|
|
2530
|
-
"optionalDependencies": {
|
|
2531
|
-
"graceful-fs": "^4.1.6"
|
|
2532
|
-
}
|
|
2533
|
-
},
|
|
2534
2506
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
2535
2507
|
"version": "3.3.15",
|
|
2536
2508
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.3.15.tgz",
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.8.
|
|
2
|
+
"version": "2.8.10",
|
|
3
3
|
"commands": {
|
|
4
4
|
"cmdt:generate:field": {
|
|
5
5
|
"id": "cmdt:generate:field",
|
|
@@ -4634,7 +4634,6 @@
|
|
|
4634
4634
|
"pluginName": "@salesforce/plugin-packaging",
|
|
4635
4635
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4636
4636
|
"pluginType": "jit",
|
|
4637
|
-
"hidden": true,
|
|
4638
4637
|
"aliases": [],
|
|
4639
4638
|
"examples": [
|
|
4640
4639
|
"Retrieve package metadata for a subscriber package version ID (starts with 04t) into my-folder/ within your Salesforce DX project directory:\n<%= config.bin %> <%= command.id %> --package 04t... --output-dir my-folder –-target-org my-scratch\nIf you omit --target-org, this command runs against your default org."
|
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.10",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@salesforce/plugin-devops-center": "1.1.4",
|
|
76
76
|
"@salesforce/plugin-env": "2.1.25",
|
|
77
77
|
"@salesforce/plugin-functions": "1.21.11",
|
|
78
|
-
"@salesforce/plugin-packaging": "1.
|
|
78
|
+
"@salesforce/plugin-packaging": "1.24.0",
|
|
79
79
|
"@salesforce/plugin-signups": "1.4.34",
|
|
80
80
|
"@salesforce/sfdx-plugin-lwc-test": "1.0.2",
|
|
81
81
|
"@salesforce/sfdx-scanner": "3.16.0"
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
},
|
|
121
121
|
"dependencies": {
|
|
122
122
|
"@oclif/core": "2.15.0",
|
|
123
|
-
"@oclif/plugin-autocomplete": "2.3.
|
|
123
|
+
"@oclif/plugin-autocomplete": "2.3.8",
|
|
124
124
|
"@oclif/plugin-commands": "2.2.25",
|
|
125
125
|
"@oclif/plugin-help": "5.2.19",
|
|
126
126
|
"@oclif/plugin-not-found": "2.4.1",
|