@salesforce/plugin-org 4.1.2 → 4.1.4

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
@@ -229,7 +229,7 @@ FLAG DESCRIPTIONS
229
229
  sandbox.
230
230
  ```
231
231
 
232
- _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.2/src/commands/org/create/sandbox.ts)_
232
+ _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/create/sandbox.ts)_
233
233
 
234
234
  ## `sf org create scratch`
235
235
 
@@ -383,7 +383,7 @@ FLAG DESCRIPTIONS
383
383
  Omit this flag to have Salesforce generate a unique username for your org.
384
384
  ```
385
385
 
386
- _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.2/src/commands/org/create/scratch.ts)_
386
+ _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/create/scratch.ts)_
387
387
 
388
388
  ## `sf org delete sandbox`
389
389
 
@@ -428,7 +428,7 @@ EXAMPLES
428
428
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
429
429
  ```
430
430
 
431
- _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.2/src/commands/org/delete/sandbox.ts)_
431
+ _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/delete/sandbox.ts)_
432
432
 
433
433
  ## `sf org delete scratch`
434
434
 
@@ -471,7 +471,7 @@ EXAMPLES
471
471
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
472
472
  ```
473
473
 
474
- _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.2/src/commands/org/delete/scratch.ts)_
474
+ _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/delete/scratch.ts)_
475
475
 
476
476
  ## `sf org disable tracking`
477
477
 
@@ -510,7 +510,7 @@ EXAMPLES
510
510
  $ sf org disable tracking
511
511
  ```
512
512
 
513
- _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.2/src/commands/org/disable/tracking.ts)_
513
+ _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/disable/tracking.ts)_
514
514
 
515
515
  ## `sf org display`
516
516
 
@@ -555,7 +555,7 @@ EXAMPLES
555
555
  $ sf org display --target-org TestOrg1 --verbose
556
556
  ```
557
557
 
558
- _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.2/src/commands/org/display.ts)_
558
+ _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/display.ts)_
559
559
 
560
560
  ## `sf org enable tracking`
561
561
 
@@ -597,7 +597,7 @@ EXAMPLES
597
597
  $ sf org enable tracking
598
598
  ```
599
599
 
600
- _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.2/src/commands/org/enable/tracking.ts)_
600
+ _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/enable/tracking.ts)_
601
601
 
602
602
  ## `sf org list`
603
603
 
@@ -636,7 +636,7 @@ EXAMPLES
636
636
  $ sf org list --clean
637
637
  ```
638
638
 
639
- _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.2/src/commands/org/list.ts)_
639
+ _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/list.ts)_
640
640
 
641
641
  ## `sf org list metadata`
642
642
 
@@ -703,7 +703,7 @@ FLAG DESCRIPTIONS
703
703
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
704
704
  ```
705
705
 
706
- _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.2/src/commands/org/list/metadata.ts)_
706
+ _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/list/metadata.ts)_
707
707
 
708
708
  ## `sf org list metadata-types`
709
709
 
@@ -758,7 +758,7 @@ FLAG DESCRIPTIONS
758
758
  Override the api version used for api requests made by this command
759
759
  ```
760
760
 
761
- _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.2/src/commands/org/list/metadata-types.ts)_
761
+ _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/list/metadata-types.ts)_
762
762
 
763
763
  ## `sf org open`
764
764
 
@@ -830,7 +830,7 @@ EXAMPLES
830
830
  $ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
831
831
  ```
832
832
 
833
- _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.2/src/commands/org/open.ts)_
833
+ _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/open.ts)_
834
834
 
835
835
  ## `sf org refresh sandbox`
836
836
 
@@ -907,7 +907,7 @@ FLAG DESCRIPTIONS
907
907
  By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
908
908
  ```
909
909
 
910
- _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.2/src/commands/org/refresh/sandbox.ts)_
910
+ _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/refresh/sandbox.ts)_
911
911
 
912
912
  ## `sf org resume sandbox`
913
913
 
@@ -970,7 +970,7 @@ FLAG DESCRIPTIONS
970
970
  returns the job ID. To resume checking the sandbox creation, rerun this command.
