@salesforce/cli 2.24.4-dev.0 → 2.25.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 CHANGED
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.24.4-dev.0 linux-x64 node-v20.10.0
27
+ @salesforce/cli/2.25.0 linux-x64 node-v20.10.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -1910,7 +1910,7 @@ DESCRIPTION
1910
1910
  Display help for sf.
1911
1911
  ```
1912
1912
 
1913
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.10/src/commands/help.ts)_
1913
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.11/src/commands/help.ts)_
1914
1914
 
1915
1915
  ## `sf info releasenotes display`
1916
1916
 
@@ -2421,7 +2421,7 @@ FLAG DESCRIPTIONS
2421
2421
  sandbox.
2422
2422
  ```
2423
2423
 
2424
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/src/commands/org/create/sandbox.ts)_
2424
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/create/sandbox.ts)_
2425
2425
 
2426
2426
  ## `sf org create scratch`
2427
2427
 
@@ -2574,7 +2574,7 @@ FLAG DESCRIPTIONS
2574
2574
  Omit this flag to have Salesforce generate a unique username for your org.
2575
2575
  ```
2576
2576
 
2577
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/src/commands/org/create/scratch.ts)_
2577
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/create/scratch.ts)_
2578
2578
 
2579
2579
  ## `sf org create user`
2580
2580
 
@@ -2717,7 +2717,7 @@ EXAMPLES
2717
2717
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
2718
2718
  ```
2719
2719
 
2720
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/src/commands/org/delete/sandbox.ts)_
2720
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/delete/sandbox.ts)_
2721
2721
 
2722
2722
  ## `sf org delete scratch`
2723
2723
 
@@ -2759,7 +2759,7 @@ EXAMPLES
2759
2759
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
2760
2760
  ```
2761
2761
 
2762
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/src/commands/org/delete/scratch.ts)_
2762
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/delete/scratch.ts)_
2763
2763
 
2764
2764
  ## `sf org disable tracking`
2765
2765
 
@@ -2797,7 +2797,7 @@ EXAMPLES
2797
2797
  $ sf org disable tracking
2798
2798
  ```
2799
2799
 
2800
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/src/commands/org/disable/tracking.ts)_
2800
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/disable/tracking.ts)_
2801
2801
 
2802
2802
  ## `sf org display`
2803
2803
 
@@ -2841,7 +2841,7 @@ EXAMPLES
2841
2841
  $ sf org display --target-org TestOrg1 --verbose
2842
2842
  ```
2843
2843
 
2844
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/src/commands/org/display.ts)_
2844
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/display.ts)_
2845
2845
 
2846
2846
  ## `sf org display user`
2847
2847
 
@@ -2920,7 +2920,7 @@ EXAMPLES
2920
2920
  $ sf org enable tracking
2921
2921
  ```
2922
2922
 
2923
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/src/commands/org/enable/tracking.ts)_
2923
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/enable/tracking.ts)_
2924
2924
 
2925
2925
  ## `sf org generate password`
2926
2926
 
@@ -3023,7 +3023,7 @@ EXAMPLES
3023
3023
  $ sf org list --clean
3024
3024
  ```
3025
3025
 
3026
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/src/commands/org/list.ts)_
3026
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/list.ts)_
3027
3027
 
3028
3028
  ## `sf org list auth`
3029
3029
 
@@ -3054,7 +3054,7 @@ EXAMPLES
3054
3054
  $ sf org list auth
3055
3055
  ```
3056
3056
 
3057
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.2.0/src/commands/org/list/auth.ts)_
3057
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.0/src/commands/org/list/auth.ts)_
3058
3058
 
3059
3059
  ## `sf org list limits`
3060
3060
 
@@ -3158,7 +3158,7 @@ FLAG DESCRIPTIONS
3158
3158
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
3159
3159
  ```
3160
3160
 
3161
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/src/commands/org/list/metadata.ts)_
3161
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/list/metadata.ts)_
3162
3162
 
3163
3163
  ## `sf org list metadata-types`
3164
3164
 
@@ -3212,7 +3212,7 @@ FLAG DESCRIPTIONS
3212
3212
  Override the api version used for api requests made by this command
3213
3213
  ```
