@salesforce/plugin-release-management 5.7.53 → 5.7.55

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
@@ -145,7 +145,7 @@ EXAMPLES
145
145
  $ sfdx channel promote --candidate latest-rc --target latest --platform win --platform mac
146
146
  ```
147
147
 
148
- _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.53/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/channel/promote.ts)_
149
149
 
150
150
  ## `sfdx cli artifacts compare`
151
151
 
@@ -169,7 +169,7 @@ EXAMPLES
169
169
  $ sfdx cli artifacts compare
170
170
  ```
171
171
 
172
- _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.53/src/commands/cli/artifacts/compare.ts)_
172
+ _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/cli/artifacts/compare.ts)_
173
173
 
174
174
  ## `sfdx cli install jit test`
175
175
 
@@ -190,7 +190,7 @@ EXAMPLES
190
190
  $ sfdx cli install jit test
191
191
  ```
192
192
 
193
- _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.53/src/commands/cli/install/jit/test.ts)_
193
+ _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/cli/install/jit/test.ts)_
194
194
 
195
195
  ## `sfdx cli install test`
196
196
 
@@ -231,7 +231,7 @@ EXAMPLES
231
231
  $ sfdx cli install test --cli sf --method tarball --channel stable-rc
232
232
  ```
233
233
 
234
- _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.53/src/commands/cli/install/test.ts)_
234
+ _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/cli/install/test.ts)_
235
235
 
236
236
  ## `sfdx cli release automerge`
237
237
 
@@ -262,7 +262,7 @@ EXAMPLES
262
262
  $ sfdx cli release automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
263
263
  ```
264
264
 
265
- _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.53/src/commands/cli/release/automerge.ts)_
265
+ _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/cli/release/automerge.ts)_
266
266
 
267
267
  ## `sfdx cli release build`
268
268
 
@@ -325,7 +325,7 @@ EXAMPLES
325
325
  $ sfdx cli release build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3
326
326
  ```
327
327
 
328
- _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.53/src/commands/cli/release/build.ts)_
328
+ _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/cli/release/build.ts)_
329
329
 
330
330
  ## `sfdx cli releasenotes`
331
331
 
@@ -366,7 +366,7 @@ EXAMPLES
366
366
  $ sfdx cli releasenotes --cli sf --markdown > changes.md
367
367
  ```
368
368
 
369
- _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.53/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/cli/releasenotes.ts)_
370
370
 
371
371
  ## `sfdx cli tarballs prepare`
372
372
 
@@ -394,7 +394,7 @@ EXAMPLES
394
394
  $ sfdx cli tarballs prepare
395
395
  ```
396
396
 
397
- _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.53/src/commands/cli/tarballs/prepare.ts)_
397
+ _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/cli/tarballs/prepare.ts)_
398
398
 
399
399
  ## `sfdx cli tarballs smoke`
400
400
 
@@ -424,7 +424,7 @@ EXAMPLES
424
424
  $ sfdx cli tarballs smoke
425
425
  ```
426
426
 
427
- _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.53/src/commands/cli/tarballs/smoke.ts)_
427
+ _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/cli/tarballs/smoke.ts)_
428
428
 
429
429
  ## `sfdx cli tarballs verify`
430
430
 
@@ -456,7 +456,7 @@ EXAMPLES
456
456
  $ sfdx cli tarballs verify --cli sf
457
457
  ```
458
458
 
459
- _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.53/src/commands/cli/tarballs/verify.ts)_
459
+ _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/cli/tarballs/verify.ts)_
460
460
 
461
461
  ## `sfdx cli versions inspect`
462
462
 
@@ -508,7 +508,7 @@ EXAMPLES
508
508
  $ sfdx cli versions inspect -l npm -c latest -d chalk -s
509
509
  ```
510
510
 
511
- _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.53/src/commands/cli/versions/inspect.ts)_
511
+ _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/cli/versions/inspect.ts)_
512
512
 
513
513
  ## `sfdx dependabot automerge`
514
514
 
@@ -548,7 +548,7 @@ EXAMPLES
548
548
  $ sfdx dependabot automerge --max-version-bump major
549
549
  ```
550
550
 
551
- _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.53/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/dependabot/automerge.ts)_
552
552
 
553
553
  ## `sfdx github check closed`
554
554
 
@@ -575,7 +575,7 @@ EXAMPLES
575
575
  $ sfdx github check closed -o me@gus.com
576
576
  ```
577
577
 
578
- _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.53/src/commands/github/check/closed.ts)_
578
+ _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/github/check/closed.ts)_
579
579
 
580
580
  ## `sfdx npm dependencies pin`
581
581
 
@@ -601,7 +601,7 @@ DESCRIPTION
601
601
  in the package.json
602
602
  ```
603
603
 
604
- _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.53/src/commands/npm/dependencies/pin.ts)_
604
+ _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/npm/dependencies/pin.ts)_
605
605
 
606
606
  ## `sfdx npm package release`
607
607
 
@@ -633,7 +633,7 @@ DESCRIPTION
633
633
  publish npm package
634
634
  ```
635
635
 
636
- _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.53/src/commands/npm/package/release.ts)_
636
+ _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/npm/package/release.ts)_
637
637
 
638
638
  ## `sfdx plugins trust verify`
639
639
 
@@ -701,6 +701,6 @@ EXAMPLES
701
701
  $ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
702
702
  ```
703
703
 
704
- _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.53/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/repositories/index.ts)_
705
705
 
706
706
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.7.53",
3
+ "version": "5.7.55",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.7.53",
9
+ "version": "5.7.55",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.5.2",
@@ -16,9 +16,9 @@
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/core": "^8.18.5",
18
18
  "@salesforce/kit": "^3.2.0",
19
- "@salesforce/plugin-command-reference": "^3.1.63",
19
+ "@salesforce/plugin-command-reference": "^3.1.65",
20
20
  "@salesforce/plugin-trust": "^3.7.89",
21
- "@salesforce/sf-plugins-core": "^12.2.3",
21
+ "@salesforce/sf-plugins-core": "^12.2.4",
22
22
  "@salesforce/ts-types": "^2.0.10",
23
23
  "aws-sdk": "^2.1692.0",
24
24
  "chalk": "^5.5.0",
@@ -42,7 +42,7 @@
42
42
  "@types/semver": "^7.7.0",
43
43
  "@types/shelljs": "^0.8.17",
44
44
  "aws-sdk-mock": "^5.9.0",
45
- "eslint-plugin-sf-plugin": "^1.20.29",
45
+ "eslint-plugin-sf-plugin": "^1.20.30",
46
46
  "oclif": "^4.22.6",
47
47
  "ts-node": "^10.9.2",
48
48
  "typescript": "^5.9.2"
@@ -3482,9 +3482,9 @@
3482
3482
  "license": "MIT"
3483
3483
  },
3484
3484
  "node_modules/@jsforce/jsforce-node": {
3485
- "version": "3.9.1",
3486
- "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.9.1.tgz",
3487
- "integrity": "sha512-tHG9Wozb9tQMiOyKz4MgcSK0XEDdER+dUm42o7qUaokwqC+IPmjgptx0PNTO75U1nqgW6yX6M5Qq1thhj7KMCA==",
3485
+ "version": "3.10.1",
3486
+ "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.1.tgz",
3487
+ "integrity": "sha512-HZcekfFFGOIIqdkCVI5wmP+Nxpmbhwj8CJH5fAii6dcdMhFgTp0sMGwWZe2Br74Nmp7GEESFVuTcIjk+NX5ajA==",
3488
3488
  "license": "MIT",
3489
3489
  "dependencies": {
3490
3490
  "@sindresorhus/is": "^4",
@@ -3492,7 +3492,7 @@
3492
3492
  "csv-parse": "^5.5.2",
3493
3493
  "csv-stringify": "^6.4.4",
3494
3494
  "faye": "^1.4.0",
3495
- "form-data": "^4.0.0",
3495
+ "form-data": "^4.0.4",
3496
3496
  "https-proxy-agent": "^5.0.0",
3497
3497
  "multistream": "^3.1.0",
3498
3498
  "node-fetch": "^2.6.1",
@@ -3502,18 +3502,6 @@
3502
3502
  "node": ">=18"
3503
3503
  }
3504
3504
  },