971
971
  ```
972
972
 
973
- _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.2/src/commands/org/resume/sandbox.ts)_
973
+ _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/resume/sandbox.ts)_
974
974
 
975
975
  ## `sf org resume scratch`
976
976
 
@@ -1017,6 +1017,6 @@ FLAG DESCRIPTIONS
1017
1017
  The job ID is valid for 24 hours after you start the scratch org creation.
1018
1018
  ```
1019
1019
 
1020
- _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.2/src/commands/org/resume/scratch.ts)_
1020
+ _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/resume/scratch.ts)_
1021
1021
 
1022
1022
  <!-- commandsstop -->
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-org",
3
- "version": "4.1.2",
3
+ "version": "4.1.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-org",
9
- "version": "4.1.2",
9
+ "version": "4.1.4",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^3.26.4",
13
13
  "@salesforce/core": "^7.0.1",
14
- "@salesforce/kit": "^3.1.0",
14
+ "@salesforce/kit": "^3.1.1",
15
15
  "@salesforce/sf-plugins-core": "^9.0.0",
16
- "@salesforce/source-deploy-retrieve": "^11.0.0",
16
+ "@salesforce/source-deploy-retrieve": "^11.0.2",
17
17
  "chalk": "^5.3.0",
18
18
  "change-case": "^5.4.4",
19
19
  "is-wsl": "^3.1.0",
20
20
  "open": "^10.1.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@oclif/plugin-command-snapshot": "^5.1.5",
23
+ "@oclif/plugin-command-snapshot": "^5.1.7",
24
24
  "@salesforce/cli-plugins-testkit": "^5.2.1",
25
25
  "@salesforce/dev-scripts": "^9.0.0",
26
26
  "@salesforce/plugin-command-reference": "^3.0.76",
@@ -3353,13 +3353,13 @@
3353
3353
  }
3354
3354
  },
3355
3355
  "node_modules/@oclif/plugin-command-snapshot": {
3356
- "version": "5.1.5",
3357
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.5.tgz",
3358
- "integrity": "sha512-JJNiIdezzk3Pv95ig0mhoM540k3OJ/FA2yyesTSoFRbnNOucalEi7EGqMtu1xsCoPe2P/qSiBpxpL/2uqpbBTA==",
3356
+ "version": "5.1.7",
3357
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz",
3358
+ "integrity": "sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==",
3359
3359
  "dev": true,
3360
3360
  "license": "MIT",
3361
3361
  "dependencies": {
3362
- "@oclif/core": "3.26.0",
3362
+ "@oclif/core": "3.26.4",
3363
3363
  "@types/lodash.difference": "^4.5.9",
3364
3364
  "chalk": "^5.3.0",
3365
3365
  "globby": "^14.0.1",
@@ -3374,117 +3374,6 @@
3374
3374
  "node": ">=18.0.0"
3375
3375
  }
3376
3376
  },
