@salesforce/cli 2.33.3 → 2.34.0
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/README.md +1 -1
- package/npm-shrinkwrap.json +76 -5
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.34.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.34.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -2344,6 +2344,24 @@
|
|
|
2344
2344
|
"node": ">=8"
|
|
2345
2345
|
}
|
|
2346
2346
|
},
|
|
2347
|
+
"node_modules/@commitlint/cli/node_modules/wrap-ansi": {
|
|
2348
|
+
"version": "7.0.0",
|
|
2349
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
2350
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
2351
|
+
"dev": true,
|
|
2352
|
+
"license": "MIT",
|
|
2353
|
+
"dependencies": {
|
|
2354
|
+
"ansi-styles": "^4.0.0",
|
|
2355
|
+
"string-width": "^4.1.0",
|
|
2356
|
+
"strip-ansi": "^6.0.0"
|
|
2357
|
+
},
|
|
2358
|
+
"engines": {
|
|
2359
|
+
"node": ">=10"
|
|
2360
|
+
},
|
|
2361
|
+
"funding": {
|
|
2362
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
2363
|
+
}
|
|
2364
|
+
},
|
|
2347
2365
|
"node_modules/@commitlint/cli/node_modules/yargs": {
|
|
2348
2366
|
"version": "17.7.2",
|
|
2349
2367
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
@@ -3919,6 +3937,23 @@
|
|
|
3919
3937
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3920
3938
|
}
|
|
3921
3939
|
},
|
|
3940
|
+
"node_modules/@oclif/core/node_modules/wrap-ansi": {
|
|
3941
|
+
"version": "7.0.0",
|
|
3942
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3943
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3944
|
+
"license": "MIT",
|
|
3945
|
+
"dependencies": {
|
|
3946
|
+
"ansi-styles": "^4.0.0",
|
|
3947
|
+
"string-width": "^4.1.0",
|
|
3948
|
+
"strip-ansi": "^6.0.0"
|
|
3949
|
+
},
|
|
3950
|
+
"engines": {
|
|
3951
|
+
"node": ">=10"
|
|
3952
|
+
},
|
|
3953
|
+
"funding": {
|
|
3954
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3955
|
+
}
|
|
3956
|
+
},
|
|
3922
3957
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
3923
3958
|
"version": "3.0.13",
|
|
3924
3959
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.0.13.tgz",
|
|
@@ -4039,6 +4074,24 @@
|
|
|
4039
4074
|
"node": ">=8"
|
|
4040
4075
|
}
|
|
4041
4076
|
},
|
|
4077
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/wrap-ansi": {
|
|
4078
|
+
"version": "7.0.0",
|
|
4079
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
4080
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
4081
|
+
"dev": true,
|
|
4082
|
+
"license": "MIT",
|
|
4083
|
+
"dependencies": {
|
|
4084
|
+
"ansi-styles": "^4.0.0",
|
|
4085
|
+
"string-width": "^4.1.0",
|
|
4086
|
+
"strip-ansi": "^6.0.0"
|
|
4087
|
+
},
|
|
4088
|
+
"engines": {
|
|
4089
|
+
"node": ">=10"
|
|
4090
|
+
},
|
|
4091
|
+
"funding": {
|
|
4092
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4093
|
+
}
|
|
4094
|
+
},
|
|
4042
4095
|
"node_modules/@oclif/plugin-commands": {
|
|
4043
4096
|
"version": "3.2.0",
|
|
4044
4097
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.2.0.tgz",
|
|
@@ -8717,9 +8770,9 @@
|
|
|
8717
8770
|
}
|
|
8718
8771
|
},
|
|
8719
8772
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
8720
|
-
"version": "10.5.
|
|
8721
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.
|
|
8722
|
-
"integrity": "sha512-
|
|
8773
|
+
"version": "10.5.2",
|
|
8774
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.2.tgz",
|
|
8775
|
+
"integrity": "sha512-J82cNDJF7gA1/VQ/igfpR2Aa31htDvym5LnGJv2Yhd3BRaa7kTR8lJdzseN8m/EFrBfqYfRT14yzSewsR686EQ==",
|
|
8723
8776
|
"license": "BSD-3-Clause",
|
|
8724
8777
|
"dependencies": {
|
|
8725
8778
|
"@salesforce/core": "^6.7.0",
|
|
@@ -12294,6 +12347,24 @@
|
|
|
12294
12347
|
"node": ">=8"
|
|
12295
12348
|
}
|
|
12296
12349
|
},
|
|
12350
|
+
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
12351
|
+
"version": "7.0.0",
|
|
12352
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
12353
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
12354
|
+
"dev": true,
|
|
12355
|
+
"license": "MIT",
|
|
12356
|
+
"dependencies": {
|
|
12357
|
+
"ansi-styles": "^4.0.0",
|
|
12358
|
+
"string-width": "^4.1.0",
|
|
12359
|
+
"strip-ansi": "^6.0.0"
|
|
12360
|
+
},
|
|
12361
|
+
"engines": {
|
|
12362
|
+
"node": ">=10"
|
|
12363
|
+
},
|
|
12364
|
+
"funding": {
|
|
12365
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
12366
|
+
}
|
|
12367
|
+
},
|
|
12297
12368
|
"node_modules/clone": {
|
|
12298
12369
|
"version": "1.0.4",
|
|
12299
12370
|
"resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.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.
|
|
4
|
+
"version": "2.34.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"resolutions": {
|
|
205
205
|
"@salesforce/schemas": "1.6.1",
|
|
206
206
|
"@salesforce/templates": "60.1.0",
|
|
207
|
-
"@salesforce/source-deploy-retrieve": "10.5.
|
|
207
|
+
"@salesforce/source-deploy-retrieve": "10.5.2",
|
|
208
208
|
"@salesforce/source-tracking": "5.1.14"
|
|
209
209
|
},
|
|
210
210
|
"repository": "salesforcecli/cli",
|