3505
- "node_modules/@jsforce/jsforce-node/node_modules/@sindresorhus/is": {
3506
- "version": "4.6.0",
3507
- "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
3508
- "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
3509
- "license": "MIT",
3510
- "engines": {
3511
- "node": ">=10"
3512
- },
3513
- "funding": {
3514
- "url": "https://github.com/sindresorhus/is?sponsor=1"
3515
- }
3516
- },
3517
3505
  "node_modules/@jsforce/jsforce-node/node_modules/agent-base": {
3518
3506
  "version": "6.0.2",
3519
3507
  "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
@@ -3539,6 +3527,118 @@
3539
3527
  "node": ">= 6"
3540
3528
  }
3541
3529
  },
3530
+ "node_modules/@jsonjoy.com/base64": {
3531
+ "version": "1.1.2",
3532
+ "resolved": "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-1.1.2.tgz",
3533
+ "integrity": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==",
3534
+ "license": "Apache-2.0",
3535
+ "engines": {
3536
+ "node": ">=10.0"
3537
+ },
3538
+ "funding": {
3539
+ "type": "github",
3540
+ "url": "https://github.com/sponsors/streamich"
3541
+ },
3542
+ "peerDependencies": {
3543
+ "tslib": "2"
3544
+ }
3545
+ },
3546
+ "node_modules/@jsonjoy.com/buffers": {
3547
+ "version": "1.0.0",
3548
+ "resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.0.0.tgz",
3549
+ "integrity": "sha512-NDigYR3PHqCnQLXYyoLbnEdzMMvzeiCWo1KOut7Q0CoIqg9tUAPKJ1iq/2nFhc5kZtexzutNY0LFjdwWL3Dw3Q==",
3550
+ "license": "Apache-2.0",
3551
+ "engines": {
3552
+ "node": ">=10.0"
3553
+ },
3554
+ "funding": {
3555
+ "type": "github",
3556
+ "url": "https://github.com/sponsors/streamich"
3557
+ },
3558
+ "peerDependencies": {
3559
+ "tslib": "2"
3560
+ }
3561
+ },
3562
+ "node_modules/@jsonjoy.com/codegen": {
3563
+ "version": "1.0.0",
3564
+ "resolved": "https://registry.npmjs.org/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz",
3565
+ "integrity": "sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==",
3566
+ "license": "Apache-2.0",
3567
+ "engines": {
3568
+ "node": ">=10.0"
3569
+ },
3570
+ "funding": {
3571
+ "type": "github",
3572
+ "url": "https://github.com/sponsors/streamich"
3573
+ },
3574
+ "peerDependencies": {
3575
+ "tslib": "2"
3576
+ }
3577
+ },
3578
+ "node_modules/@jsonjoy.com/json-pack": {
3579
+ "version": "1.10.0",
3580
+ "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.10.0.tgz",
3581
+ "integrity": "sha512-PMOU9Sh0baiLZEDewwR/YAHJBV2D8pPIzcFQSU7HQl/k/HNCDyVfO1OvkyDwBGp4dPtvZc7Hl9FFYWwTP1CbZw==",
3582
+ "license": "Apache-2.0",
3583
+ "dependencies": {
3584
+ "@jsonjoy.com/base64": "^1.1.2",
3585
+ "@jsonjoy.com/buffers": "^1.0.0",
3586
+ "@jsonjoy.com/codegen": "^1.0.0",
3587
+ "@jsonjoy.com/json-pointer": "^1.0.1",
3588
+ "@jsonjoy.com/util": "^1.9.0",
3589
+ "hyperdyperid": "^1.2.0",
3590
+ "thingies": "^2.5.0"
3591
+ },
3592
+ "engines": {
3593
+ "node": ">=10.0"
3594
+ },
3595
+ "funding": {
3596
+ "type": "github",
3597
+ "url": "https://github.com/sponsors/streamich"
3598
+ },
3599
+ "peerDependencies": {
3600
+ "tslib": "2"
3601
+ }
3602
+ },
3603
+ "node_modules/@jsonjoy.com/json-pointer": {
3604
+ "version": "1.0.1",
3605
+ "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pointer/-/json-pointer-1.0.1.tgz",
3606
+ "integrity": "sha512-tJpwQfuBuxqZlyoJOSZcqf7OUmiYQ6MiPNmOv4KbZdXE/DdvBSSAwhos0zIlJU/AXxC8XpuO8p08bh2fIl+RKA==",
3607
+ "license": "Apache-2.0",
3608
+ "dependencies": {
3609
+ "@jsonjoy.com/util": "^1.3.0"
3610
+ },
3611
+ "engines": {
3612
+ "node": ">=10.0"
3613
+ },
3614
+ "funding": {
3615
+ "type": "github",
3616
+ "url": "https://github.com/sponsors/streamich"
3617
+ },
3618
+ "peerDependencies": {
3619
+ "tslib": "2"
3620
+ }
3621
+ },
3622
+ "node_modules/@jsonjoy.com/util": {
3623
+ "version": "1.9.0",
3624
+ "resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.9.0.tgz",
3625
+ "integrity": "sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==",
3626
+ "license": "Apache-2.0",
3627
+ "dependencies": {
3628
+ "@jsonjoy.com/buffers": "^1.0.0",
3629
+ "@jsonjoy.com/codegen": "^1.0.0"
3630
+ },
3631
+ "engines": {
3632
+ "node": ">=10.0"
3633
+ },
3634
+ "funding": {
3635
+ "type": "github",
3636
+ "url": "https://github.com/sponsors/streamich"
3637
+ },
3638
+ "peerDependencies": {
3639
+ "tslib": "2"
3640
+ }
3641
+ },
3542
3642
  "node_modules/@nodelib/fs.scandir": {
3543
3643
  "version": "2.1.5",
3544
3644
  "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@@ -4123,9 +4223,9 @@
4123
4223
  }
4124
4224
  },
4125
4225
  "node_modules/@oclif/table": {
4126
- "version": "0.4.6",
4127
- "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.6.tgz",
4128
- "integrity": "sha512-NXh72vHHYnDrWPmVfh4i7kDydz3CXm/tSAr17fWhmWfMM+8jGn5uo6FXtvB0cd9s4skvDqzoRcsRwOeR73zIKA==",
4226
+ "version": "0.4.12",
4227
+ "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.12.tgz",
4228
+ "integrity": "sha512-CrdJBBmil38o6K5QY+vuOovfG3A6q9nFIAISpNOoOnSSiA81s/xfZ/T4E0z7coDvYnz6wJCTMc2ObqaxBZfbHg==",
4129
4229
  "license": "MIT",
4130
4230
  "dependencies": {
4131
4231
  "@types/react": "^18.3.12",
@@ -4510,15 +4610,15 @@
4510
4610
  }
4511
4611
  },