3377
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
3378
- "version": "3.26.0",
3379
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz",
3380
- "integrity": "sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==",
3381
- "dev": true,
3382
- "license": "MIT",
3383
- "dependencies": {
3384
- "@types/cli-progress": "^3.11.5",
3385
- "ansi-escapes": "^4.3.2",
3386
- "ansi-styles": "^4.3.0",
3387
- "cardinal": "^2.1.1",
3388
- "chalk": "^4.1.2",
3389
- "clean-stack": "^3.0.1",
3390
- "cli-progress": "^3.12.0",
3391
- "color": "^4.2.3",
3392
- "debug": "^4.3.4",
3393
- "ejs": "^3.1.9",
3394
- "get-package-type": "^0.1.0",
3395
- "globby": "^11.1.0",
3396
- "hyperlinker": "^1.0.0",
3397
- "indent-string": "^4.0.0",
3398
- "is-wsl": "^2.2.0",
3399
- "js-yaml": "^3.14.1",
3400
- "minimatch": "^9.0.3",
3401
- "natural-orderby": "^2.0.3",
3402
- "object-treeify": "^1.1.33",
3403
- "password-prompt": "^1.1.3",
3404
- "slice-ansi": "^4.0.0",
3405
- "string-width": "^4.2.3",
3406
- "strip-ansi": "^6.0.1",
3407
- "supports-color": "^8.1.1",
3408
- "supports-hyperlinks": "^2.2.0",
3409
- "widest-line": "^3.1.0",
3410
- "wordwrap": "^1.0.0",
3411
- "wrap-ansi": "^7.0.0"
3412
- },
3413
- "engines": {
3414
- "node": ">=18.0.0"
3415
- }
3416
- },
3417
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
3418
- "version": "4.1.2",
3419
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
3420
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
3421
- "dev": true,
3422
- "license": "MIT",
3423
- "dependencies": {
3424
- "ansi-styles": "^4.1.0",
3425
- "supports-color": "^7.1.0"
3426
- },
3427
- "engines": {
3428
- "node": ">=10"
3429
- },
3430
- "funding": {
3431
- "url": "https://github.com/chalk/chalk?sponsor=1"
3432
- }
3433
- },
3434
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
3435
- "version": "7.2.0",
3436
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
3437
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3438
- "dev": true,
3439
- "license": "MIT",
3440
- "dependencies": {
3441
- "has-flag": "^4.0.0"
3442
- },
3443
- "engines": {
3444
- "node": ">=8"
3445
- }
3446
- },
3447
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
3448
- "version": "11.1.0",
3449
- "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
3450
- "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
3451
- "dev": true,
3452
- "license": "MIT",
3453
- "dependencies": {
3454
- "array-union": "^2.1.0",
3455
- "dir-glob": "^3.0.1",
3456
- "fast-glob": "^3.2.9",
3457
- "ignore": "^5.2.0",
3458
- "merge2": "^1.4.1",
3459
- "slash": "^3.0.0"
3460
- },
3461
- "engines": {
3462
- "node": ">=10"
3463
- },
3464
- "funding": {
3465
- "url": "https://github.com/sponsors/sindresorhus"
3466
- }
3467
- },
3468
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
3469
- "version": "3.0.0",
3470
- "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
3471
- "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
3472
- "dev": true,
3473
- "license": "MIT",
3474
- "engines": {
3475
- "node": ">=8"
3476
- }
3477
- },
3478
- "node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
3479
- "version": "1.0.10",
3480
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
3481
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
3482
- "dev": true,
3483
- "license": "MIT",
3484
- "dependencies": {
3485
- "sprintf-js": "~1.0.2"
3486
- }
3487
- },
3488
3377
  "node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
3489
3378
  "version": "14.0.1",
3490
3379
  "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
@@ -3506,49 +3395,6 @@
3506
3395
  "url": "https://github.com/sponsors/sindresorhus"
3507
3396
  }
3508
3397
  },
3509
- "node_modules/@oclif/plugin-command-snapshot/node_modules/is-wsl": {
3510
- "version": "2.2.0",
3511
- "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
3512
- "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
3513
- "dev": true,
3514
- "license": "MIT",
3515
- "dependencies": {
3516
- "is-docker": "^2.0.0"
3517
- },
3518
- "engines": {
3519
- "node": ">=8"
3520
- }
3521
- },
3522
- "node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
3523
- "version": "3.14.1",
3524
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
3525
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
3526
- "dev": true,
3527
- "license": "MIT",
3528
- "dependencies": {
3529
- "argparse": "^1.0.7",
3530
- "esprima": "^4.0.0"
3531
- },
3532
- "bin": {
3533
- "js-yaml": "bin/js-yaml.js"
3534
- }
3535
- },
3536
- "node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
3537
- "version": "9.0.4",
3538
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
3539
- "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
3540
- "dev": true,
3541
- "license": "ISC",
3542
- "dependencies": {
3543
- "brace-expansion": "^2.0.1"
3544
- },
3545
- "engines": {
3546
- "node": ">=16 || 14 >=14.17"
3547
- },
3548
- "funding": {
3549
- "url": "https://github.com/sponsors/isaacs"
3550
- }
3551
- },
3552
3398
  "node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
3553
3399
  "version": "5.0.0",
3554
3400
  "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
@@ -3575,40 +3421,6 @@
3575
3421
  "url": "https://github.com/sponsors/sindresorhus"
3576
3422
  }
3577
3423
  },
