@salesforce/cli 2.149.0 → 2.149.1
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 +27 -27
- package/npm-shrinkwrap.json +118 -63
- package/oclif.lock +33 -30
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.149.
|
|
28
|
+
@salesforce/cli/2.149.1 linux-x64 node-v24.18.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -4796,7 +4796,7 @@ EXAMPLES
|
|
|
4796
4796
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
4797
4797
|
```
|
|
4798
4798
|
|
|
4799
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.
|
|
4799
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.6/src/commands/doctor.ts)_
|
|
4800
4800
|
|
|
4801
4801
|
## `sf force data bulk delete`
|
|
4802
4802
|
|
|
@@ -4998,7 +4998,7 @@ EXAMPLES
|
|
|
4998
4998
|
$ sf info releasenotes display --version latest
|
|
4999
4999
|
```
|
|
5000
5000
|
|
|
5001
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.
|
|
5001
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.6/src/commands/info/releasenotes/display.ts)_
|
|
5002
5002
|
|
|
5003
5003
|
## `sf logic get test`
|
|
5004
5004
|
|
|
@@ -6286,7 +6286,7 @@ EXAMPLES
|
|
|
6286
6286
|
$ sf org list auth
|
|
6287
6287
|
```
|
|
6288
6288
|
|
|
6289
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.
|
|
6289
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.5/src/commands/org/list/auth.ts)_
|
|
6290
6290
|
|
|
6291
6291
|
## `sf org list limits`
|
|
6292
6292
|
|
|
@@ -6589,7 +6589,7 @@ FLAG DESCRIPTIONS
|
|
|
6589
6589
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
6590
6590
|
```
|
|
6591
6591
|
|
|
6592
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.
|
|
6592
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.5/src/commands/org/login/access-token.ts)_
|
|
6593
6593
|
|
|
6594
6594
|
## `sf org login jwt`
|
|
6595
6595
|
|
|
@@ -6680,7 +6680,7 @@ FLAG DESCRIPTIONS
|
|
|
6680
6680
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
6681
6681
|
```
|
|
6682
6682
|
|
|
6683
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.
|
|
6683
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.5/src/commands/org/login/jwt.ts)_
|
|
6684
6684
|
|
|
6685
6685
|
## `sf org login sfdx-url`
|
|
6686
6686
|
|
|
@@ -6750,7 +6750,7 @@ EXAMPLES
|
|
|
6750
6750
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
6751
6751
|
```
|
|
6752
6752
|
|
|
6753
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.
|
|
6753
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.5/src/commands/org/login/sfdx-url.ts)_
|
|
6754
6754
|
|
|
6755
6755
|
## `sf org login web`
|
|
6756
6756
|
|
|
@@ -6855,7 +6855,7 @@ FLAG DESCRIPTIONS
|
|
|
6855
6855
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
6856
6856
|
```
|
|
6857
6857
|
|
|
6858
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.
|
|
6858
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.5/src/commands/org/login/web.ts)_
|
|
6859
6859
|
|
|
6860
6860
|
## `sf org logout`
|
|
6861
6861
|
|
|
@@ -6921,7 +6921,7 @@ FLAG DESCRIPTIONS
|
|
|
6921
6921
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
6922
6922
|
```
|
|
6923
6923
|
|
|
6924
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.
|
|
6924
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.5/src/commands/org/logout.ts)_
|
|
6925
6925
|
|
|
6926
6926
|
## `sf org open`
|
|
6927
6927
|
|
|
@@ -9404,7 +9404,7 @@ FLAG DESCRIPTIONS
|
|
|
9404
9404
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
9405
9405
|
```
|
|
9406
9406
|
|
|
9407
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.
|
|
9407
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/convert/mdapi.ts)_
|
|
9408
9408
|
|
|
9409
9409
|
## `sf project convert source`
|
|
9410
9410
|
|
|
@@ -9477,7 +9477,7 @@ FLAG DESCRIPTIONS
|
|
|
9477
9477
|
Override the api version used for api requests made by this command
|
|
9478
9478
|
```
|
|
9479
9479
|
|
|
9480
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.
|
|
9480
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/convert/source.ts)_
|
|
9481
9481
|
|
|
9482
9482
|
## `sf project convert source-behavior`
|
|
9483
9483
|
|
|
@@ -9536,7 +9536,7 @@ EXAMPLES
|
|
|
9536
9536
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
9537
9537
|
```
|
|
9538
9538
|
|
|
9539
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.
|
|
9539
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/convert/source-behavior.ts)_
|
|
9540
9540
|
|
|
9541
9541
|
## `sf project delete source`
|
|
9542
9542
|
|
|
@@ -9689,7 +9689,7 @@ FLAG DESCRIPTIONS
|
|
|
9689
9689
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
9690
9690
|
```
|
|
9691
9691
|
|
|
9692
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.
|
|
9692
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/delete/source.ts)_
|
|
9693
9693
|
|
|
9694
9694
|
## `sf project delete tracking`
|
|
9695
9695
|
|
|
@@ -9726,7 +9726,7 @@ EXAMPLES
|
|
|
9726
9726
|
$ sf project delete tracking --target-org my-scratch
|
|
9727
9727
|
```
|
|
9728
9728
|
|
|
9729
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.
|
|
9729
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/delete/tracking.ts)_
|
|
9730
9730
|
|
|
9731
9731
|
## `sf project deploy cancel`
|
|
9732
9732
|
|
|
@@ -9798,7 +9798,7 @@ FLAG DESCRIPTIONS
|
|
|
9798
9798
|
project deploy report".
|
|
9799
9799
|
```
|
|
9800
9800
|
|
|
9801
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.
|
|
9801
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/deploy/cancel.ts)_
|
|
9802
9802
|
|
|
9803
9803
|
## `sf project deploy preview`
|
|
9804
9804
|
|
|
@@ -9881,7 +9881,7 @@ FLAG DESCRIPTIONS
|
|
|
9881
9881
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
9882
9882
|
```
|
|
9883
9883
|
|
|
9884
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.
|
|
9884
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/deploy/preview.ts)_
|
|
9885
9885
|
|
|
9886
9886
|
## `sf project deploy quick`
|
|
9887
9887
|
|
|
@@ -9974,7 +9974,7 @@ ERROR CODES
|
|
|
9974
9974
|
Canceling (69) The deploy is being canceled.
|
|
9975
9975
|
```
|
|
9976
9976
|
|
|
9977
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.
|
|
9977
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/deploy/quick.ts)_
|
|
9978
9978
|
|
|
9979
9979
|
## `sf project deploy report`
|
|
9980
9980
|
|
|
@@ -10066,7 +10066,7 @@ FLAG DESCRIPTIONS
|
|
|
10066
10066
|
--coverage-formatters lcov --coverage-formatters clover
|
|
10067
10067
|
```
|
|
10068
10068
|
|
|
10069
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.
|
|
10069
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/deploy/report.ts)_
|
|
10070
10070
|
|
|
10071
10071
|
## `sf project deploy resume`
|
|
10072
10072
|
|
|
@@ -10163,7 +10163,7 @@ ERROR CODES
|
|
|
10163
10163
|
Canceling (69) The deploy is being canceled.
|
|
10164
10164
|
```
|
|
10165
10165
|
|
|
10166
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.
|
|
10166
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/deploy/resume.ts)_
|
|
10167
10167
|
|
|
10168
10168
|
## `sf project deploy start`
|
|
10169
10169
|
|
|
@@ -10429,7 +10429,7 @@ ERROR CODES
|
|
|
10429
10429
|
Canceling (69) The deploy is being canceled.
|
|
10430
10430
|
```
|
|
10431
10431
|
|
|
10432
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.
|
|
10432
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/deploy/start.ts)_
|
|
10433
10433
|
|
|
10434
10434
|
## `sf project deploy validate`
|
|
10435
10435
|
|
|
@@ -10633,7 +10633,7 @@ ERROR CODES
|
|
|
10633
10633
|
Canceling (69) The deploy is being canceled.
|
|
10634
10634
|
```
|
|
10635
10635
|
|
|
10636
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.
|
|
10636
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/deploy/validate.ts)_
|
|
10637
10637
|
|
|
10638
10638
|
## `sf project generate manifest`
|
|
10639
10639
|
|
|
@@ -10729,7 +10729,7 @@ EXAMPLES
|
|
|
10729
10729
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
10730
10730
|
```
|
|
10731
10731
|
|
|
10732
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.
|
|
10732
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/generate/manifest.ts)_
|
|
10733
10733
|
|
|
10734
10734
|
## `sf project list ignored`
|
|
10735
10735
|
|
|
@@ -10771,7 +10771,7 @@ EXAMPLES
|
|
|
10771
10771
|
$ sf project list ignored --source-dir package.xml
|
|
10772
10772
|
```
|
|
10773
10773
|
|
|
10774
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.
|
|
10774
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/list/ignored.ts)_
|
|
10775
10775
|
|
|
10776
10776
|
## `sf project reset tracking`
|
|
10777
10777
|
|
|
@@ -10820,7 +10820,7 @@ EXAMPLES
|
|
|
10820
10820
|
$ sf project reset tracking --revision 30
|
|
10821
10821
|
```
|
|
10822
10822
|
|
|
10823
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.
|
|
10823
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/reset/tracking.ts)_
|
|
10824
10824
|
|
|
10825
10825
|
## `sf project retrieve preview`
|
|
10826
10826
|
|
|
@@ -10874,7 +10874,7 @@ FLAG DESCRIPTIONS
|
|
|
10874
10874
|
production orgs.
|
|
10875
10875
|
```
|
|
10876
10876
|
|
|
10877
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.
|
|
10877
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/retrieve/preview.ts)_
|
|
10878
10878
|
|
|
10879
10879
|
## `sf project retrieve start`
|
|
10880
10880
|
|
|
@@ -11063,7 +11063,7 @@ ENVIRONMENT VARIABLES
|
|
|
11063
11063
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
11064
11064
|
```
|
|
11065
11065
|
|
|
11066
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.
|
|
11066
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/retrieve/start.ts)_
|
|
11067
11067
|
|
|
11068
11068
|
## `sf schema generate field`
|
|
11069
11069
|
|
|
@@ -12427,7 +12427,7 @@ FLAG DESCRIPTIONS
|
|
|
12427
12427
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
12428
12428
|
```
|
|
12429
12429
|
|
|
12430
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
12430
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.57/src/commands/version.ts)_
|
|
12431
12431
|
|
|
12432
12432
|
## `sf which`
|
|
12433
12433
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.149.
|
|
3
|
+
"version": "2.149.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.149.
|
|
9
|
+
"version": "2.149.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.86",
|
|
20
20
|
"@oclif/plugin-search": "1.2.54",
|
|
21
21
|
"@oclif/plugin-update": "4.7.59",
|
|
22
|
-
"@oclif/plugin-version": "2.2.
|
|
22
|
+
"@oclif/plugin-version": "2.2.57",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.73",
|
|
24
24
|
"@oclif/plugin-which": "3.2.61",
|
|
25
25
|
"@salesforce/core": "^9.0.0",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"@salesforce/plugin-agent": "2.0.1",
|
|
28
28
|
"@salesforce/plugin-apex": "4.1.0",
|
|
29
29
|
"@salesforce/plugin-api": "2.0.8",
|
|
30
|
-
"@salesforce/plugin-auth": "5.0.
|
|
30
|
+
"@salesforce/plugin-auth": "5.0.5",
|
|
31
31
|
"@salesforce/plugin-data": "5.1.3",
|
|
32
|
-
"@salesforce/plugin-deploy-retrieve": "4.1.
|
|
33
|
-
"@salesforce/plugin-info": "4.0.
|
|
32
|
+
"@salesforce/plugin-deploy-retrieve": "4.1.1",
|
|
33
|
+
"@salesforce/plugin-info": "4.0.6",
|
|
34
34
|
"@salesforce/plugin-limits": "4.0.3",
|
|
35
35
|
"@salesforce/plugin-marketplace": "2.0.4",
|
|
36
36
|
"@salesforce/plugin-org": "6.0.7",
|
|
@@ -2845,6 +2845,32 @@
|
|
|
2845
2845
|
"node": "^20.17.0 || >=22.9.0"
|
|
2846
2846
|
}
|
|
2847
2847
|
},
|
|
2848
|
+
"node_modules/@npmcli/git/node_modules/isexe": {
|
|
2849
|
+
"version": "4.0.0",
|
|
2850
|
+
"resolved": "https://registry.npmjs.org/isexe/-/isexe-4.0.0.tgz",
|
|
2851
|
+
"integrity": "sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==",
|
|
2852
|
+
"extraneous": true,
|
|
2853
|
+
"license": "BlueOak-1.0.0",
|
|
2854
|
+
"engines": {
|
|
2855
|
+
"node": ">=20"
|
|
2856
|
+
}
|
|
2857
|
+
},
|
|
2858
|
+
"node_modules/@npmcli/git/node_modules/which": {
|
|
2859
|
+
"version": "6.0.1",
|
|
2860
|
+
"resolved": "https://registry.npmjs.org/which/-/which-6.0.1.tgz",
|
|
2861
|
+
"integrity": "sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==",
|
|
2862
|
+
"extraneous": true,
|
|
2863
|
+
"license": "ISC",
|
|
2864
|
+
"dependencies": {
|
|
2865
|
+
"isexe": "^4.0.0"
|
|
2866
|
+
},
|
|
2867
|
+
"bin": {
|
|
2868
|
+
"node-which": "bin/which.js"
|
|
2869
|
+
},
|
|
2870
|
+
"engines": {
|
|
2871
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
2872
|
+
}
|
|
2873
|
+
},
|
|
2848
2874
|
"node_modules/@npmcli/installed-package-contents": {
|
|
2849
2875
|
"version": "4.0.0",
|
|
2850
2876
|
"resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-4.0.0.tgz",
|
|
@@ -2947,6 +2973,32 @@
|
|
|
2947
2973
|
"node": "^20.17.0 || >=22.9.0"
|
|
2948
2974
|
}
|
|
2949
2975
|
},
|
|
2976
|
+
"node_modules/@npmcli/promise-spawn/node_modules/isexe": {
|
|
2977
|
+
"version": "4.0.0",
|
|
2978
|
+
"resolved": "https://registry.npmjs.org/isexe/-/isexe-4.0.0.tgz",
|
|
2979
|
+
"integrity": "sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==",
|
|
2980
|
+
"extraneous": true,
|
|
2981
|
+
"license": "BlueOak-1.0.0",
|
|
2982
|
+
"engines": {
|
|
2983
|
+
"node": ">=20"
|
|
2984
|
+
}
|
|
2985
|
+
},
|
|
2986
|
+
"node_modules/@npmcli/promise-spawn/node_modules/which": {
|
|
2987
|
+
"version": "6.0.1",
|
|
2988
|
+
"resolved": "https://registry.npmjs.org/which/-/which-6.0.1.tgz",
|
|
2989
|
+
"integrity": "sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==",
|
|
2990
|
+
"extraneous": true,
|
|
2991
|
+
"license": "ISC",
|
|
2992
|
+
"dependencies": {
|
|
2993
|
+
"isexe": "^4.0.0"
|
|
2994
|
+
},
|
|
2995
|
+
"bin": {
|
|
2996
|
+
"node-which": "bin/which.js"
|
|
2997
|
+
},
|
|
2998
|
+
"engines": {
|
|
2999
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
3000
|
+
}
|
|
3001
|
+
},
|
|
2950
3002
|
"node_modules/@npmcli/query": {
|
|
2951
3003
|
"version": "5.0.0",
|
|
2952
3004
|
"resolved": "https://registry.npmjs.org/@npmcli/query/-/query-5.0.0.tgz",
|
|
@@ -3416,21 +3468,6 @@
|
|
|
3416
3468
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
3417
3469
|
}
|
|
3418
3470
|
},
|
|
3419
|
-
"node_modules/@oclif/plugin-plugins/node_modules/which": {
|
|
3420
|
-
"version": "4.0.0",
|
|
3421
|
-
"resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
|
|
3422
|
-
"integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
|
|
3423
|
-
"license": "ISC",
|
|
3424
|
-
"dependencies": {
|
|
3425
|
-
"isexe": "^3.1.1"
|
|
3426
|
-
},
|
|
3427
|
-
"bin": {
|
|
3428
|
-
"node-which": "bin/which.js"
|
|
3429
|
-
},
|
|
3430
|
-
"engines": {
|
|
3431
|
-
"node": "^16.13.0 || >=18.0.0"
|
|
3432
|
-
}
|
|
3433
|
-
},
|
|
3434
3471
|
"node_modules/@oclif/plugin-search": {
|
|
3435
3472
|
"version": "1.2.54",
|
|
3436
3473
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.54.tgz",
|
|
@@ -3482,13 +3519,14 @@
|
|
|
3482
3519
|
}
|
|
3483
3520
|
},
|
|
3484
3521
|
"node_modules/@oclif/plugin-version": {
|
|
3485
|
-
"version": "2.2.
|
|
3486
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
3487
|
-
"integrity": "sha512-
|
|
3522
|
+
"version": "2.2.57",
|
|
3523
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.57.tgz",
|
|
3524
|
+
"integrity": "sha512-URa9qyPA7Fl/QB7FIBMHaYKOgg47qcNhx4DQWszmuK1GmT1UHbQ+KvkU33n29vDMUS/kEfcXLmBPQ6cWj6d2pA==",
|
|
3488
3525
|
"license": "MIT",
|
|
3489
3526
|
"dependencies": {
|
|
3490
3527
|
"@oclif/core": "^4",
|
|
3491
|
-
"ansis": "^3.17.0"
|
|
3528
|
+
"ansis": "^3.17.0",
|
|
3529
|
+
"which": "^4"
|
|
3492
3530
|
},
|
|
3493
3531
|
"engines": {
|
|
3494
3532
|
"node": ">=18.0.0"
|
|
@@ -4620,9 +4658,9 @@
|
|
|
4620
4658
|
}
|
|
4621
4659
|
},
|
|
4622
4660
|
"node_modules/@salesforce/plugin-auth": {
|
|
4623
|
-
"version": "5.0.
|
|
4624
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-5.0.
|
|
4625
|
-
"integrity": "sha512-
|
|
4661
|
+
"version": "5.0.5",
|
|
4662
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-5.0.5.tgz",
|
|
4663
|
+
"integrity": "sha512-bYDx/yo8l8Qc6BZP3S5yu4c0XpBeZQJ8XPPM7SLeiTSj54trIXnUvPOL0xdx7DWgdoxmJt6hzDn004enM1NxEA==",
|
|
4626
4664
|
"license": "Apache-2.0",
|
|
4627
4665
|
"dependencies": {
|
|
4628
4666
|
"@inquirer/checkbox": "^2.5.0",
|
|
@@ -4633,7 +4671,8 @@
|
|
|
4633
4671
|
"@salesforce/plugin-info": "^4.0.0",
|
|
4634
4672
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
4635
4673
|
"@salesforce/ts-types": "^3.0.0",
|
|
4636
|
-
"open": "^10.2.0"
|
|
4674
|
+
"open": "^10.2.0",
|
|
4675
|
+
"which": "^4"
|
|
4637
4676
|
},
|
|
4638
4677
|
"engines": {
|
|
4639
4678
|
"node": ">=22.0.0"
|
|
@@ -4887,21 +4926,21 @@
|
|
|
4887
4926
|
"license": "MIT"
|
|
4888
4927
|
},
|
|
4889
4928
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
4890
|
-
"version": "4.1.
|
|
4891
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-4.1.
|
|
4892
|
-
"integrity": "sha512-
|
|
4929
|
+
"version": "4.1.1",
|
|
4930
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-4.1.1.tgz",
|
|
4931
|
+
"integrity": "sha512-yZkng4hk+ipB+i5jAOO5tG9w/94G5SaEtXe3VLGzgjPUrcE5eWFi7DIesnLb3YQ94oWUAQE31xuLeqIsdJ5Nrg==",
|
|
4893
4932
|
"license": "Apache-2.0",
|
|
4894
4933
|
"dependencies": {
|
|
4895
4934
|
"@inquirer/prompts": "^7.8.3",
|
|
4896
4935
|
"@oclif/core": "^4.11.14",
|
|
4897
4936
|
"@oclif/multi-stage-output": "^0.8.42",
|
|
4898
4937
|
"@salesforce/apex-node": "^9.0.0",
|
|
4899
|
-
"@salesforce/core": "^9.
|
|
4938
|
+
"@salesforce/core": "^9.1.2",
|
|
4900
4939
|
"@salesforce/kit": "^4.0.0",
|
|
4901
4940
|
"@salesforce/plugin-info": "^4.0.0",
|
|
4902
4941
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
4903
|
-
"@salesforce/source-deploy-retrieve": "^13.1.
|
|
4904
|
-
"@salesforce/source-tracking": "^8.
|
|
4942
|
+
"@salesforce/source-deploy-retrieve": "^13.1.1",
|
|
4943
|
+
"@salesforce/source-tracking": "^8.1.0",
|
|
4905
4944
|
"@salesforce/ts-types": "^3.0.0",
|
|
4906
4945
|
"ansis": "^3.17.0",
|
|
4907
4946
|
"terminal-link": "^3.0.0"
|
|
@@ -4911,9 +4950,9 @@
|
|
|
4911
4950
|
}
|
|
4912
4951
|
},
|
|
4913
4952
|
"node_modules/@salesforce/plugin-info": {
|
|
4914
|
-
"version": "4.0.
|
|
4915
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.
|
|
4916
|
-
"integrity": "sha512-
|
|
4953
|
+
"version": "4.0.6",
|
|
4954
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.6.tgz",
|
|
4955
|
+
"integrity": "sha512-NF8pJaBIBX7InYjVmekb12wkAj5wUaASw/fLRU1JiNZXq3PJxDPZtLCVlAXBaNdWKaKc6Po0FXAojDMcdL+H5w==",
|
|
4917
4956
|
"license": "Apache-2.0",
|
|
4918
4957
|
"dependencies": {
|
|
4919
4958
|
"@inquirer/input": "^2.3.0",
|
|
@@ -4927,7 +4966,8 @@
|
|
|
4927
4966
|
"marked-terminal": "^4.2.0",
|
|
4928
4967
|
"open": "^10.2.0",
|
|
4929
4968
|
"proxy-agent": "^6.5.0",
|
|
4930
|
-
"semver": "^7.8.1"
|
|
4969
|
+
"semver": "^7.8.1",
|
|
4970
|
+
"which": "^4"
|
|
4931
4971
|
},
|
|
4932
4972
|
"engines": {
|
|
4933
4973
|
"node": ">=22.0.0"
|
|
@@ -5359,9 +5399,9 @@
|
|
|
5359
5399
|
}
|
|
5360
5400
|
},
|
|
5361
5401
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5362
|
-
"version": "13.1.
|
|
5363
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.1.
|
|
5364
|
-
"integrity": "sha512-
|
|
5402
|
+
"version": "13.1.1",
|
|
5403
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.1.1.tgz",
|
|
5404
|
+
"integrity": "sha512-MjA3sJrjUBIK948x+frmc+/s/Pzc/sakvilBsxXbg5ITXexcmDi25nWM1h90RXdLwS3ejT7GIZCwxlzrnDzugw==",
|
|
5365
5405
|
"license": "Apache-2.0",
|
|
5366
5406
|
"dependencies": {
|
|
5367
5407
|
"@salesforce/core": "^9.0.0",
|
|
@@ -5512,14 +5552,14 @@
|
|
|
5512
5552
|
}
|
|
5513
5553
|
},
|
|
5514
5554
|
"node_modules/@salesforce/source-tracking": {
|
|
5515
|
-
"version": "8.
|
|
5516
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-8.
|
|
5517
|
-
"integrity": "sha512
|
|
5555
|
+
"version": "8.1.0",
|
|
5556
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-8.1.0.tgz",
|
|
5557
|
+
"integrity": "sha512-ookx5YVI4ddEkNWwSkqPrXU5MKXkcuGig0rW7FzBtDnpIZU8q3+elilIJ5PI/YXBAIpUZl69Alsjh6+Bl7ZqeA==",
|
|
5518
5558
|
"license": "Apache-2.0",
|
|
5519
5559
|
"dependencies": {
|
|
5520
|
-
"@salesforce/core": "^9.
|
|
5560
|
+
"@salesforce/core": "^9.1.2",
|
|
5521
5561
|
"@salesforce/kit": "^4.0.0",
|
|
5522
|
-
"@salesforce/source-deploy-retrieve": "^13.
|
|
5562
|
+
"@salesforce/source-deploy-retrieve": "^13.1.1",
|
|
5523
5563
|
"@salesforce/ts-types": "^3.0.0",
|
|
5524
5564
|
"fast-xml-parser": "^5.5.7",
|
|
5525
5565
|
"graceful-fs": "^4.2.11",
|
|
@@ -16208,6 +16248,16 @@
|
|
|
16208
16248
|
"node": "^20.17.0 || >=22.9.0"
|
|
16209
16249
|
}
|
|
16210
16250
|
},
|
|
16251
|
+
"node_modules/node-gyp/node_modules/isexe": {
|
|
16252
|
+
"version": "4.0.0",
|
|
16253
|
+
"resolved": "https://registry.npmjs.org/isexe/-/isexe-4.0.0.tgz",
|
|
16254
|
+
"integrity": "sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==",
|
|
16255
|
+
"extraneous": true,
|
|
16256
|
+
"license": "BlueOak-1.0.0",
|
|
16257
|
+
"engines": {
|
|
16258
|
+
"node": ">=20"
|
|
16259
|
+
}
|
|
16260
|
+
},
|
|
16211
16261
|
"node_modules/node-gyp/node_modules/undici": {
|
|
16212
16262
|
"version": "6.28.0",
|
|
16213
16263
|
"resolved": "https://registry.npmjs.org/undici/-/undici-6.28.0.tgz",
|
|
@@ -16218,6 +16268,22 @@
|
|
|
16218
16268
|
"node": ">=18.17"
|
|
16219
16269
|
}
|
|
16220
16270
|
},
|
|
16271
|
+
"node_modules/node-gyp/node_modules/which": {
|
|
16272
|
+
"version": "6.0.1",
|
|
16273
|
+
"resolved": "https://registry.npmjs.org/which/-/which-6.0.1.tgz",
|
|
16274
|
+
"integrity": "sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==",
|
|
16275
|
+
"extraneous": true,
|
|
16276
|
+
"license": "ISC",
|
|
16277
|
+
"dependencies": {
|
|
16278
|
+
"isexe": "^4.0.0"
|
|
16279
|
+
},
|
|
16280
|
+
"bin": {
|
|
16281
|
+
"node-which": "bin/which.js"
|
|
16282
|
+
},
|
|
16283
|
+
"engines": {
|
|
16284
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
16285
|
+
}
|
|
16286
|
+
},
|
|
16221
16287
|
"node_modules/node-preload": {
|
|
16222
16288
|
"version": "0.2.1",
|
|
16223
16289
|
"resolved": "https://registry.npmjs.org/node-preload/-/node-preload-0.2.1.tgz",
|
|
@@ -22784,19 +22850,18 @@
|
|
|
22784
22850
|
}
|
|
22785
22851
|
},
|
|
22786
22852
|
"node_modules/which": {
|
|
22787
|
-
"version": "
|
|
22788
|
-
"resolved": "https://registry.npmjs.org/which/-/which-
|
|
22789
|
-
"integrity": "sha512-
|
|
22790
|
-
"extraneous": true,
|
|
22853
|
+
"version": "4.0.0",
|
|
22854
|
+
"resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
|
|
22855
|
+
"integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
|
|
22791
22856
|
"license": "ISC",
|
|
22792
22857
|
"dependencies": {
|
|
22793
|
-
"isexe": "^
|
|
22858
|
+
"isexe": "^3.1.1"
|
|
22794
22859
|
},
|
|
22795
22860
|
"bin": {
|
|
22796
22861
|
"node-which": "bin/which.js"
|
|
22797
22862
|
},
|
|
22798
22863
|
"engines": {
|
|
22799
|
-
"node": "^
|
|
22864
|
+
"node": "^16.13.0 || >=18.0.0"
|
|
22800
22865
|
}
|
|
22801
22866
|
},
|
|
22802
22867
|
"node_modules/which-boxed-primitive": {
|
|
@@ -22894,16 +22959,6 @@
|
|
|
22894
22959
|
"url": "https://github.com/sponsors/ljharb"
|
|
22895
22960
|
}
|
|
22896
22961
|
},
|
|
22897
|
-
"node_modules/which/node_modules/isexe": {
|
|
22898
|
-
"version": "4.0.0",
|
|
22899
|
-
"resolved": "https://registry.npmjs.org/isexe/-/isexe-4.0.0.tgz",
|
|
22900
|
-
"integrity": "sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==",
|
|
22901
|
-
"extraneous": true,
|
|
22902
|
-
"license": "BlueOak-1.0.0",
|
|
22903
|
-
"engines": {
|
|
22904
|
-
"node": ">=20"
|
|
22905
|
-
}
|
|
22906
|
-
},
|
|
22907
22962
|
"node_modules/widest-line": {
|
|
22908
22963
|
"version": "3.1.0",
|
|
22909
22964
|
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1464,13 +1464,14 @@
|
|
|
1464
1464
|
semver "^7.8.5"
|
|
1465
1465
|
tar-fs "^2.1.5"
|
|
1466
1466
|
|
|
1467
|
-
"@oclif/plugin-version@2.2.
|
|
1468
|
-
version "2.2.
|
|
1469
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
1470
|
-
integrity sha512-
|
|
1467
|
+
"@oclif/plugin-version@2.2.57":
|
|
1468
|
+
version "2.2.57"
|
|
1469
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.57.tgz"
|
|
1470
|
+
integrity sha512-URa9qyPA7Fl/QB7FIBMHaYKOgg47qcNhx4DQWszmuK1GmT1UHbQ+KvkU33n29vDMUS/kEfcXLmBPQ6cWj6d2pA==
|
|
1471
1471
|
dependencies:
|
|
1472
1472
|
"@oclif/core" "^4"
|
|
1473
1473
|
ansis "^3.17.0"
|
|
1474
|
+
which "^4"
|
|
1474
1475
|
|
|
1475
1476
|
"@oclif/plugin-warn-if-update-available@^3.1.67", "@oclif/plugin-warn-if-update-available@3.1.73":
|
|
1476
1477
|
version "3.1.73"
|
|
@@ -2027,10 +2028,10 @@
|
|
|
2027
2028
|
got "^13.0.0"
|
|
2028
2029
|
proxy-agent "^6.5.0"
|
|
2029
2030
|
|
|
2030
|
-
"@salesforce/plugin-auth@5.0.
|
|
2031
|
-
version "5.0.
|
|
2032
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-5.0.
|
|
2033
|
-
integrity sha512-
|
|
2031
|
+
"@salesforce/plugin-auth@5.0.5":
|
|
2032
|
+
version "5.0.5"
|
|
2033
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-5.0.5.tgz"
|
|
2034
|
+
integrity sha512-bYDx/yo8l8Qc6BZP3S5yu4c0XpBeZQJ8XPPM7SLeiTSj54trIXnUvPOL0xdx7DWgdoxmJt6hzDn004enM1NxEA==
|
|
2034
2035
|
dependencies:
|
|
2035
2036
|
"@inquirer/checkbox" "^2.5.0"
|
|
2036
2037
|
"@inquirer/select" "^2.5.0"
|
|
@@ -2041,6 +2042,7 @@
|
|
|
2041
2042
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
2042
2043
|
"@salesforce/ts-types" "^3.0.0"
|
|
2043
2044
|
open "^10.2.0"
|
|
2045
|
+
which "^4"
|
|
2044
2046
|
|
|
2045
2047
|
"@salesforce/plugin-command-reference@^3.1.122":
|
|
2046
2048
|
version "3.1.128"
|
|
@@ -2076,29 +2078,29 @@
|
|
|
2076
2078
|
undici "^7.29.0"
|
|
2077
2079
|
zod "^4.4.3"
|
|
2078
2080
|
|
|
2079
|
-
"@salesforce/plugin-deploy-retrieve@4.1.
|
|
2080
|
-
version "4.1.
|
|
2081
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-4.1.
|
|
2082
|
-
integrity sha512-
|
|
2081
|
+
"@salesforce/plugin-deploy-retrieve@4.1.1":
|
|
2082
|
+
version "4.1.1"
|
|
2083
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-4.1.1.tgz"
|
|
2084
|
+
integrity sha512-yZkng4hk+ipB+i5jAOO5tG9w/94G5SaEtXe3VLGzgjPUrcE5eWFi7DIesnLb3YQ94oWUAQE31xuLeqIsdJ5Nrg==
|
|
2083
2085
|
dependencies:
|
|
2084
2086
|
"@inquirer/prompts" "^7.8.3"
|
|
2085
2087
|
"@oclif/core" "^4.11.14"
|
|
2086
2088
|
"@oclif/multi-stage-output" "^0.8.42"
|
|
2087
2089
|
"@salesforce/apex-node" "^9.0.0"
|
|
2088
|
-
"@salesforce/core" "^9.
|
|
2090
|
+
"@salesforce/core" "^9.1.2"
|
|
2089
2091
|
"@salesforce/kit" "^4.0.0"
|
|
2090
2092
|
"@salesforce/plugin-info" "^4.0.0"
|
|
2091
2093
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
2092
|
-
"@salesforce/source-deploy-retrieve" "^13.1.
|
|
2093
|
-
"@salesforce/source-tracking" "^8.
|
|
2094
|
+
"@salesforce/source-deploy-retrieve" "^13.1.1"
|
|
2095
|
+
"@salesforce/source-tracking" "^8.1.0"
|
|
2094
2096
|
"@salesforce/ts-types" "^3.0.0"
|
|
2095
2097
|
ansis "^3.17.0"
|
|
2096
2098
|
terminal-link "^3.0.0"
|
|
2097
2099
|
|
|
2098
|
-
"@salesforce/plugin-info@^4.0.0", "@salesforce/plugin-info@^4.0.4", "@salesforce/plugin-info@4.0.
|
|
2099
|
-
version "4.0.
|
|
2100
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.
|
|
2101
|
-
integrity sha512-
|
|
2100
|
+
"@salesforce/plugin-info@^4.0.0", "@salesforce/plugin-info@^4.0.4", "@salesforce/plugin-info@4.0.6":
|
|
2101
|
+
version "4.0.6"
|
|
2102
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.6.tgz"
|
|
2103
|
+
integrity sha512-NF8pJaBIBX7InYjVmekb12wkAj5wUaASw/fLRU1JiNZXq3PJxDPZtLCVlAXBaNdWKaKc6Po0FXAojDMcdL+H5w==
|
|
2102
2104
|
dependencies:
|
|
2103
2105
|
"@inquirer/input" "^2.3.0"
|
|
2104
2106
|
"@jsforce/jsforce-node" "^3.10.19"
|
|
@@ -2112,6 +2114,7 @@
|
|
|
2112
2114
|
open "^10.2.0"
|
|
2113
2115
|
proxy-agent "^6.5.0"
|
|
2114
2116
|
semver "^7.8.1"
|
|
2117
|
+
which "^4"
|
|
2115
2118
|
|
|
2116
2119
|
"@salesforce/plugin-limits@4.0.3":
|
|
2117
2120
|
version "4.0.3"
|
|
@@ -2320,10 +2323,10 @@
|
|
|
2320
2323
|
cli-progress "^3.12.0"
|
|
2321
2324
|
terminal-link "^3.0.0"
|
|
2322
2325
|
|
|
2323
|
-
"@salesforce/source-deploy-retrieve@^13.0.0", "@salesforce/source-deploy-retrieve@^13.0.1", "@salesforce/source-deploy-retrieve@^13.1.
|
|
2324
|
-
version "13.1.
|
|
2325
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.1.
|
|
2326
|
-
integrity sha512-
|
|
2326
|
+
"@salesforce/source-deploy-retrieve@^13.0.0", "@salesforce/source-deploy-retrieve@^13.0.1", "@salesforce/source-deploy-retrieve@^13.1.1":
|
|
2327
|
+
version "13.1.1"
|
|
2328
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.1.1.tgz"
|
|
2329
|
+
integrity sha512-MjA3sJrjUBIK948x+frmc+/s/Pzc/sakvilBsxXbg5ITXexcmDi25nWM1h90RXdLwS3ejT7GIZCwxlzrnDzugw==
|
|
2327
2330
|
dependencies:
|
|
2328
2331
|
"@salesforce/core" "^9.0.0"
|
|
2329
2332
|
"@salesforce/kit" "^4.0.0"
|
|
@@ -2340,14 +2343,14 @@
|
|
|
2340
2343
|
proxy-agent "^6.5.0"
|
|
2341
2344
|
yaml "^2.9.0"
|
|
2342
2345
|
|
|
2343
|
-
"@salesforce/source-tracking@^8.
|
|
2344
|
-
version "8.
|
|
2345
|
-
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-8.
|
|
2346
|
-
integrity sha512
|
|
2346
|
+
"@salesforce/source-tracking@^8.1.0":
|
|
2347
|
+
version "8.1.0"
|
|
2348
|
+
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-8.1.0.tgz"
|
|
2349
|
+
integrity sha512-ookx5YVI4ddEkNWwSkqPrXU5MKXkcuGig0rW7FzBtDnpIZU8q3+elilIJ5PI/YXBAIpUZl69Alsjh6+Bl7ZqeA==
|
|
2347
2350
|
dependencies:
|
|
2348
|
-
"@salesforce/core" "^9.
|
|
2351
|
+
"@salesforce/core" "^9.1.2"
|
|
2349
2352
|
"@salesforce/kit" "^4.0.0"
|
|
2350
|
-
"@salesforce/source-deploy-retrieve" "^13.
|
|
2353
|
+
"@salesforce/source-deploy-retrieve" "^13.1.1"
|
|
2351
2354
|
"@salesforce/ts-types" "^3.0.0"
|
|
2352
2355
|
fast-xml-parser "^5.5.7"
|
|
2353
2356
|
graceful-fs "^4.2.11"
|
|
@@ -10917,7 +10920,7 @@ which@^2.0.1:
|
|
|
10917
10920
|
dependencies:
|
|
10918
10921
|
isexe "^2.0.0"
|
|
10919
10922
|
|
|
10920
|
-
which@^4.0.0:
|
|
10923
|
+
which@^4, which@^4.0.0:
|
|
10921
10924
|
version "4.0.0"
|
|
10922
10925
|
resolved "https://registry.npmjs.org/which/-/which-4.0.0.tgz"
|
|
10923
10926
|
integrity sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==
|
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.149.
|
|
4
|
+
"version": "2.149.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"@oclif/plugin-plugins": "5.4.86",
|
|
155
155
|
"@oclif/plugin-search": "1.2.54",
|
|
156
156
|
"@oclif/plugin-update": "4.7.59",
|
|
157
|
-
"@oclif/plugin-version": "2.2.
|
|
157
|
+
"@oclif/plugin-version": "2.2.57",
|
|
158
158
|
"@oclif/plugin-warn-if-update-available": "3.1.73",
|
|
159
159
|
"@oclif/plugin-which": "3.2.61",
|
|
160
160
|
"@salesforce/core": "^9.0.0",
|
|
@@ -162,10 +162,10 @@
|
|
|
162
162
|
"@salesforce/plugin-agent": "2.0.1",
|
|
163
163
|
"@salesforce/plugin-apex": "4.1.0",
|
|
164
164
|
"@salesforce/plugin-api": "2.0.8",
|
|
165
|
-
"@salesforce/plugin-auth": "5.0.
|
|
165
|
+
"@salesforce/plugin-auth": "5.0.5",
|
|
166
166
|
"@salesforce/plugin-data": "5.1.3",
|
|
167
|
-
"@salesforce/plugin-deploy-retrieve": "4.1.
|
|
168
|
-
"@salesforce/plugin-info": "4.0.
|
|
167
|
+
"@salesforce/plugin-deploy-retrieve": "4.1.1",
|
|
168
|
+
"@salesforce/plugin-info": "4.0.6",
|
|
169
169
|
"@salesforce/plugin-limits": "4.0.3",
|
|
170
170
|
"@salesforce/plugin-marketplace": "2.0.4",
|
|
171
171
|
"@salesforce/plugin-org": "6.0.7",
|