3214
3214
 
3215
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/src/commands/org/list/metadata-types.ts)_
3215
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/list/metadata-types.ts)_
3216
3216
 
3217
3217
  ## `sf org list sobject record-counts`
3218
3218
 
@@ -3347,7 +3347,7 @@ FLAG DESCRIPTIONS
3347
3347
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
3348
3348
  ```
3349
3349
 
3350
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.2.0/src/commands/org/login/access-token.ts)_
3350
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.0/src/commands/org/login/access-token.ts)_
3351
3351
 
3352
3352
  ## `sf org login device`
3353
3353
 
@@ -3406,7 +3406,7 @@ FLAG DESCRIPTIONS
3406
3406
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
3407
3407
  ```
3408
3408
 
3409
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.2.0/src/commands/org/login/device.ts)_
3409
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.0/src/commands/org/login/device.ts)_
3410
3410
 
3411
3411
  ## `sf org login jwt`
3412
3412
 
@@ -3495,7 +3495,7 @@ FLAG DESCRIPTIONS
3495
3495
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
3496
3496
  ```
3497
3497
 
3498
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.2.0/src/commands/org/login/jwt.ts)_
3498
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.0/src/commands/org/login/jwt.ts)_
3499
3499
 
3500
3500
  ## `sf org login sfdx-url`
3501
3501
 
@@ -3562,7 +3562,7 @@ EXAMPLES
3562
3562
  $ echo url | sf org login sfdx-url --sfdx-url-stdin -
3563
3563
  ```
3564
3564
 
3565
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.2.0/src/commands/org/login/sfdx-url.ts)_
3565
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.0/src/commands/org/login/sfdx-url.ts)_
3566
3566
 
3567
3567
  ## `sf org login web`
3568
3568
 
@@ -3647,7 +3647,7 @@ FLAG DESCRIPTIONS
3647
3647
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
3648
3648
  ```
3649
3649
 
3650
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.2.0/src/commands/org/login/web.ts)_
3650
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.0/src/commands/org/login/web.ts)_
3651
3651
 
3652
3652
  ## `sf org logout`
3653
3653
 
@@ -3707,7 +3707,7 @@ FLAG DESCRIPTIONS
3707
3707
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
3708
3708
  ```
3709
3709
 
3710
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.2.0/src/commands/org/logout.ts)_
3710
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.0/src/commands/org/logout.ts)_
3711
3711
 
3712
3712
  ## `sf org open`
3713
3713
 
@@ -3715,8 +3715,8 @@ Open your default scratch org, or another specified org, in a browser.
3715
3715
 
3716
3716
  ```
3717
3717
  USAGE
3718
- $ sf org open -o <value> [--json] [--api-version <value>] [-b chrome|edge|firefox | -r] [-p <value> | -f
3719
- <value>]
3718
+ $ sf org open -o <value> [--json] [--api-version <value>] [--private | -r | -b chrome|edge|firefox] [-p
3719
+ <value> | -f <value>]
3720
3720
 
3721
3721
  FLAGS
3722
3722
  -b, --browser=<option> Browser where the org opens.
@@ -3727,6 +3727,7 @@ FLAGS
3727
3727
  -p, --path=<value> Navigation URL path to open a specific page.
3728
3728
  -r, --url-only Display navigation URL, but don’t launch browser.
3729
3729
  --api-version=<value> Override the api version used for api requests made by this command
3730
+ --private Open the org in the default browser using private (incognito) mode.
3730
3731
 
3731
3732
  GLOBAL FLAGS
3732
3733
  --json Format output as json.
@@ -3755,6 +3756,10 @@ EXAMPLES
3755
3756
 
3756
3757
  $ sf org open
3757
3758
 
3759
+ Open your default org in an incognito window of your default browser:
3760
+
3761
+ $ sf org open --private
3762
+
3758
3763
  Open the org with alias MyTestOrg1 in the Firefox browser:
3759
3764
 
3760
3765
  $ sf org open --target-org MyTestOrg1 --browser firefox
@@ -3773,7 +3778,7 @@ EXAMPLES
3773
3778
  $ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
3774
3779
  ```