3578
- "node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
3579
- "version": "8.1.1",
3580
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
3581
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
3582
- "dev": true,
3583
- "license": "MIT",
3584
- "dependencies": {
3585
- "has-flag": "^4.0.0"
3586
- },
3587
- "engines": {
3588
- "node": ">=10"
3589
- },
3590
- "funding": {
3591
- "url": "https://github.com/chalk/supports-color?sponsor=1"
3592
- }
3593
- },
3594
- "node_modules/@oclif/plugin-command-snapshot/node_modules/wrap-ansi": {
3595
- "version": "7.0.0",
3596
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
3597
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
3598
- "dev": true,
3599
- "license": "MIT",
3600
- "dependencies": {
3601
- "ansi-styles": "^4.0.0",
3602
- "string-width": "^4.1.0",
3603
- "strip-ansi": "^6.0.0"
3604
- },
3605
- "engines": {
3606
- "node": ">=10"
3607
- },
3608
- "funding": {
3609
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3610
- }
3611
- },
3612
3424
  "node_modules/@oclif/plugin-help": {
3613
3425
  "version": "6.0.21",
3614
3426
  "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz",
@@ -3788,13 +3600,13 @@
3788
3600
  }
3789
3601
  },
3790
3602
  "node_modules/@salesforce/core": {
3791
- "version": "7.2.0",
3792
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
3793
- "integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
3603
+ "version": "7.3.1",
3604
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.1.tgz",
3605
+ "integrity": "sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==",
3794
3606
  "license": "BSD-3-Clause",
3795
3607
  "dependencies": {
3796
3608
  "@jsforce/jsforce-node": "^3.1.0",
3797
- "@salesforce/kit": "^3.1.0",
3609
+ "@salesforce/kit": "^3.1.1",
3798
3610
  "@salesforce/schemas": "^1.7.0",
3799
3611
  "@salesforce/ts-types": "^2.0.9",
3800
3612
  "ajv": "^8.12.0",
@@ -3933,9 +3745,9 @@
3933
3745
  }
3934
3746
  },
3935
3747
  "node_modules/@salesforce/kit": {
3936
- "version": "3.1.0",
3937
- "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.0.tgz",
3938
- "integrity": "sha512-X2d9O/U2wdQBXIrtVqQdMwo872Cv+qkYFzF0W+AQKG/LEe9cngnOzUVDYNkGD9tq3jcl+oenHXYuVDpkMhxTwA==",
3748
+ "version": "3.1.1",
3749
+ "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.1.tgz",
3750
+ "integrity": "sha512-Cjkh+USp5PtdZmD30r1Y7d+USpIhQz9B48w76esBtYpgqzhyj806LHkVgEfmorLNq2Qe8EO5rtUYd+XZ3rnV9w==",
3939
3751
  "license": "BSD-3-Clause",
3940
3752
  "dependencies": {
3941
3753
  "@salesforce/ts-types": "^2.0.9",
@@ -4024,12 +3836,12 @@
4024
3836
  }
4025
3837
  },