4512
4612
  "node_modules/@salesforce/core": {
4513
- "version": "8.18.5",
4514
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.18.5.tgz",
4515
- "integrity": "sha512-zQSIjo0L0ddcZbj3Oxxig2J6aYL5H5FY45TpXAXpjGe0UPWNxXkU2mrcDfs9OSn0MhM3uMj4fUIM1a158/3Lug==",
4613
+ "version": "8.19.1",
4614
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.19.1.tgz",
4615
+ "integrity": "sha512-HPJxus0W4S1aoT4Qn6mG2s9Ik/mZ59rXNUFc2c+BgEAs28khbZOLR2uiZYexNpXIIZnCrSbb+v1t8IW/idIyCA==",
4516
4616
  "license": "BSD-3-Clause",
4517
4617
  "dependencies": {
4518
- "@jsforce/jsforce-node": "^3.9.1",
4618
+ "@jsforce/jsforce-node": "^3.10.1",
4519
4619
  "@salesforce/kit": "^3.2.2",
4520
- "@salesforce/schemas": "^1.9.0",
4521
- "@salesforce/ts-types": "^2.0.10",
4620
+ "@salesforce/schemas": "^1.9.1",
4621
+ "@salesforce/ts-types": "^2.0.11",
4522
4622
  "ajv": "^8.17.1",
4523
4623
  "change-case": "^4.1.2",
4524
4624
  "fast-levenshtein": "^3.0.0",
@@ -4527,6 +4627,7 @@
4527
4627
  "js2xmlparser": "^4.0.1",
4528
4628
  "jsonwebtoken": "9.0.2",
4529
4629
  "jszip": "3.10.1",
4630
+ "memfs": "^4.30.1",
4530
4631
  "pino": "^9.7.0",
4531
4632
  "pino-abstract-transport": "^1.2.0",
4532
4633
  "pino-pretty": "^11.3.0",
@@ -4864,17 +4965,17 @@
4864
4965
  }
4865
4966
  },
4866
4967
  "node_modules/@salesforce/plugin-command-reference": {
4867
- "version": "3.1.63",
4868
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.63.tgz",
4869
- "integrity": "sha512-LWOdmRJqBzW0OexLkiJG1NEDWxvc9ejFeCT7YVBLTI8J0nCmY3bISX43RqRv1fOLrbjHqSb0hBvN/D9XLIdLnQ==",
4968
+ "version": "3.1.65",
4969
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.65.tgz",
4970
+ "integrity": "sha512-OuUdv7oAfWyVKKeFAua7j5bpQNeBl25I5SDXnF56m4YHnHhEIgsLP3oj7Ukw291ucpLKkeBkyiBv170bAjJHgg==",
4870
4971
  "license": "Apache-2.0",
4871
4972
  "dependencies": {
4872
4973
  "@oclif/core": "^4",
4873
- "@salesforce/core": "^8.18.5",
4974
+ "@salesforce/core": "^8.19.1",
4874
4975
  "@salesforce/kit": "^3.2.3",
4875
4976
  "@salesforce/sf-plugins-core": "^11.3.12",
4876
4977
  "@salesforce/ts-types": "^2.0.11",
4877
- "chalk": "^5.4.1",
4978
+ "chalk": "^5.5.0",
4878
4979
  "debug": "^4.4.1",
4879
4980
  "handlebars": "^4.7.8"
4880
4981
  },
@@ -4978,6 +5079,39 @@
4978
5079
  "node": ">=18.0.0"
4979
5080
  }
4980
5081
  },
5082
+ "node_modules/@salesforce/plugin-info/node_modules/@jsforce/jsforce-node": {
5083
+ "version": "3.9.1",
5084
+ "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.9.1.tgz",
5085
+ "integrity": "sha512-tHG9Wozb9tQMiOyKz4MgcSK0XEDdER+dUm42o7qUaokwqC+IPmjgptx0PNTO75U1nqgW6yX6M5Qq1thhj7KMCA==",
5086
+ "license": "MIT",
5087
+ "dependencies": {
5088
+ "@sindresorhus/is": "^4",
5089
+ "base64url": "^3.0.1",
5090
+ "csv-parse": "^5.5.2",
5091
+ "csv-stringify": "^6.4.4",
5092
+ "faye": "^1.4.0",
5093
+ "form-data": "^4.0.0",
5094
+ "https-proxy-agent": "^5.0.0",
5095
+ "multistream": "^3.1.0",
5096
+ "node-fetch": "^2.6.1",
5097
+ "xml2js": "^0.6.2"
5098
+ },
5099
+ "engines": {
5100
+ "node": ">=18"
5101
+ }
5102
+ },
5103
+ "node_modules/@salesforce/plugin-info/node_modules/agent-base": {
5104
+ "version": "6.0.2",
5105
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
5106
+ "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
5107
+ "license": "MIT",
5108
+ "dependencies": {
5109
+ "debug": "4"
5110
+ },
5111
+ "engines": {
5112
+ "node": ">= 6.0.0"
5113
+ }
5114
+ },
4981
5115
  "node_modules/@salesforce/plugin-info/node_modules/ansi-styles": {
4982
5116
  "version": "4.3.0",
4983
5117
  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@@ -5009,6 +5143,19 @@
5009
5143
  "url": "https://github.com/chalk/chalk?sponsor=1"
5010
5144
  }
5011
5145
  },
5146
+ "node_modules/@salesforce/plugin-info/node_modules/https-proxy-agent": {
5147
+ "version": "5.0.1",
5148
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
5149
+ "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
5150
+ "license": "MIT",
5151
+ "dependencies": {
5152
+ "agent-base": "6",
5153
+ "debug": "4"
5154
+ },
5155
+ "engines": {
5156
+ "node": ">= 6"
5157
+ }
5158
+ },
5012
5159
  "node_modules/@salesforce/plugin-info/node_modules/marked": {
5013
5160
  "version": "4.3.0",
5014
5161
  "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
@@ -5071,22 +5218,22 @@
5071
5218
  "license": "BSD-3-Clause"
5072
5219
  },
5073
5220
  "node_modules/@salesforce/schemas": {
5074
- "version": "1.9.0",
5075
- "resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.9.0.tgz",
5076
- "integrity": "sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==",
5221
+ "version": "1.9.1",
5222
+ "resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.9.1.tgz",
5223
+ "integrity": "sha512-9I8kZBYT7HFXsbz2ukkSyZDRPjSsfRyx3pKGCsjWe2av8wuNm6tYUnmuXzMH5JoVSu3MvtOeIlwp5fFURdsNjg==",
5077
5224
  "license": "ISC"
5078
5225
  },
5079
5226
  "node_modules/@salesforce/sf-plugins-core": {
5080
- "version": "12.2.3",
5081
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.3.tgz",
5082
- "integrity": "sha512-mkBt57rD/987g4eT/XfJN469aEzLjskbgif+beLWocIkNXn70jMvX/RYRTAAkGRhixHHgYj+nY7kHI41rqKZ8w==",
5227
+ "version": "12.2.4",
5228
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.4.tgz",
5229
+ "integrity": "sha512-AwfhPxIJfzQUSZH8kiQOjRPOsfhO3CL+PKq0lfX+chdqwLOnXWviYCA1Z815MGG0ot/XMlsyj7CS+JxQ19Tn4A==",
5083
5230
  "license": "Apache-2.0",
5084
5231
  "dependencies": {
5085
5232
  "@inquirer/confirm": "^3.1.22",
5086
5233
  "@inquirer/password": "^2.2.0",
5087
- "@oclif/core": "^4.3.0",
5088
- "@oclif/table": "^0.4.6",
5089
- "@salesforce/core": "^8.15.0",
5234
+ "@oclif/core": "^4.5.2",
5235
+ "@oclif/table": "^0.4.12",
5236
+ "@salesforce/core": "^8.18.7",
5090
5237
  "@salesforce/kit": "^3.2.3",
5091
5238
  "@salesforce/ts-types": "^2.0.12",
5092
5239
  "ansis": "^3.3.2",
@@ -5305,12 +5452,12 @@
5305
5452
  }
5306
5453
  },