3775
3780
 
3776
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/src/commands/org/open.ts)_
3781
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/open.ts)_
3777
3782
 
3778
3783
  ## `sf org resume sandbox`
3779
3784
 
@@ -3835,7 +3840,7 @@ FLAG DESCRIPTIONS
3835
3840
  returns the job ID. To resume checking the sandbox creation, rerun this command.
3836
3841
  ```
3837
3842
 
3838
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/src/commands/org/resume/sandbox.ts)_
3843
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/resume/sandbox.ts)_
3839
3844
 
3840
3845
  ## `sf org resume scratch`
3841
3846
 
@@ -3881,7 +3886,7 @@ FLAG DESCRIPTIONS
3881
3886
  The job ID is valid for 24 hours after you start the scratch org creation.
3882
3887
  ```
3883
3888
 
3884
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.2.2/src/commands/org/resume/scratch.ts)_
3889
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/resume/scratch.ts)_
3885
3890
 
3886
3891
  ## `sf package1 version create`
3887
3892
 
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.24.4-dev.0",
3
+ "version": "2.25.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.24.4-dev.0",
9
+ "version": "2.25.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^1.3.1",
14
- "@oclif/core": "3.17.0",
14
+ "@oclif/core": "3.18.1",
15
15
  "@oclif/plugin-autocomplete": "3.0.5",
16
16
  "@oclif/plugin-commands": "3.1.0",
17
- "@oclif/plugin-help": "6.0.10",
17
+ "@oclif/plugin-help": "6.0.11",
18
18
  "@oclif/plugin-not-found": "3.0.8",
19
19
  "@oclif/plugin-plugins": "4.1.15",
20
20
  "@oclif/plugin-search": "1.0.11",
@@ -24,13 +24,13 @@
24
24
  "@oclif/plugin-which": "3.0.14",
25
25
  "@salesforce/core": "^6.1.4",
26
26
  "@salesforce/plugin-apex": "3.0.17",
27
- "@salesforce/plugin-auth": "3.2.0",
27
+ "@salesforce/plugin-auth": "3.3.0",
28
28
  "@salesforce/plugin-data": "3.0.14",
29
29
  "@salesforce/plugin-deploy-retrieve": "3.1.0",
30
30
  "@salesforce/plugin-info": "3.0.15",
31
31
  "@salesforce/plugin-limits": "3.1.2",
32
32
  "@salesforce/plugin-marketplace": "1.0.16",
33
- "@salesforce/plugin-org": "3.2.2",
33
+ "@salesforce/plugin-org": "3.3.0",
34
34
  "@salesforce/plugin-packaging": "2.1.0",
35
35
  "@salesforce/plugin-schema": "3.1.0",
36
36
  "@salesforce/plugin-settings": "2.0.15",
@@ -40,7 +40,7 @@
40
40
  "@salesforce/plugin-templates": "56.0.9",
41
41
  "@salesforce/plugin-trust": "3.3.1",
42
42
  "@salesforce/plugin-user": "3.2.1",
43
- "@salesforce/sf-plugins-core": "7.1.0",
43
+ "@salesforce/sf-plugins-core": "7.1.1",
44
44
  "debug": "^4.3.4"
45
45
  },
46
46
  "bin": {
@@ -1410,6 +1410,22 @@
1410
1410
  "node": ">=6.9.0"
1411
1411
  }
1412
1412
  },