4026
3838
  "node_modules/@salesforce/source-deploy-retrieve": {
4027
- "version": "11.0.0",
4028
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.0.0.tgz",
4029
- "integrity": "sha512-hPgmpke2FGVtxsf51CdMpRdqIDQff2sGoqCwq79WncXRw3FPkTR3/SoaURSNxn++erFDSmODlYz0FZpthQ28xw==",
3839
+ "version": "11.0.2",
3840
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.0.2.tgz",
3841
+ "integrity": "sha512-1EJbzA1r01o8XGq2c2gd4K1WvtiA3x3Ka4pgP8WpQfxVRtcxjwrM9gFWJLHhAz3nt2jeDsrUDerAc4a1FaoE7g==",
4030
3842
  "license": "BSD-3-Clause",
4031
3843
  "dependencies": {
4032
- "@salesforce/core": "^7.0.0",
3844
+ "@salesforce/core": "^7.3.0",
4033
3845
  "@salesforce/kit": "^3.1.0",
4034
3846
  "@salesforce/ts-types": "^2.0.9",
4035
3847
  "fast-levenshtein": "^3.0.0",
package/oclif.lock CHANGED
@@ -1538,41 +1538,7 @@
1538
1538
  "@nodelib/fs.scandir" "2.1.5"
1539
1539
  fastq "^1.6.0"
1540
1540
 
1541
- "@oclif/core@3.26.0":
1542
- version "3.26.0"
1543
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
1544
- integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
1545
- dependencies:
1546
- "@types/cli-progress" "^3.11.5"
1547
- ansi-escapes "^4.3.2"
1548
- ansi-styles "^4.3.0"
1549
- cardinal "^2.1.1"
1550
- chalk "^4.1.2"
1551
- clean-stack "^3.0.1"
1552
- cli-progress "^3.12.0"
1553
- color "^4.2.3"
1554
- debug "^4.3.4"
1555
- ejs "^3.1.9"
1556
- get-package-type "^0.1.0"
1557
- globby "^11.1.0"
1558
- hyperlinker "^1.0.0"
1559
- indent-string "^4.0.0"
1560
- is-wsl "^2.2.0"
1561
- js-yaml "^3.14.1"
1562
- minimatch "^9.0.3"
1563
- natural-orderby "^2.0.3"
1564
- object-treeify "^1.1.33"
1565
- password-prompt "^1.1.3"
1566
- slice-ansi "^4.0.0"
1567
- string-width "^4.2.3"
1568
- strip-ansi "^6.0.1"
1569
- supports-color "^8.1.1"
1570
- supports-hyperlinks "^2.2.0"
1571
- widest-line "^3.1.0"
1572
- wordwrap "^1.0.0"
1573
- wrap-ansi "^7.0.0"
1574
-
1575
- "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4":
1541
+ "@oclif/core@3.26.4", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4":
1576
1542
  version "3.26.4"
1577
1543
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
1578
1544
  integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
@@ -1606,12 +1572,12 @@
1606
1572
  wordwrap "^1.0.0"
1607
1573
  wrap-ansi "^7.0.0"
1608
1574
 
1609
- "@oclif/plugin-command-snapshot@^5.1.5":
1610
- version "5.1.5"
1611
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.5.tgz#5fe95b2a131d66663fe6e245811b634cf20bb022"
1612
- integrity sha512-JJNiIdezzk3Pv95ig0mhoM540k3OJ/FA2yyesTSoFRbnNOucalEi7EGqMtu1xsCoPe2P/qSiBpxpL/2uqpbBTA==
1575
+ "@oclif/plugin-command-snapshot@^5.1.7":
1576
+ version "5.1.7"
1577
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"
1578
+ integrity sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==
1613
1579
  dependencies:
1614
- "@oclif/core" "3.26.0"
1580
+ "@oclif/core" "3.26.4"
1615
1581
  "@types/lodash.difference" "^4.5.9"
1616
1582
  chalk "^5.3.0"
1617
1583
  globby "^14.0.1"
@@ -1671,13 +1637,13 @@
1671
1637
  strip-ansi "6.0.1"
1672
1638
  ts-retry-promise "^0.8.0"
1673
1639
 
1674
- "@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1", "@salesforce/core@^7.1.0", "@salesforce/core@^7.2.0":
1675
- version "7.2.0"
1676
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.2.0.tgz#5034c8a1104e5feb0c2c96609a98e8f63e6f8676"
1677
- integrity sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==
1640
+ "@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1", "@salesforce/core@^7.1.0", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0":
1641
+ version "7.3.1"
1642
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.1.tgz#cda324f7a5ff1be6d7381943b15b23dbe3cd5dec"
1643
+ integrity sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==
1678
1644
  dependencies:
1679
1645
  "@jsforce/jsforce-node" "^3.1.0"
1680
- "@salesforce/kit" "^3.1.0"
1646
+ "@salesforce/kit" "^3.1.1"
1681
1647
  "@salesforce/schemas" "^1.7.0"
1682
1648
  "@salesforce/ts-types" "^2.0.9"
1683
1649
  ajv "^8.12.0"
@@ -1731,10 +1697,10 @@
1731
1697
  typescript "^5.4.3"
1732
1698
  wireit "^0.14.4"
1733
1699
 
1734
- "@salesforce/kit@^3.1.0":
1735
- version "3.1.0"
1736
- resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.0.tgz#aa42533084c676e865f0f9c1907a16fb6f74dee7"
1737
- integrity sha512-X2d9O/U2wdQBXIrtVqQdMwo872Cv+qkYFzF0W+AQKG/LEe9cngnOzUVDYNkGD9tq3jcl+oenHXYuVDpkMhxTwA==
1700
+ "@salesforce/kit@^3.1.0", "@salesforce/kit@^3.1.1":
1701
+ version "3.1.1"
1702
+ resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.1.tgz#d2147a50887214763cdf1c456d306b6da554d928"
1703
+ integrity sha512-Cjkh+USp5PtdZmD30r1Y7d+USpIhQz9B48w76esBtYpgqzhyj806LHkVgEfmorLNq2Qe8EO5rtUYd+XZ3rnV9w==
1738
1704
  dependencies:
1739
1705
  "@salesforce/ts-types" "^2.0.9"
1740
1706
  tslib "^2.6.2"
@@ -1776,12 +1742,12 @@
1776
1742
  "@salesforce/ts-types" "^2.0.9"
1777
1743
  chalk "^5.3.0"
1778
1744
 
1779
- "@salesforce/source-deploy-retrieve@^11.0.0":
1780
- version "11.0.0"
1781
- resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.0.0.tgz#13752319de7604e01710994e3f44bad353c5d1e8"
1782
- integrity sha512-hPgmpke2FGVtxsf51CdMpRdqIDQff2sGoqCwq79WncXRw3FPkTR3/SoaURSNxn++erFDSmODlYz0FZpthQ28xw==
1745
+ "@salesforce/source-deploy-retrieve@^11.0.2":
1746
+ version "11.0.2"
1747
+ resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.0.2.tgz#860411de2d41d6aec3b8f0774256e7bdf8cdb68e"
1748
+ integrity sha512-1EJbzA1r01o8XGq2c2gd4K1WvtiA3x3Ka4pgP8WpQfxVRtcxjwrM9gFWJLHhAz3nt2jeDsrUDerAc4a1FaoE7g==
1783
1749
  dependencies:
1784
- "@salesforce/core" "^7.0.0"
1750
+ "@salesforce/core" "^7.3.0"
1785
1751
  "@salesforce/kit" "^3.1.0"
1786
1752
  "@salesforce/ts-types" "^2.0.9"
1787
1753
  fast-levenshtein "^3.0.0"
@@ -1982,5 +1982,5 @@
1982
1982
  ]
1983
1983
  }