5307
5454
  "node_modules/@sindresorhus/is": {
5308
- "version": "5.6.0",
5309
- "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
5310
- "integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
5455
+ "version": "4.6.0",
5456
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
5457
+ "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
5311
5458
  "license": "MIT",
5312
5459
  "engines": {
5313
- "node": ">=14.16"
5460
+ "node": ">=10"
5314
5461
  },
5315
5462
  "funding": {
5316
5463
  "url": "https://github.com/sindresorhus/is?sponsor=1"
@@ -10038,13 +10185,13 @@
10038
10185
  }
10039
10186
  },
10040
10187
  "node_modules/eslint-plugin-sf-plugin": {
10041
- "version": "1.20.29",
10042
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.29.tgz",
10043
- "integrity": "sha512-yMcmHWL/uMPj0JHNKditfyo9URfJ1s6BVEWfPACM1jzQ+Q6ed0CJDeUNiw3/VrYMV5mzjaqIzJtUU+rxwwXOZA==",
10188
+ "version": "1.20.30",
10189
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.30.tgz",
10190
+ "integrity": "sha512-fhOg19KHGfr8lnzSxTXaG16qeokdoVgxYtQAt+Uc4HBF8idoF2cTzsP70O2MI54CKxoo0U0DeqiEgxPkhsKQsg==",
10044
10191
  "dev": true,
10045
10192
  "license": "BSD-3-Clause",
10046
10193
  "dependencies": {
10047
- "@salesforce/core": "^8.18.1",
10194
+ "@salesforce/core": "^8.18.5",
10048
10195
  "@typescript-eslint/utils": "^7.18.0"
10049
10196
  },
10050
10197
  "engines": {
@@ -11496,6 +11643,18 @@
11496
11643
  "url": "https://github.com/sindresorhus/got?sponsor=1"
11497
11644
  }
11498
11645
  },
11646
+ "node_modules/got/node_modules/@sindresorhus/is": {
11647
+ "version": "5.6.0",
11648
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
11649
+ "integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
11650
+ "license": "MIT",
11651
+ "engines": {
11652
+ "node": ">=14.16"
11653
+ },
11654
+ "funding": {
11655
+ "url": "https://github.com/sindresorhus/is?sponsor=1"
11656
+ }
11657
+ },
11499
11658
  "node_modules/graceful-fs": {
11500
11659
  "version": "4.2.11",
11501
11660
  "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
@@ -11824,6 +11983,15 @@
11824
11983
  "url": "https://github.com/sponsors/typicode"
11825
11984
  }
11826
11985
  },
11986
+ "node_modules/hyperdyperid": {
11987
+ "version": "1.2.0",
11988
+ "resolved": "https://registry.npmjs.org/hyperdyperid/-/hyperdyperid-1.2.0.tgz",
11989
+ "integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==",
11990
+ "license": "MIT",
11991
+ "engines": {
11992
+ "node": ">=10.18"
11993
+ }
11994
+ },
11827
11995
  "node_modules/iconv-lite": {
11828
11996
  "version": "0.6.3",
11829
11997
  "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
@@ -13893,6 +14061,25 @@
13893
14061
  "dev": true,
13894
14062
  "license": "MIT"
13895
14063
  },
14064
+ "node_modules/memfs": {
14065
+ "version": "4.36.0",
14066
+ "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.36.0.tgz",
14067
+ "integrity": "sha512-mfBfzGUdoEw5AZwG8E965ej3BbvW2F9LxEWj4uLxF6BEh1dO2N9eS3AGu9S6vfenuQYrVjsbUOOZK7y3vz4vyQ==",
14068
+ "license": "Apache-2.0",
14069
+ "dependencies": {
14070
+ "@jsonjoy.com/json-pack": "^1.0.3",
14071
+ "@jsonjoy.com/util": "^1.3.0",
14072
+ "tree-dump": "^1.0.1",
14073
+ "tslib": "^2.0.0"
14074
+ },
14075
+ "engines": {
14076
+ "node": ">= 4.0.0"
14077
+ },
14078
+ "funding": {
14079
+ "type": "github",
14080
+ "url": "https://github.com/sponsors/streamich"
14081
+ }
14082
+ },
13896
14083
  "node_modules/meow": {
13897
14084
  "version": "8.1.2",
13898
14085
  "resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz",
@@ -21284,6 +21471,22 @@
21284
21471
  "dev": true,
21285
21472
  "license": "MIT"
21286
21473
  },
21474
+ "node_modules/thingies": {
21475
+ "version": "2.5.0",
21476
+ "resolved": "https://registry.npmjs.org/thingies/-/thingies-2.5.0.tgz",
21477
+ "integrity": "sha512-s+2Bwztg6PhWUD7XMfeYm5qliDdSiZm7M7n8KjTkIsm3l/2lgVRc2/Gx/v+ZX8lT4FMA+i8aQvhcWylldc+ZNw==",
21478
+ "license": "MIT",
21479
+ "engines": {
21480
+ "node": ">=10.18"
21481
+ },
21482
+ "funding": {
21483
+ "type": "github",
21484
+ "url": "https://github.com/sponsors/streamich"
21485
+ },
21486
+ "peerDependencies": {
21487
+ "tslib": "^2"
21488
+ }
21489
+ },
21287
21490
  "node_modules/thread-stream": {
21288
21491
  "version": "3.1.0",
21289
21492
  "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-3.1.0.tgz",
@@ -21439,6 +21642,22 @@
21439
21642
  "url": "https://github.com/sponsors/ljharb"
21440
21643
  }
21441
21644
  },