1413
+ "node_modules/@inquirer/checkbox": {
1414
+ "version": "1.5.0",
1415
+ "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-1.5.0.tgz",
1416
+ "integrity": "sha512-3cKJkW1vIZAs4NaS0reFsnpAjP0azffYII4I2R7PTI7ZTMg5Y1at4vzXccOH3762b2c2L4drBhpJpf9uiaGNxA==",
1417
+ "license": "MIT",
1418
+ "dependencies": {
1419
+ "@inquirer/core": "^5.1.1",
1420
+ "@inquirer/type": "^1.1.5",
1421
+ "ansi-escapes": "^4.3.2",
1422
+ "chalk": "^4.1.2",
1423
+ "figures": "^3.2.0"
1424
+ },
1425
+ "engines": {
1426
+ "node": ">=14.18.0"
1427
+ }
1428
+ },
1413
1429
  "node_modules/@inquirer/confirm": {
1414
1430
  "version": "2.0.15",
1415
1431
  "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-2.0.15.tgz",
@@ -2551,11 +2567,12 @@
2551
2567
  }
2552
2568
  },
2553
2569
  "node_modules/@oclif/core": {
2554
- "version": "3.17.0",
2555
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.17.0.tgz",
2556
- "integrity": "sha512-tVNXl31fpGdGC8hOh1pE6io6BkFYg2qhwWu9/YYc0hVBUerikVo5dsefN3ey/3ltqR9sv9Rmm55HzQljFtGWtQ==",
2570
+ "version": "3.18.1",
2571
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.18.1.tgz",
2572
+ "integrity": "sha512-l0LsjzGcqjbUEdeSBX6bdZieVmEv82Q0W3StiyaDMEnPZ9KLH28HrLpcZg6d50mCYW9CUZNzmRo6qrCHWrgLKw==",
2557
2573
  "license": "MIT",
2558
2574
  "dependencies": {
2575
+ "@types/cli-progress": "^3.11.5",
2559
2576
  "ansi-escapes": "^4.3.2",
2560
2577
  "ansi-styles": "^4.3.0",
2561
2578
  "cardinal": "^2.1.1",
@@ -2579,7 +2596,6 @@
2579
2596
  "strip-ansi": "^6.0.1",
2580
2597
  "supports-color": "^8.1.1",
2581
2598
  "supports-hyperlinks": "^2.2.0",
2582
- "tsconfck": "^3.0.0",
2583
2599
  "widest-line": "^3.1.0",
2584
2600
  "wordwrap": "^1.0.0",
2585
2601
  "wrap-ansi": "^7.0.0"
@@ -2722,9 +2738,9 @@
2722
2738
  }
2723
2739
  },
2724
2740
  "node_modules/@oclif/plugin-help": {
2725
- "version": "6.0.10",
2726
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.10.tgz",
2727
- "integrity": "sha512-vgAcEVtwsI49H/TllBL/7YlQvUSjR3+nVxb0ipSmbHbEUw5p5q6fcNc3R+N9JHvaa4tc8tjyg35APZAKSaM6xw==",
2741
+ "version": "6.0.11",
2742
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.11.tgz",
2743
+ "integrity": "sha512-4O96jKw7E3c222jaS/s/zOCNghtw52fVpd/h7CaejmV/99bkLTCrN2haeNcIR5WbwhyhvkO+GQsLMurLGdfB2Q==",
2728
2744
  "license": "MIT",
2729
2745
  "dependencies": {
2730
2746
  "@oclif/core": "^3.16.0"
@@ -6707,9 +6723,9 @@
6707
6723
  }
6708
6724
  },
6709
6725
  "node_modules/@salesforce/core": {
6710
- "version": "6.4.4",
6711
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.4.4.tgz",
6712
- "integrity": "sha512-VegX3ChnJUOOztSP05QPiXCTOSioShB22NyhYjL7vVhf6yqSOH0VT2oQ3ywrMYbYCbjLSdsmFdTVLiQIFpK57g==",
6726
+ "version": "6.4.6",
6727
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.4.6.tgz",
6728
+ "integrity": "sha512-QMyzLgjZ47rsRuCG4akftdVsxlB8wvF8ITj+RXNLkjIdu+y5tRTn13N9I5TD9TIwotweVBJMcgx6qiwhInFrnw==",
6713
6729
  "license": "BSD-3-Clause",
6714
6730
  "dependencies": {
6715
6731
  "@salesforce/kit": "^3.0.15",
@@ -6921,15 +6937,17 @@
6921
6937
  }
6922
6938
  },
