@salesforce/cli 2.6.6 → 2.6.7
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 -11
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.6.
|
|
9
|
+
"version": "2.6.7",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@oclif/core": "2.11.
|
|
13
|
+
"@oclif/core": "2.11.10",
|
|
14
14
|
"@oclif/plugin-autocomplete": "2.3.6",
|
|
15
15
|
"@oclif/plugin-commands": "2.2.23",
|
|
16
16
|
"@oclif/plugin-help": "5.2.17",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@salesforce/plugin-templates": "55.5.10",
|
|
39
39
|
"@salesforce/plugin-trust": "2.6.3",
|
|
40
40
|
"@salesforce/plugin-user": "2.3.29",
|
|
41
|
-
"@salesforce/sf-plugins-core": "3.1.
|
|
41
|
+
"@salesforce/sf-plugins-core": "3.1.18",
|
|
42
42
|
"debug": "^4.3.4",
|
|
43
43
|
"tslib": "^2.4.1"
|
|
44
44
|
},
|
|
@@ -2970,9 +2970,9 @@
|
|
|
2970
2970
|
}
|
|
2971
2971
|
},
|
|
2972
2972
|
"node_modules/@oclif/core": {
|
|
2973
|
-
"version": "2.11.
|
|
2974
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.11.
|
|
2975
|
-
"integrity": "sha512
|
|
2973
|
+
"version": "2.11.10",
|
|
2974
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.11.10.tgz",
|
|
2975
|
+
"integrity": "sha512-/7Umij3OU++6o+z4U+waJ5nP6IvK9KKEVzz+xsla68YoECLQwz43boUKqYizlNMtTfiwNkiYb5QE+OU/q5qEtA==",
|
|
2976
2976
|
"license": "MIT",
|
|
2977
2977
|
"dependencies": {
|
|
2978
2978
|
"@types/cli-progress": "^3.11.0",
|
|
@@ -9260,12 +9260,12 @@
|
|
|
9260
9260
|
"license": "ISC"
|
|
9261
9261
|
},
|
|
9262
9262
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
9263
|
-
"version": "3.1.
|
|
9264
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.
|
|
9265
|
-
"integrity": "sha512-
|
|
9263
|
+
"version": "3.1.18",
|
|
9264
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.18.tgz",
|
|
9265
|
+
"integrity": "sha512-c0uhR9lcufRTz6UmEgZfAItoHVweYrJIllXtEU4Mr5qb3E03rJy0GHHf0TbO5PIH5tP1nxj9ABODoSMZBdewIw==",
|
|
9266
9266
|
"license": "BSD-3-Clause",
|
|
9267
9267
|
"dependencies": {
|
|
9268
|
-
"@oclif/core": "^2.11.
|
|
9268
|
+
"@oclif/core": "^2.11.10",
|
|
9269
9269
|
"@salesforce/core": "^5.2.1",
|
|
9270
9270
|
"@salesforce/kit": "^3.0.9",
|
|
9271
9271
|
"@salesforce/ts-types": "^2.0.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.6.
|
|
4
|
+
"version": "2.6.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
]
|
|
120
120
|
},
|
|
121
121
|
"dependencies": {
|
|
122
|
-
"@oclif/core": "2.11.
|
|
122
|
+
"@oclif/core": "2.11.10",
|
|
123
123
|
"@oclif/plugin-autocomplete": "2.3.6",
|
|
124
124
|
"@oclif/plugin-commands": "2.2.23",
|
|
125
125
|
"@oclif/plugin-help": "5.2.17",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"@salesforce/plugin-templates": "55.5.10",
|
|
148
148
|
"@salesforce/plugin-trust": "2.6.3",
|
|
149
149
|
"@salesforce/plugin-user": "2.3.29",
|
|
150
|
-
"@salesforce/sf-plugins-core": "3.1.
|
|
150
|
+
"@salesforce/sf-plugins-core": "3.1.18",
|
|
151
151
|
"debug": "^4.3.4",
|
|
152
152
|
"tslib": "^2.4.1"
|
|
153
153
|
},
|