21645
+ "node_modules/tree-dump": {
21646
+ "version": "1.0.3",
21647
+ "resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.0.3.tgz",
21648
+ "integrity": "sha512-il+Cv80yVHFBwokQSfd4bldvr1Md951DpgAGfmhydt04L+YzHgubm2tQ7zueWDcGENKHq0ZvGFR/hjvNXilHEg==",
21649
+ "license": "Apache-2.0",
21650
+ "engines": {
21651
+ "node": ">=10.0"
21652
+ },
21653
+ "funding": {
21654
+ "type": "github",
21655
+ "url": "https://github.com/sponsors/streamich"
21656
+ },
21657
+ "peerDependencies": {
21658
+ "tslib": "2"
21659
+ }
21660
+ },
21442
21661
  "node_modules/treeverse": {
21443
21662
  "version": "3.0.0",
21444
21663
  "resolved": "https://registry.npmjs.org/treeverse/-/treeverse-3.0.0.tgz",
package/oclif.lock CHANGED
@@ -1375,7 +1375,23 @@
1375
1375
  "@jridgewell/resolve-uri" "3.1.0"
1376
1376
  "@jridgewell/sourcemap-codec" "1.4.14"
1377
1377
 
1378
- "@jsforce/jsforce-node@^3.8.1", "@jsforce/jsforce-node@^3.9.1":
1378
+ "@jsforce/jsforce-node@^3.10.1":
1379
+ version "3.10.1"
1380
+ resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.1.tgz#790a0ecc89ce3b2c91aca16d9f84534d7d4bdd55"
1381
+ integrity sha512-HZcekfFFGOIIqdkCVI5wmP+Nxpmbhwj8CJH5fAii6dcdMhFgTp0sMGwWZe2Br74Nmp7GEESFVuTcIjk+NX5ajA==
1382
+ dependencies:
1383
+ "@sindresorhus/is" "^4"
1384
+ base64url "^3.0.1"
1385
+ csv-parse "^5.5.2"
1386
+ csv-stringify "^6.4.4"
1387
+ faye "^1.4.0"
1388
+ form-data "^4.0.4"
1389
+ https-proxy-agent "^5.0.0"
1390
+ multistream "^3.1.0"
1391
+ node-fetch "^2.6.1"
1392
+ xml2js "^0.6.2"
1393
+
1394
+ "@jsforce/jsforce-node@^3.8.1":
1379
1395
  version "3.9.1"
1380
1396
  resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.9.1.tgz#503bcee3b511b2768abb090b8c8af508c2412244"
1381
1397
  integrity sha512-tHG9Wozb9tQMiOyKz4MgcSK0XEDdER+dUm42o7qUaokwqC+IPmjgptx0PNTO75U1nqgW6yX6M5Qq1thhj7KMCA==
@@ -1391,6 +1407,49 @@
1391
1407
  node-fetch "^2.6.1"
1392
1408
  xml2js "^0.6.2"
1393
1409
 
1410
+ "@jsonjoy.com/base64@^1.1.2":
1411
+ version "1.1.2"
1412
+ resolved "https://registry.yarnpkg.com/@jsonjoy.com/base64/-/base64-1.1.2.tgz#cf8ea9dcb849b81c95f14fc0aaa151c6b54d2578"
1413
+ integrity sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==
1414
+
1415
+ "@jsonjoy.com/buffers@^1.0.0":
1416
+ version "1.0.0"
1417
+ resolved "https://registry.yarnpkg.com/@jsonjoy.com/buffers/-/buffers-1.0.0.tgz#ade6895b7d3883d70f87b5743efaa12c71dfef7a"
1418
+ integrity sha512-NDigYR3PHqCnQLXYyoLbnEdzMMvzeiCWo1KOut7Q0CoIqg9tUAPKJ1iq/2nFhc5kZtexzutNY0LFjdwWL3Dw3Q==
1419
+
1420
+ "@jsonjoy.com/codegen@^1.0.0":
1421
+ version "1.0.0"
1422
+ resolved "https://registry.yarnpkg.com/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz#5c23f796c47675f166d23b948cdb889184b93207"
1423
+ integrity sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==
1424
+
1425
+ "@jsonjoy.com/json-pack@^1.0.3":
1426
+ version "1.10.0"
1427
+ resolved "https://registry.yarnpkg.com/@jsonjoy.com/json-pack/-/json-pack-1.10.0.tgz#d098b0164512889f18269e373407c4b5a46f3ee2"
1428
+ integrity sha512-PMOU9Sh0baiLZEDewwR/YAHJBV2D8pPIzcFQSU7HQl/k/HNCDyVfO1OvkyDwBGp4dPtvZc7Hl9FFYWwTP1CbZw==
1429
+ dependencies:
1430
+ "@jsonjoy.com/base64" "^1.1.2"
1431
+ "@jsonjoy.com/buffers" "^1.0.0"
1432
+ "@jsonjoy.com/codegen" "^1.0.0"
1433
+ "@jsonjoy.com/json-pointer" "^1.0.1"
1434
+ "@jsonjoy.com/util" "^1.9.0"
1435
+ hyperdyperid "^1.2.0"
1436
+ thingies "^2.5.0"
1437
+
1438
+ "@jsonjoy.com/json-pointer@^1.0.1":
1439
+ version "1.0.1"
1440
+ resolved "https://registry.yarnpkg.com/@jsonjoy.com/json-pointer/-/json-pointer-1.0.1.tgz#3b710158e8a212708a2886ea5e38d92e2ea4f4a0"
1441
+ integrity sha512-tJpwQfuBuxqZlyoJOSZcqf7OUmiYQ6MiPNmOv4KbZdXE/DdvBSSAwhos0zIlJU/AXxC8XpuO8p08bh2fIl+RKA==
1442
+ dependencies:
1443
+ "@jsonjoy.com/util" "^1.3.0"
1444
+
1445
+ "@jsonjoy.com/util@^1.3.0", "@jsonjoy.com/util@^1.9.0":
1446
+ version "1.9.0"
1447
+ resolved "https://registry.yarnpkg.com/@jsonjoy.com/util/-/util-1.9.0.tgz#7ee95586aed0a766b746cd8d8363e336c3c47c46"
1448
+ integrity sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==
1449
+ dependencies:
1450
+ "@jsonjoy.com/buffers" "^1.0.0"
1451
+ "@jsonjoy.com/codegen" "^1.0.0"
1452
+
1394
1453
  "@nodelib/fs.scandir@2.1.5":
1395
1454
  version "2.1.5"
1396
1455
  resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz"
@@ -1624,7 +1683,7 @@
1624
1683
  proc-log "^5.0.0"
1625
1684
  which "^5.0.0"
1626
1685
 
1627
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.5.2":
1686
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2":
1628
1687
  version "4.5.2"
1629
1688
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.2.tgz#4db8a365fa7e9e33af272294f710a7f3f25538e2"
1630
1689
  integrity sha512-eQcKyrEcDYeZJKu4vUWiu0ii/1Gfev6GF4FsLSgNez5/+aQyAUCjg3ZWlurf491WiYZTXCWyKAxyPWk8DKv2MA==
@@ -1692,10 +1751,10 @@
1692
1751
  lodash "^4.17.21"
1693
1752
  registry-auth-token "^5.1.0"
1694
1753
 
1695
- "@oclif/table@^0.4.6":
1696
- version "0.4.6"
1697
- resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.6.tgz#4e07fc11de9b8a3187a5ea43edce71c42811ab7e"
1698
- integrity sha512-NXh72vHHYnDrWPmVfh4i7kDydz3CXm/tSAr17fWhmWfMM+8jGn5uo6FXtvB0cd9s4skvDqzoRcsRwOeR73zIKA==
1754
+ "@oclif/table@^0.4.12":
1755
+ version "0.4.12"
1756
+ resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.12.tgz#070c6fc474d3f6b5cb6924c55931fe51ab79c69b"
1757
+ integrity sha512-CrdJBBmil38o6K5QY+vuOovfG3A6q9nFIAISpNOoOnSSiA81s/xfZ/T4E0z7coDvYnz6wJCTMc2ObqaxBZfbHg==
1699
1758
  dependencies:
1700
1759
  "@types/react" "^18.3.12"
1701
1760
  change-case "^5.4.4"
@@ -1841,15 +1900,15 @@
1841
1900
  strip-ansi "6.0.1"
1842
1901
  ts-retry-promise "^0.8.1"
1843
1902
 
1844
- "@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.15.0", "@salesforce/core@^8.18.1", "@salesforce/core@^8.18.5", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1845
- version "8.18.5"
1846
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.18.5.tgz#8205f3b1ee9ef63740128bef81cc32213a76296a"
1847
- integrity sha512-zQSIjo0L0ddcZbj3Oxxig2J6aYL5H5FY45TpXAXpjGe0UPWNxXkU2mrcDfs9OSn0MhM3uMj4fUIM1a158/3Lug==
1903
+ "@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.18.5", "@salesforce/core@^8.18.7", "@salesforce/core@^8.19.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1904
+ version "8.19.1"
1905
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.19.1.tgz#300b37db32e29a7b1055091cc13d04a6ccc4d8c1"
1906
+ integrity sha512-HPJxus0W4S1aoT4Qn6mG2s9Ik/mZ59rXNUFc2c+BgEAs28khbZOLR2uiZYexNpXIIZnCrSbb+v1t8IW/idIyCA==
1848
1907
  dependencies:
1849
- "@jsforce/jsforce-node" "^3.9.1"
1908
+ "@jsforce/jsforce-node" "^3.10.1"
1850
1909
  "@salesforce/kit" "^3.2.2"
1851
- "@salesforce/schemas" "^1.9.0"
1852
- "@salesforce/ts-types" "^2.0.10"
1910
+ "@salesforce/schemas" "^1.9.1"
1911
+ "@salesforce/ts-types" "^2.0.11"
1853
1912
  ajv "^8.17.1"
1854
1913
  change-case "^4.1.2"
1855
1914
  fast-levenshtein "^3.0.0"
@@ -1858,6 +1917,7 @@
1858
1917
  js2xmlparser "^4.0.1"
1859
1918
  jsonwebtoken "9.0.2"
1860
1919
  jszip "3.10.1"
1920
+ memfs "^4.30.1"
1861
1921
  pino "^9.7.0"
1862
1922
  pino-abstract-transport "^1.2.0"
1863
1923
  pino-pretty "^11.3.0"
@@ -1909,17 +1969,17 @@
1909
1969
  dependencies:
1910
1970
  "@salesforce/ts-types" "^2.0.12"
1911
1971
 
1912
- "@salesforce/plugin-command-reference@^3.1.63":
1913
- version "3.1.63"
1914
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.63.tgz#fd3d0c9577993035717ca3867767c66d7b8374f5"
1915
- integrity sha512-LWOdmRJqBzW0OexLkiJG1NEDWxvc9ejFeCT7YVBLTI8J0nCmY3bISX43RqRv1fOLrbjHqSb0hBvN/D9XLIdLnQ==
1972
+ "@salesforce/plugin-command-reference@^3.1.65":
1973
+ version "3.1.65"
1974
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.65.tgz#af6cd928b9d4e4abb80caed5f8522a78da80f4b8"
1975
+ integrity sha512-OuUdv7oAfWyVKKeFAua7j5bpQNeBl25I5SDXnF56m4YHnHhEIgsLP3oj7Ukw291ucpLKkeBkyiBv170bAjJHgg==
1916
1976
  dependencies:
1917
1977
  "@oclif/core" "^4"
1918
- "@salesforce/core" "^8.18.5"
1978
+ "@salesforce/core" "^8.19.1"
1919
1979
  "@salesforce/kit" "^3.2.3"
1920
1980
  "@salesforce/sf-plugins-core" "^11.3.12"
1921
1981
  "@salesforce/ts-types" "^2.0.11"
1922
- chalk "^5.4.1"
1982
+ chalk "^5.5.0"
1923
1983
  debug "^4.4.1"
1924
1984
  handlebars "^4.7.8"
1925
1985
 
@@ -1963,10 +2023,10 @@
1963
2023
  resolved "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz"
1964
2024
  integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
1965
2025
 
1966
- "@salesforce/schemas@^1.9.0":
1967
- version "1.9.0"
1968
- resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
1969
- integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
2026
+ "@salesforce/schemas@^1.9.1":
2027
+ version "1.9.1"
2028
+ resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.1.tgz#ea843c732068c4ac2dadbe1d22b44e714cfe661d"
2029
+ integrity sha512-9I8kZBYT7HFXsbz2ukkSyZDRPjSsfRyx3pKGCsjWe2av8wuNm6tYUnmuXzMH5JoVSu3MvtOeIlwp5fFURdsNjg==
1970
2030
 
1971
2031
  "@salesforce/sf-plugins-core@^11.3.12":
1972
2032
  version "11.3.12"
@@ -1986,16 +2046,16 @@
1986
2046
  string-width "^7.2.0"
1987
2047
  terminal-link "^3.0.0"
1988
2048
 
1989
- "@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.3":
1990
- version "12.2.3"
1991
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.3.tgz#f4ec67b15b9a86d6d18437061cf73e09fe0f68ea"
1992
- integrity sha512-mkBt57rD/987g4eT/XfJN469aEzLjskbgif+beLWocIkNXn70jMvX/RYRTAAkGRhixHHgYj+nY7kHI41rqKZ8w==
2049
+ "@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.4":
2050
+ version "12.2.4"
2051
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.4.tgz#a89ddcbac6520870eb2e0aad2a2e78738441cedf"
2052
+ integrity sha512-AwfhPxIJfzQUSZH8kiQOjRPOsfhO3CL+PKq0lfX+chdqwLOnXWviYCA1Z815MGG0ot/XMlsyj7CS+JxQ19Tn4A==
1993
2053
  dependencies:
1994
2054
  "@inquirer/confirm" "^3.1.22"
1995
2055
  "@inquirer/password" "^2.2.0"
1996
- "@oclif/core" "^4.3.0"
1997
- "@oclif/table" "^0.4.6"
1998
- "@salesforce/core" "^8.15.0"
2056
+ "@oclif/core" "^4.5.2"
2057
+ "@oclif/table" "^0.4.12"
2058
+ "@salesforce/core" "^8.18.7"
1999
2059
  "@salesforce/kit" "^3.2.3"
2000
2060
  "@salesforce/ts-types" "^2.0.12"
2001
2061
  ansis "^3.3.2"
@@ -3639,7 +3699,7 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
3639
3699
  ansi-styles "^4.1.0"
3640
3700
  supports-color "^7.1.0"
3641
3701
 
3642
- chalk@^5.0.0, chalk@^5.3.0, chalk@^5.4.1, chalk@^5.5.0:
3702
+ chalk@^5.0.0, chalk@^5.3.0, chalk@^5.5.0:
3643
3703
  version "5.5.0"
3644
3704
  resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.5.0.tgz#67ada1df5ca809dc84c9b819d76418ddcf128428"
3645
3705
  integrity sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==
@@ -4754,12 +4814,12 @@ eslint-plugin-jsdoc@^46.10.1:
4754
4814
  semver "^7.5.4"
4755
4815
  spdx-expression-parse "^4.0.0"
4756
4816
 
4757
- eslint-plugin-sf-plugin@^1.20.29:
4758
- version "1.20.29"
4759
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.29.tgz#2ac1705753e755ff411be8246a2f79adaea07755"
4760
- integrity sha512-yMcmHWL/uMPj0JHNKditfyo9URfJ1s6BVEWfPACM1jzQ+Q6ed0CJDeUNiw3/VrYMV5mzjaqIzJtUU+rxwwXOZA==
4817
+ eslint-plugin-sf-plugin@^1.20.30:
4818
+ version "1.20.30"
4819
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.30.tgz#34d83312ebbb4af2e0595cfc0e51bbe972449b56"
4820
+ integrity sha512-fhOg19KHGfr8lnzSxTXaG16qeokdoVgxYtQAt+Uc4HBF8idoF2cTzsP70O2MI54CKxoo0U0DeqiEgxPkhsKQsg==
4761
4821
  dependencies:
4762
- "@salesforce/core" "^8.18.1"
4822
+ "@salesforce/core" "^8.18.5"
4763
4823
  "@typescript-eslint/utils" "^7.18.0"
4764
4824
 
4765
4825
  eslint-plugin-unicorn@^50.0.1:
@@ -5803,6 +5863,11 @@ husky@^7.0.4:
5803
5863
  resolved "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz"
5804
5864
  integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==
5805
5865
 
5866
+ hyperdyperid@^1.2.0:
5867
+ version "1.2.0"
5868
+ resolved "https://registry.yarnpkg.com/hyperdyperid/-/hyperdyperid-1.2.0.tgz#59668d323ada92228d2a869d3e474d5a33b69e6b"
5869
+ integrity sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==
5870
+
5806
5871
  iconv-lite@^0.4.24:
5807
5872
  version "0.4.24"
5808
5873
  resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
@@ -7067,6 +7132,16 @@ mdurl@^2.0.0:
7067
7132
  resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-2.0.0.tgz#80676ec0433025dd3e17ee983d0fe8de5a2237e0"
7068
7133
  integrity sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==
7069
7134
 
7135
+ memfs@^4.30.1:
7136
+ version "4.36.0"
7137
+ resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.36.0.tgz#b9fa8d97ddda3cb8c06908bceec956560c33d979"
7138
+ integrity sha512-mfBfzGUdoEw5AZwG8E965ej3BbvW2F9LxEWj4uLxF6BEh1dO2N9eS3AGu9S6vfenuQYrVjsbUOOZK7y3vz4vyQ==
7139
+ dependencies:
7140
+ "@jsonjoy.com/json-pack" "^1.0.3"
7141
+ "@jsonjoy.com/util" "^1.3.0"
7142
+ tree-dump "^1.0.1"
7143
+ tslib "^2.0.0"
7144
+
7070
7145
  meow@^13.0.0:
7071
7146
  version "13.1.0"
7072
7147
  resolved "https://registry.yarnpkg.com/meow/-/meow-13.1.0.tgz#62995b0e8c3951739fe6e0a4becdd4d0df23eb37"
@@ -9479,6 +9554,11 @@ text-table@^0.2.0, text-table@~0.2.0:
9479
9554
  resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz"
9480
9555
  integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
9481
9556
 
9557
+ thingies@^2.5.0:
9558
+ version "2.5.0"
9559
+ resolved "https://registry.yarnpkg.com/thingies/-/thingies-2.5.0.tgz#5f7b882c933b85989f8466b528a6247a6881e04f"
9560
+ integrity sha512-s+2Bwztg6PhWUD7XMfeYm5qliDdSiZm7M7n8KjTkIsm3l/2lgVRc2/Gx/v+ZX8lT4FMA+i8aQvhcWylldc+ZNw==
9561
+
9482
9562
  thread-stream@^3.0.0:
9483
9563
  version "3.1.0"
9484
9564
  resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-3.1.0.tgz#4b2ef252a7c215064507d4ef70c05a5e2d34c4f1"
@@ -9563,6 +9643,11 @@ traverse@^0.6.6:
9563
9643
  resolved "https://registry.npmjs.org/traverse/-/traverse-0.6.7.tgz"
9564
9644
  integrity sha512-/y956gpUo9ZNCb99YjxG7OaslxZWHfCHAUUfshwqOXmxUIvqLjVO581BT+gM59+QV9tFe6/CGG53tsA1Y7RSdg==
9565
9645
 
9646
+ tree-dump@^1.0.1:
9647
+ version "1.0.3"
9648
+ resolved "https://registry.yarnpkg.com/tree-dump/-/tree-dump-1.0.3.tgz#2f0e42e77354714418ed7ab44291e435ccdb0f80"
9649
+ integrity sha512-il+Cv80yVHFBwokQSfd4bldvr1Md951DpgAGfmhydt04L+YzHgubm2tQ7zueWDcGENKHq0ZvGFR/hjvNXilHEg==
9650
+
9566
9651
  treeverse@^3.0.0:
9567
9652
  version "3.0.0"
9568
9653
  resolved "https://registry.npmjs.org/treeverse/-/treeverse-3.0.0.tgz"
@@ -9630,7 +9715,7 @@ tsconfig-paths@^3.15.0:
9630
9715
  minimist "^1.2.6"
9631
9716
  strip-bom "^3.0.0"
9632
9717
 
9633
- tslib@^2.0.1, tslib@^2.0.3, tslib@^2.5.0, tslib@^2.6.2, tslib@^2.8.1:
9718
+ tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.5.0, tslib@^2.6.2, tslib@^2.8.1:
9634
9719
  version "2.8.1"
9635
9720
  resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
9636
9721
  integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
@@ -460,71 +460,6 @@
460
460
  "index.js"
461
461
  ]