6923
6939
  "node_modules/@salesforce/plugin-auth": {
6924
- "version": "3.2.0",
6925
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.2.0.tgz",
6926
- "integrity": "sha512-SM3oJkXTjTyJRuBaFACKkXMYiz+idijMtLO2V2cy+s7KWOXAaivpV+AhskTrRYLQTmLbOV96riridfV83GakpQ==",
6940
+ "version": "3.3.0",
6941
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.3.0.tgz",
6942
+ "integrity": "sha512-20LwDU48RBMeXmhqqZPXdSvoBdYhvqx2uXHXO3/Uv4hg/V+AAPysbgMEN0THkd7u1CetEJ0z3GUfis0rqiESjQ==",
6927
6943
  "license": "BSD-3-Clause",
6928
6944
  "dependencies": {
6929
- "@oclif/core": "^3.16.0",
6930
- "@salesforce/core": "^6.4.4",
6945
+ "@inquirer/checkbox": "^1.5.0",
6946
+ "@inquirer/select": "^1.3.1",
6947
+ "@oclif/core": "^3.18.0",
6948
+ "@salesforce/core": "^6.4.6",
6931
6949
  "@salesforce/kit": "^3.0.15",
6932
- "@salesforce/sf-plugins-core": "^5.0.13",
6950
+ "@salesforce/sf-plugins-core": "^7.1.1",
6933
6951
  "@salesforce/ts-types": "^2.0.9",
6934
6952
  "chalk": "^5.3.0",
6935
6953
  "open": "^9.1.0"
@@ -6938,40 +6956,6 @@
6938
6956
  "node": ">=18.0.0"
6939
6957
  }
6940
6958
  },
6941
- "node_modules/@salesforce/plugin-auth/node_modules/@salesforce/sf-plugins-core": {
6942
- "version": "5.0.13",
6943
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz",
6944
- "integrity": "sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==",
6945
- "license": "BSD-3-Clause",
6946
- "dependencies": {
6947
- "@oclif/core": "^3.15.1",
6948
- "@salesforce/core": "^6.4.1",
6949
- "@salesforce/kit": "^3.0.15",
6950
- "@salesforce/ts-types": "^2.0.9",
6951
- "@types/inquirer": "^8.2.3",
6952
- "chalk": "^4",
6953
- "inquirer": "^8.2.5"
6954
- },
6955
- "engines": {
6956
- "node": ">=18.0.0"
6957
- }
6958
- },
6959
- "node_modules/@salesforce/plugin-auth/node_modules/@salesforce/sf-plugins-core/node_modules/chalk": {
6960
- "version": "4.1.2",
6961
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
6962
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
6963
- "license": "MIT",
6964
- "dependencies": {
6965
- "ansi-styles": "^4.1.0",
6966
- "supports-color": "^7.1.0"
6967
- },
6968
- "engines": {
6969
- "node": ">=10"
6970
- },
6971
- "funding": {
6972
- "url": "https://github.com/chalk/chalk?sponsor=1"
6973
- }
6974
- },
6975
6959
  "node_modules/@salesforce/plugin-auth/node_modules/chalk": {
6976
6960
  "version": "5.3.0",
6977
6961
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
@@ -7072,9 +7056,9 @@
7072
7056
  }
7073
7057
  },
7074
7058
  "node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core/node_modules/@salesforce/core": {
7075
- "version": "6.4.4",
7076
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.4.4.tgz",
7077
- "integrity": "sha512-VegX3ChnJUOOztSP05QPiXCTOSioShB22NyhYjL7vVhf6yqSOH0VT2oQ3ywrMYbYCbjLSdsmFdTVLiQIFpK57g==",
7059
+ "version": "6.4.6",
7060
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.4.6.tgz",
7061
+ "integrity": "sha512-QMyzLgjZ47rsRuCG4akftdVsxlB8wvF8ITj+RXNLkjIdu+y5tRTn13N9I5TD9TIwotweVBJMcgx6qiwhInFrnw==",
7078
7062
  "dev": true,
7079
7063
  "license": "BSD-3-Clause",
7080
7064
  "dependencies": {
@@ -7552,9 +7536,9 @@
7552
7536
  }
7553
7537
  },
