@salesforce/cli 2.152.0 → 2.152.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/README.md +8 -8
- package/npm-shrinkwrap.json +9 -125
- package/oclif.lock +8 -47
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.152.
|
|
28
|
+
@salesforce/cli/2.152.2 linux-x64 node-v24.20.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -9021,7 +9021,7 @@ EXAMPLES
|
|
|
9021
9021
|
$ sf plugins
|
|
9022
9022
|
```
|
|
9023
9023
|
|
|
9024
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
9024
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/7.0.0/src/commands/plugins/index.ts)_
|
|
9025
9025
|
|
|
9026
9026
|
## `sf plugins discover`
|
|
9027
9027
|
|
|
@@ -9066,7 +9066,7 @@ EXAMPLES
|
|
|
9066
9066
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
9067
9067
|
```
|
|
9068
9068
|
|
|
9069
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
9069
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/7.0.0/src/commands/plugins/inspect.ts)_
|
|
9070
9070
|
|
|
9071
9071
|
## `sf plugins install PLUGIN`
|
|
9072
9072
|
|
|
@@ -9115,7 +9115,7 @@ EXAMPLES
|
|
|
9115
9115
|
$ sf plugins install someuser/someplugin
|
|
9116
9116
|
```
|
|
9117
9117
|
|
|
9118
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
9118
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/7.0.0/src/commands/plugins/install.ts)_
|
|
9119
9119
|
|
|
9120
9120
|
## `sf plugins link PATH`
|
|
9121
9121
|
|
|
@@ -9146,7 +9146,7 @@ EXAMPLES
|
|
|
9146
9146
|
$ sf plugins link @salesforce/plugin-packaging
|
|
9147
9147
|
```
|
|
9148
9148
|
|
|
9149
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
9149
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/7.0.0/src/commands/plugins/link.ts)_
|
|
9150
9150
|
|
|
9151
9151
|
## `sf plugins reset`
|
|
9152
9152
|
|
|
@@ -9161,7 +9161,7 @@ FLAGS
|
|
|
9161
9161
|
--reinstall Reinstall all plugins after uninstalling.
|
|
9162
9162
|
```
|
|
9163
9163
|
|
|
9164
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
9164
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/7.0.0/src/commands/plugins/reset.ts)_
|
|
9165
9165
|
|
|
9166
9166
|
## `sf plugins trust allowlist add`
|
|
9167
9167
|
|
|
@@ -9320,7 +9320,7 @@ EXAMPLES
|
|
|
9320
9320
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
9321
9321
|
```
|
|
9322
9322
|
|
|
9323
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
9323
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/7.0.0/src/commands/plugins/uninstall.ts)_
|
|
9324
9324
|
|
|
9325
9325
|
## `sf plugins update`
|
|
9326
9326
|
|
|
@@ -9338,7 +9338,7 @@ DESCRIPTION
|
|
|
9338
9338
|
Update installed plugins.
|
|
9339
9339
|
```
|
|
9340
9340
|
|
|
9341
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
9341
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/7.0.0/src/commands/plugins/update.ts)_
|
|
9342
9342
|
|
|
9343
9343
|
## `sf project convert mdapi`
|
|
9344
9344
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.152.
|
|
3
|
+
"version": "2.152.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.152.
|
|
9
|
+
"version": "2.152.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@oclif/plugin-commands": "5.0.0",
|
|
17
17
|
"@oclif/plugin-help": "7.0.0",
|
|
18
18
|
"@oclif/plugin-not-found": "4.0.0",
|
|
19
|
-
"@oclif/plugin-plugins": "
|
|
19
|
+
"@oclif/plugin-plugins": "7.0.0",
|
|
20
20
|
"@oclif/plugin-search": "2.0.0",
|
|
21
21
|
"@oclif/plugin-update": "5.0.0",
|
|
22
22
|
"@oclif/plugin-version": "3.0.1",
|
|
@@ -665,81 +665,6 @@
|
|
|
665
665
|
"node": ">=6.9.0"
|
|
666
666
|
}
|
|
667
667
|
},
|
|
668
|
-
"node_modules/@babel/helper-compilation-targets/node_modules/baseline-browser-mapping": {
|
|
669
|
-
"version": "2.11.8",
|
|
670
|
-
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.11.8.tgz",
|
|
671
|
-
"integrity": "sha512-zAgkquC2WYF0PIc6XbNYkA2uuxxFavzgmX61R+dHDUa558V8Ejf8ozTZFR6QzM24RWu4kBcRkhJ5kpz77j9fnQ==",
|
|
672
|
-
"dev": true,
|
|
673
|
-
"license": "Apache-2.0",
|
|
674
|
-
"bin": {
|
|
675
|
-
"baseline-browser-mapping": "dist/cli.cjs"
|
|
676
|
-
},
|
|
677
|
-
"engines": {
|
|
678
|
-
"node": ">=6.0.0"
|
|
679
|
-
}
|
|
680
|
-
},
|
|
681
|
-
"node_modules/@babel/helper-compilation-targets/node_modules/browserslist": {
|
|
682
|
-
"version": "4.28.7",
|
|
683
|
-
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.7.tgz",
|
|
684
|
-
"integrity": "sha512-JxV13hNrFxqjOc8alRbq9dK1MM79NEXYpma2B2J4wAtpWS5zIEIKqWPGCl7N4o7Uc7B7itylh7SuDujATRyyTw==",
|
|
685
|
-
"dev": true,
|
|
686
|
-
"funding": [
|
|
687
|
-
{
|
|
688
|
-
"type": "opencollective",
|
|
689
|
-
"url": "https://opencollective.com/browserslist"
|
|
690
|
-
},
|
|
691
|
-
{
|
|
692
|
-
"type": "tidelift",
|
|
693
|
-
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
"type": "github",
|
|
697
|
-
"url": "https://github.com/sponsors/ai"
|
|
698
|
-
}
|
|
699
|
-
],
|
|
700
|
-
"license": "MIT",
|
|
701
|
-
"dependencies": {
|
|
702
|
-
"baseline-browser-mapping": "^2.10.44",
|
|
703
|
-
"caniuse-lite": "^1.0.30001806",
|
|
704
|
-
"electron-to-chromium": "^1.5.393",
|
|
705
|
-
"node-releases": "^2.0.51",
|
|
706
|
-
"update-browserslist-db": "^1.2.3"
|
|
707
|
-
},
|
|
708
|
-
"bin": {
|
|
709
|
-
"browserslist": "cli.js"
|
|
710
|
-
},
|
|
711
|
-
"engines": {
|
|
712
|
-
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
713
|
-
}
|
|
714
|
-
},
|
|
715
|
-
"node_modules/@babel/helper-compilation-targets/node_modules/caniuse-lite": {
|
|
716
|
-
"version": "1.0.30001806",
|
|
717
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001806.tgz",
|
|
718
|
-
"integrity": "sha512-72Cuvd95zbSYPKq6Fhg8eDJRlzgWDf7/mtoZv6Qe/DYNCEBdNxoA3+rZAU2ZhGCpZlns3EssFavaZomckT5Uuw==",
|
|
719
|
-
"dev": true,
|
|
720
|
-
"funding": [
|
|
721
|
-
{
|
|
722
|
-
"type": "opencollective",
|
|
723
|
-
"url": "https://opencollective.com/browserslist"
|
|
724
|
-
},
|
|
725
|
-
{
|
|
726
|
-
"type": "tidelift",
|
|
727
|
-
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
|
728
|
-
},
|
|
729
|
-
{
|
|
730
|
-
"type": "github",
|
|
731
|
-
"url": "https://github.com/sponsors/ai"
|
|
732
|
-
}
|
|
733
|
-
],
|
|
734
|
-
"license": "CC-BY-4.0"
|
|
735
|
-
},
|
|
736
|
-
"node_modules/@babel/helper-compilation-targets/node_modules/electron-to-chromium": {
|
|
737
|
-
"version": "1.5.398",
|
|
738
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.398.tgz",
|
|
739
|
-
"integrity": "sha512-AsvhAxopJGh6museTDMIjn6JpDYOfgu4RLlygomt87MUwBUqTfd/1EiPtx10/LZE8xpTvkP2E9Gafq7lkLtodQ==",
|
|
740
|
-
"dev": true,
|
|
741
|
-
"license": "ISC"
|
|
742
|
-
},
|
|
743
668
|
"node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
|
|
744
669
|
"version": "5.1.1",
|
|
745
670
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
@@ -750,16 +675,6 @@
|
|
|
750
675
|
"yallist": "^3.0.2"
|
|
751
676
|
}
|
|
752
677
|
},
|
|
753
|
-
"node_modules/@babel/helper-compilation-targets/node_modules/node-releases": {
|
|
754
|
-
"version": "2.0.51",
|
|
755
|
-
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.51.tgz",
|
|
756
|
-
"integrity": "sha512-wRNIrw4DmVLKQlbgOMdkMx27Wrpzes2hh5Jtbi2bjPd+4wJstWIqP5A+lscnqbm0xxmT5Bpg8Lec5ItEBwx6BQ==",
|
|
757
|
-
"dev": true,
|
|
758
|
-
"license": "MIT",
|
|
759
|
-
"engines": {
|
|
760
|
-
"node": ">=18"
|
|
761
|
-
}
|
|
762
|
-
},
|
|
763
678
|
"node_modules/@babel/helper-compilation-targets/node_modules/semver": {
|
|
764
679
|
"version": "6.3.1",
|
|
765
680
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
@@ -770,37 +685,6 @@
|
|
|
770
685
|
"semver": "bin/semver.js"
|
|
771
686
|
}
|
|
772
687
|
},
|
|
773
|
-
"node_modules/@babel/helper-compilation-targets/node_modules/update-browserslist-db": {
|
|
774
|
-
"version": "1.2.3",
|
|
775
|
-
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
|
|
776
|
-
"integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
|
|
777
|
-
"dev": true,
|
|
778
|
-
"funding": [
|
|
779
|
-
{
|
|
780
|
-
"type": "opencollective",
|
|
781
|
-
"url": "https://opencollective.com/browserslist"
|
|
782
|
-
},
|
|
783
|
-
{
|
|
784
|
-
"type": "tidelift",
|
|
785
|
-
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
786
|
-
},
|
|
787
|
-
{
|
|
788
|
-
"type": "github",
|
|
789
|
-
"url": "https://github.com/sponsors/ai"
|
|
790
|
-
}
|
|
791
|
-
],
|
|
792
|
-
"license": "MIT",
|
|
793
|
-
"dependencies": {
|
|
794
|
-
"escalade": "^3.2.0",
|
|
795
|
-
"picocolors": "^1.1.1"
|
|
796
|
-
},
|
|
797
|
-
"bin": {
|
|
798
|
-
"update-browserslist-db": "cli.js"
|
|
799
|
-
},
|
|
800
|
-
"peerDependencies": {
|
|
801
|
-
"browserslist": ">= 4.21.0"
|
|
802
|
-
}
|
|
803
|
-
},
|
|
804
688
|
"node_modules/@babel/helper-compilation-targets/node_modules/yallist": {
|
|
805
689
|
"version": "3.1.1",
|
|
806
690
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
@@ -3607,9 +3491,9 @@
|
|
|
3607
3491
|
}
|
|
3608
3492
|
},
|
|
3609
3493
|
"node_modules/@oclif/plugin-plugins": {
|
|
3610
|
-
"version": "
|
|
3611
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-
|
|
3612
|
-
"integrity": "sha512-
|
|
3494
|
+
"version": "7.0.0",
|
|
3495
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-7.0.0.tgz",
|
|
3496
|
+
"integrity": "sha512-bt1klVkaPMeLvLRYxVwqL9FhnCvqV2x5bRPDyvofVAR07joNGImWge6w3h1q4RfJzHNbyXdSfidz57zu9hjbRA==",
|
|
3613
3497
|
"license": "MIT",
|
|
3614
3498
|
"dependencies": {
|
|
3615
3499
|
"@oclif/core": "^5.0.0",
|
|
@@ -11884,9 +11768,9 @@
|
|
|
11884
11768
|
}
|
|
11885
11769
|
},
|
|
11886
11770
|
"node_modules/globby/node_modules/ignore": {
|
|
11887
|
-
"version": "7.0.
|
|
11888
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.
|
|
11889
|
-
"integrity": "sha512-
|
|
11771
|
+
"version": "7.0.9",
|
|
11772
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.9.tgz",
|
|
11773
|
+
"integrity": "sha512-brTTsvFRt5C1gGHtPst/281UjPD5t9fBqbgoMPlVWy11ZLTPfu7HxK4ZYqO9H7o/yC9rSTCI85EaQ4OoY12qYw==",
|
|
11890
11774
|
"dev": true,
|
|
11891
11775
|
"license": "MIT",
|
|
11892
11776
|
"engines": {
|
package/oclif.lock
CHANGED
|
@@ -1536,10 +1536,10 @@
|
|
|
1536
1536
|
ansis "^3.17.0"
|
|
1537
1537
|
fast-levenshtein "^3.0.0"
|
|
1538
1538
|
|
|
1539
|
-
"@oclif/plugin-plugins@
|
|
1540
|
-
version "
|
|
1541
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-
|
|
1542
|
-
integrity sha512-
|
|
1539
|
+
"@oclif/plugin-plugins@7.0.0":
|
|
1540
|
+
version "7.0.0"
|
|
1541
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-7.0.0.tgz"
|
|
1542
|
+
integrity sha512-bt1klVkaPMeLvLRYxVwqL9FhnCvqV2x5bRPDyvofVAR07joNGImWge6w3h1q4RfJzHNbyXdSfidz57zu9hjbRA==
|
|
1543
1543
|
dependencies:
|
|
1544
1544
|
"@oclif/core" "^5.0.0"
|
|
1545
1545
|
ansis "^3.17.0"
|
|
@@ -3444,11 +3444,6 @@ base64url@^3.0.1:
|
|
|
3444
3444
|
resolved "https://registry.npmjs.org/base64url/-/base64url-3.0.1.tgz"
|
|
3445
3445
|
integrity sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A==
|
|
3446
3446
|
|
|
3447
|
-
baseline-browser-mapping@^2.10.44:
|
|
3448
|
-
version "2.11.8"
|
|
3449
|
-
resolved "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.11.8.tgz"
|
|
3450
|
-
integrity sha512-zAgkquC2WYF0PIc6XbNYkA2uuxxFavzgmX61R+dHDUa558V8Ejf8ozTZFR6QzM24RWu4kBcRkhJ5kpz77j9fnQ==
|
|
3451
|
-
|
|
3452
3447
|
baseline-browser-mapping@^2.11.20:
|
|
3453
3448
|
version "2.11.22"
|
|
3454
3449
|
resolved "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.11.22.tgz"
|
|
@@ -3550,18 +3545,7 @@ browser-stdout@^1.3.1:
|
|
|
3550
3545
|
resolved "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz"
|
|
3551
3546
|
integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==
|
|
3552
3547
|
|
|
3553
|
-
browserslist@^4.24.0:
|
|
3554
|
-
version "4.28.7"
|
|
3555
|
-
resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.28.7.tgz"
|
|
3556
|
-
integrity sha512-JxV13hNrFxqjOc8alRbq9dK1MM79NEXYpma2B2J4wAtpWS5zIEIKqWPGCl7N4o7Uc7B7itylh7SuDujATRyyTw==
|
|
3557
|
-
dependencies:
|
|
3558
|
-
baseline-browser-mapping "^2.10.44"
|
|
3559
|
-
caniuse-lite "^1.0.30001806"
|
|
3560
|
-
electron-to-chromium "^1.5.393"
|
|
3561
|
-
node-releases "^2.0.51"
|
|
3562
|
-
update-browserslist-db "^1.2.3"
|
|
3563
|
-
|
|
3564
|
-
browserslist@^4.28.4, browserslist@^4.28.7, "browserslist@>= 4.21.0":
|
|
3548
|
+
browserslist@^4.24.0, browserslist@^4.28.4, browserslist@^4.28.7, "browserslist@>= 4.21.0":
|
|
3565
3549
|
version "4.28.9"
|
|
3566
3550
|
resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.28.9.tgz"
|
|
3567
3551
|
integrity sha512-EWazOblFYUvlGZcfGhPUPmYh3nikUxBVb+y9MJun5f3hBi812X+8MSQTujLBtgK3cf51fJWbWfOjyeO954d+Eg==
|
|
@@ -3750,11 +3734,6 @@ camelcase@^6.0.0:
|
|
|
3750
3734
|
resolved "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz"
|
|
3751
3735
|
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
|
|
3752
3736
|
|
|
3753
|
-
caniuse-lite@^1.0.30001806:
|
|
3754
|
-
version "1.0.30001806"
|
|
3755
|
-
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001806.tgz"
|
|
3756
|
-
integrity sha512-72Cuvd95zbSYPKq6Fhg8eDJRlzgWDf7/mtoZv6Qe/DYNCEBdNxoA3+rZAU2ZhGCpZlns3EssFavaZomckT5Uuw==
|
|
3757
|
-
|
|
3758
3737
|
caniuse-lite@^1.0.30001810:
|
|
3759
3738
|
version "1.0.30001810"
|
|
3760
3739
|
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001810.tgz"
|
|
@@ -4672,11 +4651,6 @@ ejs@^6:
|
|
|
4672
4651
|
resolved "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz"
|
|
4673
4652
|
integrity sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==
|
|
4674
4653
|
|
|
4675
|
-
electron-to-chromium@^1.5.393:
|
|
4676
|
-
version "1.5.398"
|
|
4677
|
-
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.398.tgz"
|
|
4678
|
-
integrity sha512-AsvhAxopJGh6museTDMIjn6JpDYOfgu4RLlygomt87MUwBUqTfd/1EiPtx10/LZE8xpTvkP2E9Gafq7lkLtodQ==
|
|
4679
|
-
|
|
4680
4654
|
electron-to-chromium@^1.5.420:
|
|
4681
4655
|
version "1.5.426"
|
|
4682
4656
|
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.426.tgz"
|
|
@@ -6050,9 +6024,9 @@ ignore@^5.1.4, ignore@^5.2.0, ignore@^5.3.0, ignore@^5.3.2:
|
|
|
6050
6024
|
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
|
|
6051
6025
|
|
|
6052
6026
|
ignore@^7.0.3:
|
|
6053
|
-
version "7.0.
|
|
6054
|
-
resolved "https://registry.npmjs.org/ignore/-/ignore-7.0.
|
|
6055
|
-
integrity sha512-
|
|
6027
|
+
version "7.0.9"
|
|
6028
|
+
resolved "https://registry.npmjs.org/ignore/-/ignore-7.0.9.tgz"
|
|
6029
|
+
integrity sha512-brTTsvFRt5C1gGHtPst/281UjPD5t9fBqbgoMPlVWy11ZLTPfu7HxK4ZYqO9H7o/yC9rSTCI85EaQ4OoY12qYw==
|
|
6056
6030
|
|
|
6057
6031
|
ignore@^7.0.5:
|
|
6058
6032
|
version "7.0.9"
|
|
@@ -7672,11 +7646,6 @@ node-preload@^0.2.1:
|
|
|
7672
7646
|
dependencies:
|
|
7673
7647
|
process-on-spawn "^1.0.0"
|
|
7674
7648
|
|
|
7675
|
-
node-releases@^2.0.51:
|
|
7676
|
-
version "2.0.51"
|
|
7677
|
-
resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.51.tgz"
|
|
7678
|
-
integrity sha512-wRNIrw4DmVLKQlbgOMdkMx27Wrpzes2hh5Jtbi2bjPd+4wJstWIqP5A+lscnqbm0xxmT5Bpg8Lec5ItEBwx6BQ==
|
|
7679
|
-
|
|
7680
7649
|
node-releases@^2.0.54:
|
|
7681
7650
|
version "2.0.55"
|
|
7682
7651
|
resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.55.tgz"
|
|
@@ -10074,14 +10043,6 @@ unrs-resolver@^1.0.0, unrs-resolver@^1.9.2:
|
|
|
10074
10043
|
"@unrs/resolver-binding-win32-ia32-msvc" "1.12.2"
|
|
10075
10044
|
"@unrs/resolver-binding-win32-x64-msvc" "1.12.2"
|
|
10076
10045
|
|
|
10077
|
-
update-browserslist-db@^1.2.3:
|
|
10078
|
-
version "1.2.3"
|
|
10079
|
-
resolved "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz"
|
|
10080
|
-
integrity sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==
|
|
10081
|
-
dependencies:
|
|
10082
|
-
escalade "^3.2.0"
|
|
10083
|
-
picocolors "^1.1.1"
|
|
10084
|
-
|
|
10085
10046
|
update-browserslist-db@^1.3.2:
|
|
10086
10047
|
version "1.3.3"
|
|
10087
10048
|
resolved "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.3.3.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.152.
|
|
4
|
+
"version": "2.152.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"@oclif/plugin-commands": "5.0.0",
|
|
152
152
|
"@oclif/plugin-help": "7.0.0",
|
|
153
153
|
"@oclif/plugin-not-found": "4.0.0",
|
|
154
|
-
"@oclif/plugin-plugins": "
|
|
154
|
+
"@oclif/plugin-plugins": "7.0.0",
|
|
155
155
|
"@oclif/plugin-search": "2.0.0",
|
|
156
156
|
"@oclif/plugin-update": "5.0.0",
|
|
157
157
|
"@oclif/plugin-version": "3.0.1",
|