@salesforce/plugin-signups 2.5.7 → 2.5.8
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 +7 -7
- package/npm-shrinkwrap.json +187 -123
- package/oclif.lock +72 -34
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -123,7 +123,7 @@ EXAMPLES
|
|
|
123
123
|
$ sf org create shape --target-org SourceOrg
|
|
124
124
|
```
|
|
125
125
|
|
|
126
|
-
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.
|
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.8/src/commands/org/create/shape.ts)_
|
|
127
127
|
|
|
128
128
|
## `sf org create snapshot`
|
|
129
129
|
|
|
@@ -179,7 +179,7 @@ FLAG DESCRIPTIONS
|
|
|
179
179
|
as a version control system tag or commit ID.
|
|
180
180
|
```
|
|
181
181
|
|
|
182
|
-
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.
|
|
182
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.8/src/commands/org/create/snapshot.ts)_
|
|
183
183
|
|
|
184
184
|
## `sf org delete shape`
|
|
185
185
|
|
|
@@ -219,7 +219,7 @@ EXAMPLES
|
|
|
219
219
|
$ sf org delete shape --target-org SourceOrg --no-prompt
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.
|
|
222
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.8/src/commands/org/delete/shape.ts)_
|
|
223
223
|
|
|
224
224
|
## `sf org delete snapshot`
|
|
225
225
|
|
|
@@ -264,7 +264,7 @@ FLAG DESCRIPTIONS
|
|
|
264
264
|
The IDs of scratch org snapshots start with 0Oo.
|
|
265
265
|
```
|
|
266
266
|
|
|
267
|
-
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.
|
|
267
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.8/src/commands/org/delete/snapshot.ts)_
|
|
268
268
|
|
|
269
269
|
## `sf org get snapshot`
|
|
270
270
|
|
|
@@ -311,7 +311,7 @@ FLAG DESCRIPTIONS
|
|
|
311
311
|
The IDs of scratch org snapshots start with 0Oo.
|
|
312
312
|
```
|
|
313
313
|
|
|
314
|
-
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.
|
|
314
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.8/src/commands/org/get/snapshot.ts)_
|
|
315
315
|
|
|
316
316
|
## `sf org list shape`
|
|
317
317
|
|
|
@@ -344,7 +344,7 @@ EXAMPLES
|
|
|
344
344
|
$ sf org list shape --json > tmp/MyOrgShapeList.json
|
|
345
345
|
```
|
|
346
346
|
|
|
347
|
-
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.
|
|
347
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.8/src/commands/org/list/shape.ts)_
|
|
348
348
|
|
|
349
349
|
## `sf org list snapshot`
|
|
350
350
|
|
|
@@ -386,6 +386,6 @@ EXAMPLES
|
|
|
386
386
|
$ sf org list snapshot --target-dev-hub SnapshotDevHub
|
|
387
387
|
```
|
|
388
388
|
|
|
389
|
-
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.
|
|
389
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.8/src/commands/org/list/snapshot.ts)_
|
|
390
390
|
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.8",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-signups",
|
|
9
|
-
"version": "2.5.
|
|
9
|
+
"version": "2.5.8",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
13
|
"@salesforce/core": "^8.2.8",
|
|
14
14
|
"@salesforce/kit": "^3.2.1",
|
|
15
|
-
"@salesforce/sf-plugins-core": "^11.
|
|
15
|
+
"@salesforce/sf-plugins-core": "^11.3.0",
|
|
16
16
|
"change-case": "^5.4.4"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@oclif/plugin-command-snapshot": "^5.2.12",
|
|
20
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
20
|
+
"@salesforce/cli-plugins-testkit": "^5.3.24",
|
|
21
21
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
22
22
|
"@salesforce/plugin-command-reference": "^3.1.13",
|
|
23
23
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -2922,6 +2922,24 @@
|
|
|
2922
2922
|
"node": ">=12"
|
|
2923
2923
|
}
|
|
2924
2924
|
},
|
|
2925
|
+
"node_modules/@commitlint/cli/node_modules/wrap-ansi": {
|
|
2926
|
+
"version": "7.0.0",
|
|
2927
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
2928
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
2929
|
+
"dev": true,
|
|
2930
|
+
"license": "MIT",
|
|
2931
|
+
"dependencies": {
|
|
2932
|
+
"ansi-styles": "^4.0.0",
|
|
2933
|
+
"string-width": "^4.1.0",
|
|
2934
|
+
"strip-ansi": "^6.0.0"
|
|
2935
|
+
},
|
|
2936
|
+
"engines": {
|
|
2937
|
+
"node": ">=10"
|
|
2938
|
+
},
|
|
2939
|
+
"funding": {
|
|
2940
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
2941
|
+
}
|
|
2942
|
+
},
|
|
2925
2943
|
"node_modules/@commitlint/cli/node_modules/yargs": {
|
|
2926
2944
|
"version": "17.7.0",
|
|
2927
2945
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.0.tgz",
|
|
@@ -3502,28 +3520,40 @@
|
|
|
3502
3520
|
"license": "BSD-3-Clause"
|
|
3503
3521
|
},
|
|
3504
3522
|
"node_modules/@inquirer/confirm": {
|
|
3505
|
-
"version": "3.1.
|
|
3506
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.
|
|
3507
|
-
"integrity": "sha512-
|
|
3523
|
+
"version": "3.1.22",
|
|
3524
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.22.tgz",
|
|
3525
|
+
"integrity": "sha512-gsAKIOWBm2Q87CDfs9fEo7wJT3fwWIJfnDGMn9Qy74gBnNFOACDNfhUzovubbJjWnKLGBln7/NcSmZwj5DuEXg==",
|
|
3508
3526
|
"license": "MIT",
|
|
3509
3527
|
"dependencies": {
|
|
3510
|
-
"@inquirer/core": "^9.0.
|
|
3511
|
-
"@inquirer/type": "^1.5.
|
|
3528
|
+
"@inquirer/core": "^9.0.10",
|
|
3529
|
+
"@inquirer/type": "^1.5.2"
|
|
3512
3530
|
},
|
|
3513
3531
|
"engines": {
|
|
3514
3532
|
"node": ">=18"
|
|
3515
3533
|
}
|
|
3516
3534
|
},
|
|
3517
|
-
"node_modules/@inquirer/confirm/node_modules/@inquirer/
|
|
3518
|
-
"version": "
|
|
3519
|
-
"resolved": "https://registry.npmjs.org/@inquirer/
|
|
3520
|
-
"integrity": "sha512-
|
|
3535
|
+
"node_modules/@inquirer/confirm/node_modules/@inquirer/type": {
|
|
3536
|
+
"version": "1.5.2",
|
|
3537
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.2.tgz",
|
|
3538
|
+
"integrity": "sha512-w9qFkumYDCNyDZmNQjf/n6qQuvQ4dMC3BJesY4oF+yr0CxR5vxujflAVeIcS6U336uzi9GM0kAfZlLrZ9UTkpA==",
|
|
3539
|
+
"license": "MIT",
|
|
3540
|
+
"dependencies": {
|
|
3541
|
+
"mute-stream": "^1.0.0"
|
|
3542
|
+
},
|
|
3543
|
+
"engines": {
|
|
3544
|
+
"node": ">=18"
|
|
3545
|
+
}
|
|
3546
|
+
},
|
|
3547
|
+
"node_modules/@inquirer/core": {
|
|
3548
|
+
"version": "9.0.10",
|
|
3549
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.0.10.tgz",
|
|
3550
|
+
"integrity": "sha512-TdESOKSVwf6+YWDz8GhS6nKscwzkIyakEzCLJ5Vh6O3Co2ClhCJ0A4MG909MUWfaWdpJm7DE45ii51/2Kat9tA==",
|
|
3521
3551
|
"license": "MIT",
|
|
3522
3552
|
"dependencies": {
|
|
3523
3553
|
"@inquirer/figures": "^1.0.5",
|
|
3524
|
-
"@inquirer/type": "^1.5.
|
|
3554
|
+
"@inquirer/type": "^1.5.2",
|
|
3525
3555
|
"@types/mute-stream": "^0.0.4",
|
|
3526
|
-
"@types/node": "^22.
|
|
3556
|
+
"@types/node": "^22.1.0",
|
|
3527
3557
|
"@types/wrap-ansi": "^3.0.0",
|
|
3528
3558
|
"ansi-escapes": "^4.3.2",
|
|
3529
3559
|
"cli-spinners": "^2.9.2",
|
|
@@ -3538,54 +3568,25 @@
|
|
|
3538
3568
|
"node": ">=18"
|
|
3539
3569
|
}
|
|
3540
3570
|
},
|
|
3541
|
-
"node_modules/@inquirer/
|
|
3542
|
-
"version": "
|
|
3543
|
-
"resolved": "https://registry.npmjs.org/
|
|
3544
|
-
"integrity": "sha512-
|
|
3545
|
-
"license": "ISC",
|
|
3546
|
-
"engines": {
|
|
3547
|
-
"node": ">=14"
|
|
3548
|
-
},
|
|
3549
|
-
"funding": {
|
|
3550
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3551
|
-
}
|
|
3552
|
-
},
|
|
3553
|
-
"node_modules/@inquirer/confirm/node_modules/wrap-ansi": {
|
|
3554
|
-
"version": "6.2.0",
|
|
3555
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3556
|
-
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3571
|
+
"node_modules/@inquirer/core/node_modules/@inquirer/type": {
|
|
3572
|
+
"version": "1.5.2",
|
|
3573
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.2.tgz",
|
|
3574
|
+
"integrity": "sha512-w9qFkumYDCNyDZmNQjf/n6qQuvQ4dMC3BJesY4oF+yr0CxR5vxujflAVeIcS6U336uzi9GM0kAfZlLrZ9UTkpA==",
|
|
3557
3575
|
"license": "MIT",
|
|
3558
3576
|
"dependencies": {
|
|
3559
|
-
"
|
|
3560
|
-
"string-width": "^4.1.0",
|
|
3561
|
-
"strip-ansi": "^6.0.0"
|
|
3577
|
+
"mute-stream": "^1.0.0"
|
|
3562
3578
|
},
|
|
3563
3579
|
"engines": {
|
|
3564
|
-
"node": ">=
|
|
3580
|
+
"node": ">=18"
|
|
3565
3581
|
}
|
|
3566
3582
|
},
|
|
3567
|
-
"node_modules/@inquirer/core": {
|
|
3568
|
-
"version": "
|
|
3569
|
-
"resolved": "https://registry.npmjs.org/@
|
|
3570
|
-
"integrity": "sha512-
|
|
3583
|
+
"node_modules/@inquirer/core/node_modules/@types/node": {
|
|
3584
|
+
"version": "22.2.0",
|
|
3585
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.2.0.tgz",
|
|
3586
|
+
"integrity": "sha512-bm6EG6/pCpkxDf/0gDNDdtDILMOHgaQBVOJGdwsqClnxA3xL6jtMv76rLBc006RVMWbmaf0xbmom4Z/5o2nRkQ==",
|
|
3571
3587
|
"license": "MIT",
|
|
3572
3588
|
"dependencies": {
|
|
3573
|
-
"
|
|
3574
|
-
"@inquirer/type": "^1.5.1",
|
|
3575
|
-
"@types/mute-stream": "^0.0.4",
|
|
3576
|
-
"@types/node": "^22.0.0",
|
|
3577
|
-
"@types/wrap-ansi": "^3.0.0",
|
|
3578
|
-
"ansi-escapes": "^4.3.2",
|
|
3579
|
-
"cli-spinners": "^2.9.2",
|
|
3580
|
-
"cli-width": "^4.1.0",
|
|
3581
|
-
"mute-stream": "^1.0.0",
|
|
3582
|
-
"signal-exit": "^4.1.0",
|
|
3583
|
-
"strip-ansi": "^6.0.1",
|
|
3584
|
-
"wrap-ansi": "^6.2.0",
|
|
3585
|
-
"yoctocolors-cjs": "^2.1.2"
|
|
3586
|
-
},
|
|
3587
|
-
"engines": {
|
|
3588
|
-
"node": ">=18"
|
|
3589
|
+
"undici-types": "~6.13.0"
|
|
3589
3590
|
}
|
|
3590
3591
|
},
|
|
3591
3592
|
"node_modules/@inquirer/core/node_modules/signal-exit": {
|
|
@@ -3600,19 +3601,11 @@
|
|
|
3600
3601
|
"url": "https://github.com/sponsors/isaacs"
|
|
3601
3602
|
}
|
|
3602
3603
|
},
|
|
3603
|
-
"node_modules/@inquirer/core/node_modules/
|
|
3604
|
-
"version": "6.
|
|
3605
|
-
"resolved": "https://registry.npmjs.org/
|
|
3606
|
-
"integrity": "sha512-
|
|
3607
|
-
"license": "MIT"
|
|
3608
|
-
"dependencies": {
|
|
3609
|
-
"ansi-styles": "^4.0.0",
|
|
3610
|
-
"string-width": "^4.1.0",
|
|
3611
|
-
"strip-ansi": "^6.0.0"
|
|
3612
|
-
},
|
|
3613
|
-
"engines": {
|
|
3614
|
-
"node": ">=8"
|
|
3615
|
-
}
|
|
3604
|
+
"node_modules/@inquirer/core/node_modules/undici-types": {
|
|
3605
|
+
"version": "6.13.0",
|
|
3606
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz",
|
|
3607
|
+
"integrity": "sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==",
|
|
3608
|
+
"license": "MIT"
|
|
3616
3609
|
},
|
|
3617
3610
|
"node_modules/@inquirer/figures": {
|
|
3618
3611
|
"version": "1.0.5",
|
|
@@ -3675,30 +3668,27 @@
|
|
|
3675
3668
|
"url": "https://github.com/sponsors/isaacs"
|
|
3676
3669
|
}
|
|
3677
3670
|
},
|
|
3678
|
-
"node_modules/@inquirer/
|
|
3679
|
-
"version": "
|
|
3680
|
-
"resolved": "https://registry.npmjs.org/
|
|
3681
|
-
"integrity": "sha512-
|
|
3682
|
-
"dev": true,
|
|
3671
|
+
"node_modules/@inquirer/password": {
|
|
3672
|
+
"version": "2.1.22",
|
|
3673
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.1.22.tgz",
|
|
3674
|
+
"integrity": "sha512-5Fxt1L9vh3rAKqjYwqsjU4DZsEvY/2Gll+QkqR4yEpy6wvzLxdSgFhUcxfDAOtO4BEoTreWoznC0phagwLU5Kw==",
|
|
3683
3675
|
"license": "MIT",
|
|
3684
3676
|
"dependencies": {
|
|
3685
|
-
"
|
|
3686
|
-
"
|
|
3687
|
-
"
|
|
3677
|
+
"@inquirer/core": "^9.0.10",
|
|
3678
|
+
"@inquirer/type": "^1.5.2",
|
|
3679
|
+
"ansi-escapes": "^4.3.2"
|
|
3688
3680
|
},
|
|
3689
3681
|
"engines": {
|
|
3690
|
-
"node": ">=
|
|
3682
|
+
"node": ">=18"
|
|
3691
3683
|
}
|
|
3692
3684
|
},
|
|
3693
|
-
"node_modules/@inquirer/password": {
|
|
3694
|
-
"version": "
|
|
3695
|
-
"resolved": "https://registry.npmjs.org/@inquirer/
|
|
3696
|
-
"integrity": "sha512-
|
|
3685
|
+
"node_modules/@inquirer/password/node_modules/@inquirer/type": {
|
|
3686
|
+
"version": "1.5.2",
|
|
3687
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.2.tgz",
|
|
3688
|
+
"integrity": "sha512-w9qFkumYDCNyDZmNQjf/n6qQuvQ4dMC3BJesY4oF+yr0CxR5vxujflAVeIcS6U336uzi9GM0kAfZlLrZ9UTkpA==",
|
|
3697
3689
|
"license": "MIT",
|
|
3698
3690
|
"dependencies": {
|
|
3699
|
-
"
|
|
3700
|
-
"@inquirer/type": "^1.5.1",
|
|
3701
|
-
"ansi-escapes": "^4.3.2"
|
|
3691
|
+
"mute-stream": "^1.0.0"
|
|
3702
3692
|
},
|
|
3703
3693
|
"engines": {
|
|
3704
3694
|
"node": ">=18"
|
|
@@ -3721,10 +3711,49 @@
|
|
|
3721
3711
|
"node": ">=18"
|
|
3722
3712
|
}
|
|
3723
3713
|
},
|
|
3714
|
+
"node_modules/@inquirer/select/node_modules/@inquirer/core": {
|
|
3715
|
+
"version": "9.0.7",
|
|
3716
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.0.7.tgz",
|
|
3717
|
+
"integrity": "sha512-wyqnTmlnd9p7cX6tfMlth+/Nx7vV2t/FvtO9VMSi2XjBkNy0MkPr19RSOyP3qrywdlJT+BQbEnXLPqq0wFMw3A==",
|
|
3718
|
+
"dev": true,
|
|
3719
|
+
"license": "MIT",
|
|
3720
|
+
"dependencies": {
|
|
3721
|
+
"@inquirer/figures": "^1.0.5",
|
|
3722
|
+
"@inquirer/type": "^1.5.1",
|
|
3723
|
+
"@types/mute-stream": "^0.0.4",
|
|
3724
|
+
"@types/node": "^22.0.0",
|
|
3725
|
+
"@types/wrap-ansi": "^3.0.0",
|
|
3726
|
+
"ansi-escapes": "^4.3.2",
|
|
3727
|
+
"cli-spinners": "^2.9.2",
|
|
3728
|
+
"cli-width": "^4.1.0",
|
|
3729
|
+
"mute-stream": "^1.0.0",
|
|
3730
|
+
"signal-exit": "^4.1.0",
|
|
3731
|
+
"strip-ansi": "^6.0.1",
|
|
3732
|
+
"wrap-ansi": "^6.2.0",
|
|
3733
|
+
"yoctocolors-cjs": "^2.1.2"
|
|
3734
|
+
},
|
|
3735
|
+
"engines": {
|
|
3736
|
+
"node": ">=18"
|
|
3737
|
+
}
|
|
3738
|
+
},
|
|
3739
|
+
"node_modules/@inquirer/select/node_modules/signal-exit": {
|
|
3740
|
+
"version": "4.1.0",
|
|
3741
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
3742
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
3743
|
+
"dev": true,
|
|
3744
|
+
"license": "ISC",
|
|
3745
|
+
"engines": {
|
|
3746
|
+
"node": ">=14"
|
|
3747
|
+
},
|
|
3748
|
+
"funding": {
|
|
3749
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3750
|
+
}
|
|
3751
|
+
},
|
|
3724
3752
|
"node_modules/@inquirer/type": {
|
|
3725
3753
|
"version": "1.5.1",
|
|
3726
3754
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.1.tgz",
|
|
3727
3755
|
"integrity": "sha512-m3YgGQlKNS0BM+8AFiJkCsTqHEFCWn6s/Rqye3mYwvqY6LdfUv12eSwbsgNzrYyrLXiy7IrrjDLPysaSBwEfhw==",
|
|
3756
|
+
"dev": true,
|
|
3728
3757
|
"license": "MIT",
|
|
3729
3758
|
"dependencies": {
|
|
3730
3759
|
"mute-stream": "^1.0.0"
|
|
@@ -4081,6 +4110,23 @@
|
|
|
4081
4110
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4082
4111
|
}
|
|
4083
4112
|
},
|
|
4113
|
+
"node_modules/@oclif/core/node_modules/wrap-ansi": {
|
|
4114
|
+
"version": "7.0.0",
|
|
4115
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
4116
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
4117
|
+
"license": "MIT",
|
|
4118
|
+
"dependencies": {
|
|
4119
|
+
"ansi-styles": "^4.0.0",
|
|
4120
|
+
"string-width": "^4.1.0",
|
|
4121
|
+
"strip-ansi": "^6.0.0"
|
|
4122
|
+
},
|
|
4123
|
+
"engines": {
|
|
4124
|
+
"node": ">=10"
|
|
4125
|
+
},
|
|
4126
|
+
"funding": {
|
|
4127
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4128
|
+
}
|
|
4129
|
+
},
|
|
4084
4130
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
4085
4131
|
"version": "5.2.12",
|
|
4086
4132
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.12.tgz",
|
|
@@ -4362,6 +4408,24 @@
|
|
|
4362
4408
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4363
4409
|
}
|
|
4364
4410
|
},
|
|
4411
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/wrap-ansi": {
|
|
4412
|
+
"version": "7.0.0",
|
|
4413
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
4414
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
4415
|
+
"dev": true,
|
|
4416
|
+
"license": "MIT",
|
|
4417
|
+
"dependencies": {
|
|
4418
|
+
"ansi-styles": "^4.0.0",
|
|
4419
|
+
"string-width": "^4.1.0",
|
|
4420
|
+
"strip-ansi": "^6.0.0"
|
|
4421
|
+
},
|
|
4422
|
+
"engines": {
|
|
4423
|
+
"node": ">=10"
|
|
4424
|
+
},
|
|
4425
|
+
"funding": {
|
|
4426
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4427
|
+
}
|
|
4428
|
+
},
|
|
4365
4429
|
"node_modules/@pkgjs/parseargs": {
|
|
4366
4430
|
"version": "0.11.0",
|
|
4367
4431
|
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
@@ -4374,17 +4438,17 @@
|
|
|
4374
4438
|
}
|
|
4375
4439
|
},
|
|
4376
4440
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
4377
|
-
"version": "5.3.
|
|
4378
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
4379
|
-
"integrity": "sha512-
|
|
4441
|
+
"version": "5.3.24",
|
|
4442
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.24.tgz",
|
|
4443
|
+
"integrity": "sha512-1zt3CFPXr9u4RUBphHN2tj2775tlG5Rf3wbGN2fiai27BOZLEPKc/+9M50OwZzFgDsyU1edtmjTHsi92I4rXwQ==",
|
|
4380
4444
|
"dev": true,
|
|
4381
4445
|
"license": "BSD-3-Clause",
|
|
4382
4446
|
"dependencies": {
|
|
4383
|
-
"@salesforce/core": "^8.
|
|
4384
|
-
"@salesforce/kit": "^3.
|
|
4385
|
-
"@salesforce/ts-types": "^2.0.
|
|
4447
|
+
"@salesforce/core": "^8.3.0",
|
|
4448
|
+
"@salesforce/kit": "^3.2.0",
|
|
4449
|
+
"@salesforce/ts-types": "^2.0.11",
|
|
4386
4450
|
"@types/shelljs": "^0.8.15",
|
|
4387
|
-
"debug": "^4.3.
|
|
4451
|
+
"debug": "^4.3.6",
|
|
4388
4452
|
"jszip": "^3.10.1",
|
|
4389
4453
|
"shelljs": "^0.8.4",
|
|
4390
4454
|
"sinon": "^17.0.2",
|
|
@@ -4485,9 +4549,9 @@
|
|
|
4485
4549
|
}
|
|
4486
4550
|
},
|
|
4487
4551
|
"node_modules/@salesforce/core": {
|
|
4488
|
-
"version": "8.
|
|
4489
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4490
|
-
"integrity": "sha512-
|
|
4552
|
+
"version": "8.3.0",
|
|
4553
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.3.0.tgz",
|
|
4554
|
+
"integrity": "sha512-HZchC42oGJ5RQsG9HpAb1bT7ohjB31ATDz46ryMvLngMmrfHnyzv2mlIi6UdYkJ/2meH2BJkibHi8paPrtF+/A==",
|
|
4491
4555
|
"license": "BSD-3-Clause",
|
|
4492
4556
|
"dependencies": {
|
|
4493
4557
|
"@jsforce/jsforce-node": "^3.4.0",
|
|
@@ -4676,17 +4740,17 @@
|
|
|
4676
4740
|
"license": "ISC"
|
|
4677
4741
|
},
|
|
4678
4742
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4679
|
-
"version": "11.
|
|
4680
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.
|
|
4681
|
-
"integrity": "sha512-
|
|
4743
|
+
"version": "11.3.0",
|
|
4744
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.0.tgz",
|
|
4745
|
+
"integrity": "sha512-kY+y8dxItkMCa52TCOxvu8nAPr2RyLf03pk+HVFMoHkVdumrbDdxmjYFNxAtYmDISQFx1W0SSoIeK2sboziDNw==",
|
|
4682
4746
|
"license": "BSD-3-Clause",
|
|
4683
4747
|
"dependencies": {
|
|
4684
|
-
"@inquirer/confirm": "^3.1.
|
|
4685
|
-
"@inquirer/password": "^2.1.
|
|
4748
|
+
"@inquirer/confirm": "^3.1.20",
|
|
4749
|
+
"@inquirer/password": "^2.1.20",
|
|
4686
4750
|
"@oclif/core": "^4.0.15",
|
|
4687
4751
|
"@salesforce/core": "^8.2.7",
|
|
4688
|
-
"@salesforce/kit": "^3.1
|
|
4689
|
-
"@salesforce/ts-types": "^2.0.
|
|
4752
|
+
"@salesforce/kit": "^3.2.1",
|
|
4753
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
4690
4754
|
"ansis": "^3.3.2",
|
|
4691
4755
|
"cli-progress": "^3.12.0",
|
|
4692
4756
|
"natural-orderby": "^3.0.2",
|
|
@@ -7367,21 +7431,6 @@
|
|
|
7367
7431
|
"wrap-ansi": "^6.2.0"
|
|
7368
7432
|
}
|
|
7369
7433
|
},
|
|
7370
|
-
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
7371
|
-
"version": "6.2.0",
|
|
7372
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
7373
|
-
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
7374
|
-
"dev": true,
|
|
7375
|
-
"license": "MIT",
|
|
7376
|
-
"dependencies": {
|
|
7377
|
-
"ansi-styles": "^4.0.0",
|
|
7378
|
-
"string-width": "^4.1.0",
|
|
7379
|
-
"strip-ansi": "^6.0.0"
|
|
7380
|
-
},
|
|
7381
|
-
"engines": {
|
|
7382
|
-
"node": ">=8"
|
|
7383
|
-
}
|
|
7384
|
-
},
|
|
7385
7434
|
"node_modules/color": {
|
|
7386
7435
|
"version": "4.2.3",
|
|
7387
7436
|
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
|
|
@@ -11938,6 +11987,24 @@
|
|
|
11938
11987
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
11939
11988
|
}
|
|
11940
11989
|
},
|
|
11990
|
+
"node_modules/mocha/node_modules/wrap-ansi": {
|
|
11991
|
+
"version": "7.0.0",
|
|
11992
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
11993
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
11994
|
+
"dev": true,
|
|
11995
|
+
"license": "MIT",
|
|
11996
|
+
"dependencies": {
|
|
11997
|
+
"ansi-styles": "^4.0.0",
|
|
11998
|
+
"string-width": "^4.1.0",
|
|
11999
|
+
"strip-ansi": "^6.0.0"
|
|
12000
|
+
},
|
|
12001
|
+
"engines": {
|
|
12002
|
+
"node": ">=10"
|
|
12003
|
+
},
|
|
12004
|
+
"funding": {
|
|
12005
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
12006
|
+
}
|
|
12007
|
+
},
|
|
11941
12008
|
"node_modules/mocha/node_modules/yargs": {
|
|
11942
12009
|
"version": "16.2.0",
|
|
11943
12010
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
|
|
@@ -15181,9 +15248,9 @@
|
|
|
15181
15248
|
"license": "Apache-2.0"
|
|
15182
15249
|
},
|
|
15183
15250
|
"node_modules/wrap-ansi": {
|
|
15184
|
-
"version": "
|
|
15185
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
15186
|
-
"integrity": "sha512-
|
|
15251
|
+
"version": "6.2.0",
|
|
15252
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
15253
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
15187
15254
|
"license": "MIT",
|
|
15188
15255
|
"dependencies": {
|
|
15189
15256
|
"ansi-styles": "^4.0.0",
|
|
@@ -15191,10 +15258,7 @@
|
|
|
15191
15258
|
"strip-ansi": "^6.0.0"
|
|
15192
15259
|
},
|
|
15193
15260
|
"engines": {
|
|
15194
|
-
"node": ">=
|
|
15195
|
-
},
|
|
15196
|
-
"funding": {
|
|
15197
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
15261
|
+
"node": ">=8"
|
|
15198
15262
|
}
|
|
15199
15263
|
},
|
|
15200
15264
|
"node_modules/wrap-ansi-cjs": {
|
package/oclif.lock
CHANGED
|
@@ -1325,15 +1325,34 @@
|
|
|
1325
1325
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
|
|
1326
1326
|
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
|
|
1327
1327
|
|
|
1328
|
-
"@inquirer/confirm@^3.1.14", "@inquirer/confirm@^3.1.16", "@inquirer/confirm@^3.1.
|
|
1329
|
-
version "3.1.
|
|
1330
|
-
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.
|
|
1331
|
-
integrity sha512-
|
|
1328
|
+
"@inquirer/confirm@^3.1.14", "@inquirer/confirm@^3.1.16", "@inquirer/confirm@^3.1.20":
|
|
1329
|
+
version "3.1.22"
|
|
1330
|
+
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.22.tgz#23990624c11f60c6f7a5b0558c7505c35076a037"
|
|
1331
|
+
integrity sha512-gsAKIOWBm2Q87CDfs9fEo7wJT3fwWIJfnDGMn9Qy74gBnNFOACDNfhUzovubbJjWnKLGBln7/NcSmZwj5DuEXg==
|
|
1332
1332
|
dependencies:
|
|
1333
|
-
"@inquirer/core" "^9.0.
|
|
1334
|
-
"@inquirer/type" "^1.5.
|
|
1333
|
+
"@inquirer/core" "^9.0.10"
|
|
1334
|
+
"@inquirer/type" "^1.5.2"
|
|
1335
|
+
|
|
1336
|
+
"@inquirer/core@^9.0.10":
|
|
1337
|
+
version "9.0.10"
|
|
1338
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.10.tgz#4270191e2ad3bea6223530a093dd9479bcbc7dd0"
|
|
1339
|
+
integrity sha512-TdESOKSVwf6+YWDz8GhS6nKscwzkIyakEzCLJ5Vh6O3Co2ClhCJ0A4MG909MUWfaWdpJm7DE45ii51/2Kat9tA==
|
|
1340
|
+
dependencies:
|
|
1341
|
+
"@inquirer/figures" "^1.0.5"
|
|
1342
|
+
"@inquirer/type" "^1.5.2"
|
|
1343
|
+
"@types/mute-stream" "^0.0.4"
|
|
1344
|
+
"@types/node" "^22.1.0"
|
|
1345
|
+
"@types/wrap-ansi" "^3.0.0"
|
|
1346
|
+
ansi-escapes "^4.3.2"
|
|
1347
|
+
cli-spinners "^2.9.2"
|
|
1348
|
+
cli-width "^4.1.0"
|
|
1349
|
+
mute-stream "^1.0.0"
|
|
1350
|
+
signal-exit "^4.1.0"
|
|
1351
|
+
strip-ansi "^6.0.1"
|
|
1352
|
+
wrap-ansi "^6.2.0"
|
|
1353
|
+
yoctocolors-cjs "^2.1.2"
|
|
1335
1354
|
|
|
1336
|
-
"@inquirer/core@^9.0.2"
|
|
1355
|
+
"@inquirer/core@^9.0.2":
|
|
1337
1356
|
version "9.0.7"
|
|
1338
1357
|
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.7.tgz#ec529c2e8b531d574155f12615fbff42bb615da4"
|
|
1339
1358
|
integrity sha512-wyqnTmlnd9p7cX6tfMlth+/Nx7vV2t/FvtO9VMSi2XjBkNy0MkPr19RSOyP3qrywdlJT+BQbEnXLPqq0wFMw3A==
|
|
@@ -1384,13 +1403,13 @@
|
|
|
1384
1403
|
"@inquirer/core" "^9.0.8"
|
|
1385
1404
|
"@inquirer/type" "^1.5.1"
|
|
1386
1405
|
|
|
1387
|
-
"@inquirer/password@^2.1.
|
|
1388
|
-
version "2.1.
|
|
1389
|
-
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.
|
|
1390
|
-
integrity sha512-
|
|
1406
|
+
"@inquirer/password@^2.1.20":
|
|
1407
|
+
version "2.1.22"
|
|
1408
|
+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.22.tgz#ec7ee5709923cf285b3e0ae53eed4fdc3c05b422"
|
|
1409
|
+
integrity sha512-5Fxt1L9vh3rAKqjYwqsjU4DZsEvY/2Gll+QkqR4yEpy6wvzLxdSgFhUcxfDAOtO4BEoTreWoznC0phagwLU5Kw==
|
|
1391
1410
|
dependencies:
|
|
1392
|
-
"@inquirer/core" "^9.0.
|
|
1393
|
-
"@inquirer/type" "^1.5.
|
|
1411
|
+
"@inquirer/core" "^9.0.10"
|
|
1412
|
+
"@inquirer/type" "^1.5.2"
|
|
1394
1413
|
ansi-escapes "^4.3.2"
|
|
1395
1414
|
|
|
1396
1415
|
"@inquirer/select@^2.3.10":
|
|
@@ -1411,6 +1430,13 @@
|
|
|
1411
1430
|
dependencies:
|
|
1412
1431
|
mute-stream "^1.0.0"
|
|
1413
1432
|
|
|
1433
|
+
"@inquirer/type@^1.5.2":
|
|
1434
|
+
version "1.5.2"
|
|
1435
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.2.tgz#15f5e4a4dae02c4203650cb07c8a000cdd423939"
|
|
1436
|
+
integrity sha512-w9qFkumYDCNyDZmNQjf/n6qQuvQ4dMC3BJesY4oF+yr0CxR5vxujflAVeIcS6U336uzi9GM0kAfZlLrZ9UTkpA==
|
|
1437
|
+
dependencies:
|
|
1438
|
+
mute-stream "^1.0.0"
|
|
1439
|
+
|
|
1414
1440
|
"@isaacs/cliui@^8.0.2":
|
|
1415
1441
|
version "8.0.2"
|
|
1416
1442
|
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
|
|
@@ -1623,26 +1649,26 @@
|
|
|
1623
1649
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1624
1650
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1625
1651
|
|
|
1626
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
|
1627
|
-
version "5.3.
|
|
1628
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
1629
|
-
integrity sha512-
|
|
1652
|
+
"@salesforce/cli-plugins-testkit@^5.3.24":
|
|
1653
|
+
version "5.3.24"
|
|
1654
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.24.tgz#6578027fc012977ce2be6af7ee2d15722bfc1b9b"
|
|
1655
|
+
integrity sha512-1zt3CFPXr9u4RUBphHN2tj2775tlG5Rf3wbGN2fiai27BOZLEPKc/+9M50OwZzFgDsyU1edtmjTHsi92I4rXwQ==
|
|
1630
1656
|
dependencies:
|
|
1631
|
-
"@salesforce/core" "^8.
|
|
1632
|
-
"@salesforce/kit" "^3.
|
|
1633
|
-
"@salesforce/ts-types" "^2.0.
|
|
1657
|
+
"@salesforce/core" "^8.3.0"
|
|
1658
|
+
"@salesforce/kit" "^3.2.0"
|
|
1659
|
+
"@salesforce/ts-types" "^2.0.11"
|
|
1634
1660
|
"@types/shelljs" "^0.8.15"
|
|
1635
|
-
debug "^4.3.
|
|
1661
|
+
debug "^4.3.6"
|
|
1636
1662
|
jszip "^3.10.1"
|
|
1637
1663
|
shelljs "^0.8.4"
|
|
1638
1664
|
sinon "^17.0.2"
|
|
1639
1665
|
strip-ansi "6.0.1"
|
|
1640
1666
|
ts-retry-promise "^0.8.1"
|
|
1641
1667
|
|
|
1642
|
-
"@salesforce/core@^8.2.3", "@salesforce/core@^8.2.7", "@salesforce/core@^8.2.8":
|
|
1643
|
-
version "8.
|
|
1644
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1645
|
-
integrity sha512-
|
|
1668
|
+
"@salesforce/core@^8.2.3", "@salesforce/core@^8.2.7", "@salesforce/core@^8.2.8", "@salesforce/core@^8.3.0":
|
|
1669
|
+
version "8.3.0"
|
|
1670
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.3.0.tgz#b61fb6c0c0dec5664ce12ba62ebe35136ae33878"
|
|
1671
|
+
integrity sha512-HZchC42oGJ5RQsG9HpAb1bT7ohjB31ATDz46ryMvLngMmrfHnyzv2mlIi6UdYkJ/2meH2BJkibHi8paPrtF+/A==
|
|
1646
1672
|
dependencies:
|
|
1647
1673
|
"@jsforce/jsforce-node" "^3.4.0"
|
|
1648
1674
|
"@salesforce/kit" "^3.1.6"
|
|
@@ -1700,7 +1726,7 @@
|
|
|
1700
1726
|
typescript "^5.5.4"
|
|
1701
1727
|
wireit "^0.14.5"
|
|
1702
1728
|
|
|
1703
|
-
"@salesforce/kit@^3.1.6", "@salesforce/kit@^3.2.1":
|
|
1729
|
+
"@salesforce/kit@^3.1.6", "@salesforce/kit@^3.2.0", "@salesforce/kit@^3.2.1":
|
|
1704
1730
|
version "3.2.1"
|
|
1705
1731
|
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.1.tgz#3de2c9ff52710a169fc887716d97c00d26065c56"
|
|
1706
1732
|
integrity sha512-LrZH2F06XPLUTMXC3av6A0VDAJykUqRtYB6tTjAKzwS1gCnp6BEn6VyjZNg0Fg/Kfp6OTrMxiIgbUFsNehEV7A==
|
|
@@ -1731,17 +1757,17 @@
|
|
|
1731
1757
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
|
|
1732
1758
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
|
1733
1759
|
|
|
1734
|
-
"@salesforce/sf-plugins-core@^11.2.0", "@salesforce/sf-plugins-core@^11.
|
|
1735
|
-
version "11.
|
|
1736
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.
|
|
1737
|
-
integrity sha512-
|
|
1760
|
+
"@salesforce/sf-plugins-core@^11.2.0", "@salesforce/sf-plugins-core@^11.3.0":
|
|
1761
|
+
version "11.3.0"
|
|
1762
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.0.tgz#7bf0466f65761dc6fdfdf78f79cc705dd74b6d87"
|
|
1763
|
+
integrity sha512-kY+y8dxItkMCa52TCOxvu8nAPr2RyLf03pk+HVFMoHkVdumrbDdxmjYFNxAtYmDISQFx1W0SSoIeK2sboziDNw==
|
|
1738
1764
|
dependencies:
|
|
1739
|
-
"@inquirer/confirm" "^3.1.
|
|
1740
|
-
"@inquirer/password" "^2.1.
|
|
1765
|
+
"@inquirer/confirm" "^3.1.20"
|
|
1766
|
+
"@inquirer/password" "^2.1.20"
|
|
1741
1767
|
"@oclif/core" "^4.0.15"
|
|
1742
1768
|
"@salesforce/core" "^8.2.7"
|
|
1743
|
-
"@salesforce/kit" "^3.1
|
|
1744
|
-
"@salesforce/ts-types" "^2.0.
|
|
1769
|
+
"@salesforce/kit" "^3.2.1"
|
|
1770
|
+
"@salesforce/ts-types" "^2.0.12"
|
|
1745
1771
|
ansis "^3.3.2"
|
|
1746
1772
|
cli-progress "^3.12.0"
|
|
1747
1773
|
natural-orderby "^3.0.2"
|
|
@@ -2601,6 +2627,13 @@
|
|
|
2601
2627
|
dependencies:
|
|
2602
2628
|
undici-types "~5.26.4"
|
|
2603
2629
|
|
|
2630
|
+
"@types/node@^22.1.0":
|
|
2631
|
+
version "22.2.0"
|
|
2632
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.2.0.tgz#7cf046a99f0ba4d628ad3088cb21f790df9b0c5b"
|
|
2633
|
+
integrity sha512-bm6EG6/pCpkxDf/0gDNDdtDILMOHgaQBVOJGdwsqClnxA3xL6jtMv76rLBc006RVMWbmaf0xbmom4Z/5o2nRkQ==
|
|
2634
|
+
dependencies:
|
|
2635
|
+
undici-types "~6.13.0"
|
|
2636
|
+
|
|
2604
2637
|
"@types/normalize-package-data@^2.4.0":
|
|
2605
2638
|
version "2.4.1"
|
|
2606
2639
|
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
|
|
@@ -7713,6 +7746,11 @@ undici-types@~6.11.1:
|
|
|
7713
7746
|
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.11.1.tgz#432ea6e8efd54a48569705a699e62d8f4981b197"
|
|
7714
7747
|
integrity sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==
|
|
7715
7748
|
|
|
7749
|
+
undici-types@~6.13.0:
|
|
7750
|
+
version "6.13.0"
|
|
7751
|
+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.13.0.tgz#e3e79220ab8c81ed1496b5812471afd7cf075ea5"
|
|
7752
|
+
integrity sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==
|
|
7753
|
+
|
|
7716
7754
|
unicorn-magic@^0.1.0:
|
|
7717
7755
|
version "0.1.0"
|
|
7718
7756
|
resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
3
|
"description": "Commands to interact with org shapes",
|
|
4
|
-
"version": "2.5.
|
|
4
|
+
"version": "2.5.8",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4",
|
|
9
9
|
"@salesforce/core": "^8.2.8",
|
|
10
10
|
"@salesforce/kit": "^3.2.1",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^11.
|
|
11
|
+
"@salesforce/sf-plugins-core": "^11.3.0",
|
|
12
12
|
"change-case": "^5.4.4"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-command-snapshot": "^5.2.12",
|
|
16
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
16
|
+
"@salesforce/cli-plugins-testkit": "^5.3.24",
|
|
17
17
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
18
18
|
"@salesforce/plugin-command-reference": "^3.1.13",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"exports": "./lib/index.js",
|
|
220
220
|
"type": "module",
|
|
221
221
|
"sfdx": {
|
|
222
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.5.
|
|
223
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.5.
|
|
222
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.5.8.crt",
|
|
223
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.5.8.sig"
|
|
224
224
|
}
|
|
225
225
|
}
|