1984
1984
  },
1985
- "version": "4.1.2"
1985
+ "version": "4.1.4"
1986
1986
  }
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-org",
3
3
  "description": "Commands to interact with Salesforce orgs",
4
- "version": "4.1.2",
4
+ "version": "4.1.4",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.26.4",
9
9
  "@salesforce/core": "^7.0.1",
10
- "@salesforce/kit": "^3.1.0",
10
+ "@salesforce/kit": "^3.1.1",
11
11
  "@salesforce/sf-plugins-core": "^9.0.0",
12
- "@salesforce/source-deploy-retrieve": "^11.0.0",
12
+ "@salesforce/source-deploy-retrieve": "^11.0.2",
13
13
  "chalk": "^5.3.0",
14
14
  "change-case": "^5.4.4",
15
15
  "is-wsl": "^3.1.0",
16
16
  "open": "^10.1.0"
17
17
  },
18
18
  "devDependencies": {
19
- "@oclif/plugin-command-snapshot": "^5.1.5",
19
+ "@oclif/plugin-command-snapshot": "^5.1.7",
20
20
  "@salesforce/cli-plugins-testkit": "^5.2.1",
21
21
  "@salesforce/dev-scripts": "^9.0.0",
22
22
  "@salesforce/plugin-command-reference": "^3.0.76",
@@ -235,7 +235,7 @@
235
235
  "exports": "./lib/index.js",
236
236
  "type": "module",
237
237
  "sfdx": {
238
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.1.2.crt",
239
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.1.2.sig"
238
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.1.4.crt",
239
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.1.4.sig"
240
240
  }
241
241
  }