@salesforce/cli 2.11.1 → 2.11.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 +10 -10
- package/oclif.manifest.json +2 -1
- package/package.json +4 -4
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.11.
|
|
9
|
+
"version": "2.11.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@oclif/core": "2.15.0",
|
|
14
14
|
"@oclif/plugin-autocomplete": "2.3.8",
|
|
15
|
-
"@oclif/plugin-commands": "2.2.
|
|
15
|
+
"@oclif/plugin-commands": "2.2.26",
|
|
16
16
|
"@oclif/plugin-help": "5.2.19",
|
|
17
17
|
"@oclif/plugin-not-found": "2.4.1",
|
|
18
|
-
"@oclif/plugin-plugins": "3.
|
|
18
|
+
"@oclif/plugin-plugins": "3.8.0",
|
|
19
19
|
"@oclif/plugin-search": "0.0.22",
|
|
20
20
|
"@oclif/plugin-update": "3.2.3",
|
|
21
21
|
"@oclif/plugin-version": "1.3.10",
|
|
@@ -2524,9 +2524,9 @@
|
|
|
2524
2524
|
}
|
|
2525
2525
|
},
|
|
2526
2526
|
"node_modules/@oclif/plugin-commands": {
|
|
2527
|
-
"version": "2.2.
|
|
2528
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-2.2.
|
|
2529
|
-
"integrity": "sha512-
|
|
2527
|
+
"version": "2.2.26",
|
|
2528
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-2.2.26.tgz",
|
|
2529
|
+
"integrity": "sha512-DvJ2EnCt5S/VPLwnb9LApumqBNXsJQ8iIO9DL7tJk4i7+WSIlndvoO2xqRSFOqdXBGojs8LZmDYbCGhcjO4J7g==",
|
|
2530
2530
|
"license": "MIT",
|
|
2531
2531
|
"dependencies": {
|
|
2532
2532
|
"@oclif/core": "^2.15.0",
|
|
@@ -2563,9 +2563,9 @@
|
|
|
2563
2563
|
}
|
|
2564
2564
|
},
|
|
2565
2565
|
"node_modules/@oclif/plugin-plugins": {
|
|
2566
|
-
"version": "3.
|
|
2567
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.
|
|
2568
|
-
"integrity": "sha512-
|
|
2566
|
+
"version": "3.8.0",
|
|
2567
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.8.0.tgz",
|
|
2568
|
+
"integrity": "sha512-yQ+M0REyP7DeCQQ4j4TDYV2bu0wy66tJzrO/ZN/ZHbwdzcyM3JmfQsqo9rBSXDJZf6FU2xL9P2+Gfj2VpG7qMw==",
|
|
2569
2569
|
"license": "MIT",
|
|
2570
2570
|
"dependencies": {
|
|
2571
2571
|
"@oclif/core": "^2.15.0",
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.11.
|
|
2
|
+
"version": "2.11.2",
|
|
3
3
|
"commands": {
|
|
4
4
|
"cmdt:generate:field": {
|
|
5
5
|
"id": "cmdt:generate:field",
|
|
@@ -4631,6 +4631,7 @@
|
|
|
4631
4631
|
"pluginName": "@salesforce/plugin-packaging",
|
|
4632
4632
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4633
4633
|
"pluginType": "jit",
|
|
4634
|
+
"hidden": true,
|
|
4634
4635
|
"aliases": [],
|
|
4635
4636
|
"examples": [
|
|
4636
4637
|
"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.11.
|
|
4
|
+
"version": "2.11.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"@salesforce/plugin-devops-center": "1.2.0",
|
|
77
77
|
"@salesforce/plugin-env": "2.2.1",
|
|
78
78
|
"@salesforce/plugin-functions": "1.22.3",
|
|
79
|
-
"@salesforce/plugin-packaging": "1.
|
|
79
|
+
"@salesforce/plugin-packaging": "1.26.0",
|
|
80
80
|
"@salesforce/plugin-signups": "1.5.0",
|
|
81
81
|
"@salesforce/sfdx-plugin-lwc-test": "1.1.0",
|
|
82
82
|
"@salesforce/sfdx-scanner": "3.16.0"
|
|
@@ -123,10 +123,10 @@
|
|
|
123
123
|
"dependencies": {
|
|
124
124
|
"@oclif/core": "2.15.0",
|
|
125
125
|
"@oclif/plugin-autocomplete": "2.3.8",
|
|
126
|
-
"@oclif/plugin-commands": "2.2.
|
|
126
|
+
"@oclif/plugin-commands": "2.2.26",
|
|
127
127
|
"@oclif/plugin-help": "5.2.19",
|
|
128
128
|
"@oclif/plugin-not-found": "2.4.1",
|
|
129
|
-
"@oclif/plugin-plugins": "3.
|
|
129
|
+
"@oclif/plugin-plugins": "3.8.0",
|
|
130
130
|
"@oclif/plugin-search": "0.0.22",
|
|
131
131
|
"@oclif/plugin-update": "3.2.3",
|
|
132
132
|
"@oclif/plugin-version": "1.3.10",
|