@salesforce/cli 2.7.7 → 2.7.9
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 +35 -47
- package/oclif.manifest.json +1 -1
- package/package.json +8 -5
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.9",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.7.
|
|
9
|
+
"version": "2.7.9",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@oclif/core": "2.
|
|
13
|
+
"@oclif/core": "2.13.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",
|
|
17
|
-
"@oclif/plugin-not-found": "2.
|
|
17
|
+
"@oclif/plugin-not-found": "2.4.0",
|
|
18
18
|
"@oclif/plugin-plugins": "3.3.2",
|
|
19
19
|
"@oclif/plugin-search": "0.0.22",
|
|
20
|
-
"@oclif/plugin-update": "3.
|
|
20
|
+
"@oclif/plugin-update": "3.2.0",
|
|
21
21
|
"@oclif/plugin-version": "1.3.9",
|
|
22
22
|
"@oclif/plugin-warn-if-update-available": "2.0.49",
|
|
23
23
|
"@oclif/plugin-which": "2.2.32",
|
|
@@ -29,6 +29,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",
|
|
32
|
+
"@salesforce/plugin-marketplace": "0.1.1",
|
|
32
33
|
"@salesforce/plugin-org": "2.10.5",
|
|
33
34
|
"@salesforce/plugin-schema": "2.3.24",
|
|
34
35
|
"@salesforce/plugin-settings": "1.4.27",
|
|
@@ -2214,37 +2215,6 @@
|
|
|
2214
2215
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
2215
2216
|
}
|
|
2216
2217
|
},
|
|
2217
|
-
"node_modules/@oclif/color": {
|
|
2218
|
-
"version": "1.0.10",
|
|
2219
|
-
"resolved": "https://registry.npmjs.org/@oclif/color/-/color-1.0.10.tgz",
|
|
2220
|
-
"integrity": "sha512-INWEDAL3SzzR3pIhkrqk22HV6JravLUeRZXAIpoQqIeLReauaibCVcNTzOlt0z0S8YrqRhksc54ZxZC4Oa8xBw==",
|
|
2221
|
-
"license": "MIT",
|
|
2222
|
-
"dependencies": {
|
|
2223
|
-
"ansi-styles": "^4.2.1",
|
|
2224
|
-
"chalk": "^4.1.0",
|
|
2225
|
-
"strip-ansi": "^6.0.1",
|
|
2226
|
-
"supports-color": "^8.1.1",
|
|
2227
|
-
"tslib": "^2"
|
|
2228
|
-
},
|
|
2229
|
-
"engines": {
|
|
2230
|
-
"node": ">=12.0.0"
|
|
2231
|
-
}
|
|
2232
|
-
},
|
|
2233
|
-
"node_modules/@oclif/color/node_modules/supports-color": {
|
|
2234
|
-
"version": "8.1.1",
|
|
2235
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2236
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2237
|
-
"license": "MIT",
|
|
2238
|
-
"dependencies": {
|
|
2239
|
-
"has-flag": "^4.0.0"
|
|
2240
|
-
},
|
|
2241
|
-
"engines": {
|
|
2242
|
-
"node": ">=10"
|
|
2243
|
-
},
|
|
2244
|
-
"funding": {
|
|
2245
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2246
|
-
}
|
|
2247
|
-
},
|
|
2248
2218
|
"node_modules/@oclif/command": {
|
|
2249
2219
|
"version": "1.8.30",
|
|
2250
2220
|
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.30.tgz",
|
|
@@ -2285,9 +2255,9 @@
|
|
|
2285
2255
|
}
|
|
2286
2256
|
},
|
|
2287
2257
|
"node_modules/@oclif/core": {
|
|
2288
|
-
"version": "2.
|
|
2289
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.
|
|
2290
|
-
"integrity": "sha512-
|
|
2258
|
+
"version": "2.13.0",
|
|
2259
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.13.0.tgz",
|
|
2260
|
+
"integrity": "sha512-U/AgA/Jcqc04VwmsO/xSc3gJjVKkST8SB3wC3o3kzTAE4UWTOTMkHTtLujYZA5sUvBLhs66+A4dfrjz2sZQBdA==",
|
|
2291
2261
|
"license": "MIT",
|
|
2292
2262
|
"dependencies": {
|
|
2293
2263
|
"@types/cli-progress": "^3.11.0",
|
|
@@ -2636,13 +2606,13 @@
|
|
|
2636
2606
|
}
|
|
2637
2607
|
},
|
|
2638
2608
|
"node_modules/@oclif/plugin-not-found": {
|
|
2639
|
-
"version": "2.
|
|
2640
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-2.
|
|
2641
|
-
"integrity": "sha512-
|
|
2609
|
+
"version": "2.4.0",
|
|
2610
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-2.4.0.tgz",
|
|
2611
|
+
"integrity": "sha512-EOoesBEgyj4TMdHUpnCqN7qqH0f1NHh7buTdWfhwlSjbfrL9rAuodiART5/zgtsj5b8uao3aXdcx1gPxWOogEw==",
|
|
2642
2612
|
"license": "MIT",
|
|
2643
2613
|
"dependencies": {
|
|
2644
|
-
"@oclif/color": "^1.0.10",
|
|
2645
2614
|
"@oclif/core": "^2.11.10",
|
|
2615
|
+
"chalk": "^4",
|
|
2646
2616
|
"fast-levenshtein": "^3.0.0"
|
|
2647
2617
|
},
|
|
2648
2618
|
"engines": {
|
|
@@ -2755,13 +2725,13 @@
|
|
|
2755
2725
|
}
|
|
2756
2726
|
},
|
|
2757
2727
|
"node_modules/@oclif/plugin-update": {
|
|
2758
|
-
"version": "3.
|
|
2759
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.
|
|
2760
|
-
"integrity": "sha512-
|
|
2728
|
+
"version": "3.2.0",
|
|
2729
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.2.0.tgz",
|
|
2730
|
+
"integrity": "sha512-naQIw/sjbNBNdYnoQOudYMJc1Im2fpyQAh87ZN8tR/6Wuf4fyxfLUENm8Gy8jqBM3GN4rw/yg0uW7tDH5wY0qg==",
|
|
2761
2731
|
"license": "MIT",
|
|
2762
2732
|
"dependencies": {
|
|
2763
|
-
"@oclif/color": "^1.0.10",
|
|
2764
2733
|
"@oclif/core": "^2.11.8",
|
|
2734
|
+
"chalk": "^4",
|
|
2765
2735
|
"cross-spawn": "^7.0.3",
|
|
2766
2736
|
"debug": "^4.3.1",
|
|
2767
2737
|
"filesize": "^6.1.0",
|
|
@@ -3914,6 +3884,24 @@
|
|
|
3914
3884
|
"node": ">=16.0.0"
|
|
3915
3885
|
}
|
|
3916
3886
|
},
|
|
3887
|
+
"node_modules/@salesforce/plugin-marketplace": {
|
|
3888
|
+
"version": "0.1.1",
|
|
3889
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-0.1.1.tgz",
|
|
3890
|
+
"integrity": "sha512-dDY5ukaD3m+aZg+a0InonHWDr7/mnnwZmefa2Vhwlq0Wrg2bF6atbydybzUD3G2Ud6j6bo7lhuTXXa9gCA+jyw==",
|
|
3891
|
+
"license": "BSD-3-Clause",
|
|
3892
|
+
"dependencies": {
|
|
3893
|
+
"@oclif/core": "^2.11.7",
|
|
3894
|
+
"@salesforce/core": "^5.2.0",
|
|
3895
|
+
"@salesforce/kit": "^3.0.9",
|
|
3896
|
+
"@salesforce/sf-plugins-core": "^3.1.14",
|
|
3897
|
+
"got": "^11",
|
|
3898
|
+
"proxy-agent": "^6.3.0",
|
|
3899
|
+
"tslib": "^2"
|
|
3900
|
+
},
|
|
3901
|
+
"engines": {
|
|
3902
|
+
"node": ">=16.0.0"
|
|
3903
|
+
}
|
|
3904
|
+
},
|
|
3917
3905
|
"node_modules/@salesforce/plugin-org": {
|
|
3918
3906
|
"version": "2.10.5",
|
|
3919
3907
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-2.10.5.tgz",
|
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.7.
|
|
4
|
+
"version": "2.7.9",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run",
|
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"@salesforce/plugin-info",
|
|
59
59
|
"@salesforce/plugin-limits",
|
|
60
60
|
"@salesforce/plugin-login",
|
|
61
|
+
"@salesforce/plugin-marketplace",
|
|
61
62
|
"@salesforce/plugin-org",
|
|
62
63
|
"@salesforce/plugin-schema",
|
|
63
64
|
"@salesforce/plugin-settings",
|
|
@@ -72,7 +73,7 @@
|
|
|
72
73
|
"@salesforce/plugin-custom-metadata": "2.1.41",
|
|
73
74
|
"@salesforce/plugin-community": "2.3.14",
|
|
74
75
|
"@salesforce/plugin-dev": "1.1.9",
|
|
75
|
-
"@salesforce/plugin-devops-center": "1.1.
|
|
76
|
+
"@salesforce/plugin-devops-center": "1.1.1",
|
|
76
77
|
"@salesforce/plugin-env": "2.1.23",
|
|
77
78
|
"@salesforce/plugin-functions": "1.21.11",
|
|
78
79
|
"@salesforce/plugin-packaging": "1.22.2",
|
|
@@ -120,14 +121,14 @@
|
|
|
120
121
|
]
|
|
121
122
|
},
|
|
122
123
|
"dependencies": {
|
|
123
|
-
"@oclif/core": "2.
|
|
124
|
+
"@oclif/core": "2.13.0",
|
|
124
125
|
"@oclif/plugin-autocomplete": "2.3.6",
|
|
125
126
|
"@oclif/plugin-commands": "2.2.24",
|
|
126
127
|
"@oclif/plugin-help": "5.2.18",
|
|
127
|
-
"@oclif/plugin-not-found": "2.
|
|
128
|
+
"@oclif/plugin-not-found": "2.4.0",
|
|
128
129
|
"@oclif/plugin-plugins": "3.3.2",
|
|
129
130
|
"@oclif/plugin-search": "0.0.22",
|
|
130
|
-
"@oclif/plugin-update": "3.
|
|
131
|
+
"@oclif/plugin-update": "3.2.0",
|
|
131
132
|
"@oclif/plugin-version": "1.3.9",
|
|
132
133
|
"@oclif/plugin-warn-if-update-available": "2.0.49",
|
|
133
134
|
"@oclif/plugin-which": "2.2.32",
|
|
@@ -139,6 +140,7 @@
|
|
|
139
140
|
"@salesforce/plugin-info": "2.6.40",
|
|
140
141
|
"@salesforce/plugin-limits": "2.3.32",
|
|
141
142
|
"@salesforce/plugin-login": "1.2.28",
|
|
143
|
+
"@salesforce/plugin-marketplace": "0.1.1",
|
|
142
144
|
"@salesforce/plugin-org": "2.10.5",
|
|
143
145
|
"@salesforce/plugin-schema": "2.3.24",
|
|
144
146
|
"@salesforce/plugin-settings": "1.4.27",
|
|
@@ -171,6 +173,7 @@
|
|
|
171
173
|
"@salesforce/plugin-info",
|
|
172
174
|
"@salesforce/plugin-limits",
|
|
173
175
|
"@salesforce/plugin-login",
|
|
176
|
+
"@salesforce/plugin-marketplace",
|
|
174
177
|
"@salesforce/plugin-org",
|
|
175
178
|
"@salesforce/plugin-schema",
|
|
176
179
|
"@salesforce/plugin-settings",
|