462
462
  },
463
- "cli:artifacts:compare": {
464
- "aliases": [],
465
- "args": {},
466
- "examples": [
467
- "<%= config.bin %> <%= command.id %>"
468
- ],
469
- "flags": {
470
- "json": {
471
- "description": "Format output as json.",
472
- "helpGroup": "GLOBAL",
473
- "name": "json",
474
- "allowNo": false,
475
- "type": "boolean"
476
- },
477
- "flags-dir": {
478
- "helpGroup": "GLOBAL",
479
- "name": "flags-dir",
480
- "summary": "Import flag values from a directory.",
481
- "hasDynamicHelp": false,
482
- "multiple": false,
483
- "type": "option"
484
- },
485
- "plugin": {
486
- "char": "p",
487
- "name": "plugin",
488
- "summary": "List of plugins to check for breaking changes.",
489
- "hasDynamicHelp": false,
490
- "multiple": true,
491
- "type": "option"
492
- },
493
- "previous": {
494
- "char": "r",
495
- "name": "previous",
496
- "summary": "Previous CLI version to compare against. Defaults to the last published version.",
497
- "hasDynamicHelp": false,
498
- "multiple": false,
499
- "type": "option"
500
- },
501
- "current": {
502
- "char": "c",
503
- "name": "current",
504
- "summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
505
- "hasDynamicHelp": false,
506
- "multiple": false,
507
- "type": "option"
508
- }
509
- },
510
- "hasDynamicHelp": false,
511
- "hiddenAliases": [],
512
- "id": "cli:artifacts:compare",
513
- "pluginAlias": "@salesforce/plugin-release-management",
514
- "pluginName": "@salesforce/plugin-release-management",
515
- "pluginType": "core",
516
- "strict": true,
517
- "summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
518
- "enableJsonFlag": true,
519
- "isESM": true,
520
- "relativePath": [
521
- "lib",
522
- "commands",
523
- "cli",
524
- "artifacts",
525
- "compare.js"
526
- ]
527
- },
528
463
  "cli:install:test": {
529
464
  "aliases": [],
530
465
  "args": {},
@@ -848,21 +783,11 @@
848
783
  "build.js"
849
784
  ]