7554
7538
  "node_modules/@salesforce/plugin-org": {
7555
- "version": "3.2.2",
7556
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.2.2.tgz",
7557
- "integrity": "sha512-GhoDnSr81Ug+CErO2W9Cx/4K21hyyf7oO+I8ZHFiLpyABVTFtN8fpw300hWJcFsPyGB5skbk4hzYDHJMIMCLTQ==",
7539
+ "version": "3.3.0",
7540
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.3.0.tgz",
7541
+ "integrity": "sha512-/xA2Cb8gBzla0nrbm/fX5OVlQyep/5S1i8XQtqbpguTGbuBzNv/ym4NfPY4/L7SMvw6ieVi54YWTLvUjCmzzOQ==",
7558
7542
  "license": "BSD-3-Clause",
7559
7543
  "dependencies": {
7560
7544
  "@oclif/core": "^3.16.0",
@@ -7564,7 +7548,8 @@
7564
7548
  "@salesforce/source-deploy-retrieve": "^10.2.5",
7565
7549
  "chalk": "^5.3.0",
7566
7550
  "change-case": "^5.3.0",
7567
- "open": "^10.0.2"
7551
+ "is-wsl": "^3.1.0",
7552
+ "open": "^10.0.3"
7568
7553
  },
7569
7554
  "engines": {
7570
7555
  "node": ">=18.0.0"
@@ -7588,6 +7573,21 @@
7588
7573
  "integrity": "sha512-Eykca0fGS/xYlx2fG5NqnGSnsWauhSGiSXYhB1kO6E909GUfo8S54u4UZNS7lMJmgZumZ2SUpWaoLgAcfQRICg==",
7589
7574
  "license": "MIT"
7590
7575
  },
7576
+ "node_modules/@salesforce/plugin-org/node_modules/is-wsl": {
7577
+ "version": "3.1.0",
7578
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
7579
+ "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
7580
+ "license": "MIT",
7581
+ "dependencies": {
7582
+ "is-inside-container": "^1.0.0"
7583
+ },
7584
+ "engines": {
7585
+ "node": ">=16"
7586
+ },
7587
+ "funding": {
7588
+ "url": "https://github.com/sponsors/sindresorhus"
7589
+ }
7590
+ },
7591
7591
  "node_modules/@salesforce/plugin-packaging": {
7592
7592
  "version": "2.1.0",
7593
7593
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.1.0.tgz",
@@ -8030,9 +8030,9 @@
8030
8030
  }
8031
8031
  },
8032
8032
  "node_modules/@salesforce/plugin-release-management/node_modules/@salesforce/sf-plugins-core/node_modules/@salesforce/core": {
8033
- "version": "6.4.4",
8034
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.4.4.tgz",
8035
- "integrity": "sha512-VegX3ChnJUOOztSP05QPiXCTOSioShB22NyhYjL7vVhf6yqSOH0VT2oQ3ywrMYbYCbjLSdsmFdTVLiQIFpK57g==",
8033
+ "version": "6.4.6",
8034
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.4.6.tgz",
8035
+ "integrity": "sha512-QMyzLgjZ47rsRuCG4akftdVsxlB8wvF8ITj+RXNLkjIdu+y5tRTn13N9I5TD9TIwotweVBJMcgx6qiwhInFrnw==",
8036
8036
  "dev": true,
8037
8037
  "license": "BSD-3-Clause",
8038
8038
  "dependencies": {
@@ -12768,15 +12768,15 @@
12768
12768
  "license": "ISC"
12769
12769
  },
12770
12770
  "node_modules/@salesforce/sf-plugins-core": {
12771
- "version": "7.1.0",
12772
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.0.tgz",
12773
- "integrity": "sha512-cY+qmGWV05NHIVhl20y4tc5rlx4WHL83I/h6f6HRVUuUnpiBv7HvKymAzNhbeN/1PwUeYaMPup88wFhCmSi4PQ==",
12771
+ "version": "7.1.1",
12772
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.1.tgz",
12773
+ "integrity": "sha512-stVcdLNaroS8UbcTQicr0aVH7K3yfpMFcPpTpLn2Z7OL66iEhBg4Vtr9+v0qKBjA5ZW7S0M1zzrgjY3ZNRJSxw==",
12774
12774
  "license": "BSD-3-Clause",
12775
12775
  "dependencies": {
12776
12776
  "@inquirer/confirm": "^2.0.15",
12777
12777
  "@inquirer/password": "^1.1.14",
12778
12778
  "@oclif/core": "^3.16.0",
12779
- "@salesforce/core": "^6.4.2",
12779
+ "@salesforce/core": "^6.4.6",
12780
12780
  "@salesforce/kit": "^3.0.15",
12781
12781
  "@salesforce/ts-types": "^2.0.9",
12782
12782
  "chalk": "^5.3.0"
@@ -12798,9 +12798,9 @@
12798
12798
  }
12799
12799
  },
12800
12800
  "node_modules/@salesforce/source-deploy-retrieve": {
12801
- "version": "10.2.8",
12802
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.2.8.tgz",
12803
- "integrity": "sha512-QWLDctqtFuS5uvn0jUQRawX2QiqmrcoGVowMzOw1gvGCgzx1uel1cMyCqv20rP54WpjB/3zmuzAiI4aAFLmi9A==",
12801
+ "version": "10.2.9",
12802
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.2.9.tgz",
12803
+ "integrity": "sha512-an4GFw86lkLzz4q6212XyXEiNA0hs6B5cCjJF2jheS6ESbDk7Hmuvimvwcyp50eYYvmhI6fPqmzoOVVWJtjsNw==",
12804
12804
  "license": "BSD-3-Clause",
12805
12805
  "dependencies": {
12806
12806
  "@salesforce/core": "^6.4.4",
@@ -13170,10 +13170,9 @@
13170
13170
  "license": "MIT"
13171
13171
  },
13172
13172
  "node_modules/@types/cli-progress": {
13173
- "version": "3.11.0",
13174
- "resolved": "https://registry.npmjs.org/@types/cli-progress/-/cli-progress-3.11.0.tgz",
13175
- "integrity": "sha512-XhXhBv1R/q2ahF3BM7qT5HLzJNlIL0wbcGyZVjqOTqAybAnsLisd7gy1UCyIqpL+5Iv6XhlSyzjLCnI2sIdbCg==",
13176
- "dev": true,
13173
+ "version": "3.11.5",
13174
+ "resolved": "https://registry.npmjs.org/@types/cli-progress/-/cli-progress-3.11.5.tgz",
13175
+ "integrity": "sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==",
13177
13176
  "license": "MIT",
13178
13177
  "dependencies": {
13179
13178
  "@types/node": "*"
@@ -30739,26 +30738,6 @@
30739
30738
  "node": ">=6"
30740
30739
  }
30741
30740
  },
30742
- "node_modules/tsconfck": {
30743
- "version": "3.0.0",
30744
- "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.0.0.tgz",
30745
- "integrity": "sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==",
30746
- "license": "MIT",
30747
- "bin": {
30748
- "tsconfck": "bin/tsconfck.js"
30749
- },
30750
- "engines": {
30751
- "node": "^18 || >=20"
30752
- },
30753
- "peerDependencies": {
30754
- "typescript": "^5.0.0"
30755
- },
30756
- "peerDependenciesMeta": {
30757
- "typescript": {
30758
- "optional": true
30759
- }
30760
- }
30761
- },
30762
30741
  "node_modules/tsconfig-paths": {
30763
30742
  "version": "3.14.2",
30764
30743
  "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz",
@@ -30983,7 +30962,7 @@
30983
30962
  "version": "5.3.3",
30984
30963
  "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
30985
30964
  "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
30986
- "devOptional": true,
30965
+ "dev": true,
30987
30966
  "license": "Apache-2.0",
30988
30967
  "bin": {
30989
30968
  "tsc": "bin/tsc",