850
785
  },
851
- "cli:versions:inspect": {
786
+ "cli:artifacts:compare": {
852
787
  "aliases": [],
853
788
  "args": {},
854
- "description": "inspect the CLI version across all install paths",
855
789
  "examples": [
856
- "<%= config.bin %> <%= command.id %> -l archive -c stable",
857
- "<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
858
- "<%= config.bin %> <%= command.id %> -l archive npm -c stable",
859
- "<%= config.bin %> <%= command.id %> -l archive npm -c latest",
860
- "<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
861
- "<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
862
- "<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
863
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
864
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
865
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
790
+ "<%= config.bin %> <%= command.id %>"
866
791
  ],
867
792
  "flags": {
868
793
  "json": {
@@ -880,73 +805,47 @@
880
805
  "multiple": false,
881
806
  "type": "option"
882
807
  },
883
- "dependencies": {
884
- "char": "d",
885
- "name": "dependencies",
886
- "summary": "glob pattern of dependencies you want to see the version of",
808
+ "plugin": {
809
+ "char": "p",
810
+ "name": "plugin",
811
+ "summary": "List of plugins to check for breaking changes.",
887
812
  "hasDynamicHelp": false,
888
813
  "multiple": true,
889
814
  "type": "option"
890
815
  },
891
- "salesforce": {
892
- "char": "s",
893
- "name": "salesforce",
894
- "summary": "show versions of salesforce owned dependencies",
895
- "allowNo": false,
896
- "type": "boolean"
897
- },
898
- "channels": {
899
- "char": "c",
900
- "name": "channels",
901
- "required": true,
902
- "summary": "the channel you want to inspect (for achives, latest and latest-rc are translated to stable and stable-rc. And vice-versa for npm)",
816
+ "previous": {
817
+ "char": "r",
818
+ "name": "previous",
819
+ "summary": "Previous CLI version to compare against. Defaults to the last published version.",
903
820
  "hasDynamicHelp": false,
904
- "multiple": true,
905
- "options": [
906
- "stable",
907
- "stable-rc",
908
- "latest",
909
- "latest-rc",
910
- "nightly"
911
- ],
821
+ "multiple": false,
912
822
  "type": "option"
913
823
  },
914
- "locations": {
915
- "char": "l",
916
- "name": "locations",
917
- "required": true,
918
- "summary": "the location you want to inspect",
824
+ "current": {
825
+ "char": "c",
826
+ "name": "current",
827
+ "summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
919
828
  "hasDynamicHelp": false,
920
- "multiple": true,
921
- "options": [
922
- "archive",
923
- "npm"
924
- ],
829
+ "multiple": false,
925
830
  "type": "option"
926
- },
927
- "ignore-missing": {
928
- "name": "ignore-missing",
929
- "summary": "skip missing archives. Useful when supporting new architectures in oclif",
930
- "allowNo": false,
931
- "type": "boolean"
932
831
  }
933
832
  },
934
833
  "hasDynamicHelp": false,
935
834
  "hiddenAliases": [],
936
- "id": "cli:versions:inspect",
835
+ "id": "cli:artifacts:compare",
937
836
  "pluginAlias": "@salesforce/plugin-release-management",
938
837
  "pluginName": "@salesforce/plugin-release-management",
939
838
  "pluginType": "core",
940
839
  "strict": true,
941
- "summary": "inspect the CLI version across all install paths",
840
+ "summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
942
841
  "enableJsonFlag": true,
943
842
  "isESM": true,
944
843
  "relativePath": [
945
844
  "lib",
946
845
  "commands",
947
846
  "cli",
948
- "versions",
949
- "inspect.js"
847
+ "artifacts",
848
+ "compare.js"
950
849
  ]
951
850
  },
952
851
  "cli:tarballs:prepare": {
@@ -1126,6 +1025,107 @@
1126
1025
  "verify.js"
1127
1026
  ]
1128
1027
  },
1028
+ "cli:versions:inspect": {
1029
+ "aliases": [],
1030
+ "args": {},
1031
+ "description": "inspect the CLI version across all install paths",
1032
+ "examples": [
1033
+ "<%= config.bin %> <%= command.id %> -l archive -c stable",
1034
+ "<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
1035
+ "<%= config.bin %> <%= command.id %> -l archive npm -c stable",
1036
+ "<%= config.bin %> <%= command.id %> -l archive npm -c latest",
1037
+ "<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
1038
+ "<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
1039
+ "<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
1040
+ "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
1041
+ "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
1042
+ "<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
1043
+ ],
1044
+ "flags": {
1045
+ "json": {
1046
+ "description": "Format output as json.",
1047
+ "helpGroup": "GLOBAL",
1048
+ "name": "json",
1049
+ "allowNo": false,
1050
+ "type": "boolean"
1051
+ },
1052
+ "flags-dir": {
1053
+ "helpGroup": "GLOBAL",
1054
+ "name": "flags-dir",
1055
+ "summary": "Import flag values from a directory.",
1056
+ "hasDynamicHelp": false,
1057
+ "multiple": false,
1058
+ "type": "option"
1059
+ },
1060
+ "dependencies": {
1061
+ "char": "d",
1062
+ "name": "dependencies",
1063
+ "summary": "glob pattern of dependencies you want to see the version of",
1064
+ "hasDynamicHelp": false,
1065
+ "multiple": true,
1066
+ "type": "option"
1067
+ },
1068
+ "salesforce": {
1069
+ "char": "s",
1070
+ "name": "salesforce",
1071
+ "summary": "show versions of salesforce owned dependencies",
1072
+ "allowNo": false,
1073
+ "type": "boolean"
1074
+ },
1075
+ "channels": {
1076
+ "char": "c",
1077
+ "name": "channels",
1078
+ "required": true,
1079
+ "summary": "the channel you want to inspect (for achives, latest and latest-rc are translated to stable and stable-rc. And vice-versa for npm)",
1080
+ "hasDynamicHelp": false,
1081
+ "multiple": true,
1082
+ "options": [
1083
+ "stable",
1084
+ "stable-rc",
1085
+ "latest",
1086
+ "latest-rc",
1087
+ "nightly"
1088
+ ],
1089
+ "type": "option"
1090
+ },
1091
+ "locations": {
1092
+ "char": "l",
1093
+ "name": "locations",
1094
+ "required": true,
1095
+ "summary": "the location you want to inspect",
1096
+ "hasDynamicHelp": false,
1097
+ "multiple": true,
1098
+ "options": [
1099
+ "archive",
1100
+ "npm"
1101
+ ],
1102
+ "type": "option"
1103
+ },
1104
+ "ignore-missing": {
1105
+ "name": "ignore-missing",
1106
+ "summary": "skip missing archives. Useful when supporting new architectures in oclif",
1107
+ "allowNo": false,
1108
+ "type": "boolean"
1109
+ }
1110
+ },
1111
+ "hasDynamicHelp": false,
1112
+ "hiddenAliases": [],
1113
+ "id": "cli:versions:inspect",
1114
+ "pluginAlias": "@salesforce/plugin-release-management",
1115
+ "pluginName": "@salesforce/plugin-release-management",
1116
+ "pluginType": "core",
1117
+ "strict": true,
1118
+ "summary": "inspect the CLI version across all install paths",
1119
+ "enableJsonFlag": true,
1120
+ "isESM": true,
1121
+ "relativePath": [
1122
+ "lib",
1123
+ "commands",
1124
+ "cli",
1125
+ "versions",
1126
+ "inspect.js"
1127
+ ]
1128
+ },
1129
1129
  "github:check:closed": {
1130
1130
  "aliases": [],
1131
1131
  "args": {},
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.53"
1393
+ "version": "5.7.55"
1394
1394
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
3
  "description": "A plugin for preparing and publishing npm packages",
4
- "version": "5.7.53",
4
+ "version": "5.7.55",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -16,9 +16,9 @@
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/core": "^8.18.5",
18
18
  "@salesforce/kit": "^3.2.0",
19
- "@salesforce/plugin-command-reference": "^3.1.63",
19
+ "@salesforce/plugin-command-reference": "^3.1.65",
20
20
  "@salesforce/plugin-trust": "^3.7.89",
21
- "@salesforce/sf-plugins-core": "^12.2.3",
21
+ "@salesforce/sf-plugins-core": "^12.2.4",
22
22
  "@salesforce/ts-types": "^2.0.10",
23
23
  "aws-sdk": "^2.1692.0",
24
24
  "chalk": "^5.5.0",
@@ -39,7 +39,7 @@
39
39
  "@types/semver": "^7.7.0",
40
40
  "@types/shelljs": "^0.8.17",
41
41
  "aws-sdk-mock": "^5.9.0",
42
- "eslint-plugin-sf-plugin": "^1.20.29",
42
+ "eslint-plugin-sf-plugin": "^1.20.30",
43
43
  "oclif": "^4.22.6",
44
44
  "ts-node": "^10.9.2",
45
45
  "typescript": "^5.9.2"