@salesforce/plugin-org 4.1.4 → 4.1.6
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 +14 -14
- package/npm-shrinkwrap.json +97 -77
- package/oclif.lock +73 -71
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.
|
|
232
|
+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.6/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.
|
|
386
|
+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.6/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.
|
|
431
|
+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.6/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.
|
|
474
|
+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.6/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.
|
|
513
|
+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.6/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.
|
|
558
|
+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.6/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.
|
|
600
|
+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.6/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.
|
|
639
|
+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.6/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.
|
|
706
|
+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.6/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.
|
|
761
|
+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.6/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.
|
|
833
|
+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.6/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.
|
|
910
|
+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.6/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.
|
|
973
|
+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.6/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.
|
|
1020
|
+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.6/src/commands/org/resume/scratch.ts)_
|
|
1021
1021
|
|
|
1022
1022
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-org",
|
|
9
|
-
"version": "4.1.
|
|
9
|
+
"version": "4.1.6",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.26.4",
|
|
13
13
|
"@salesforce/core": "^7.0.1",
|
|
14
14
|
"@salesforce/kit": "^3.1.1",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
16
|
-
"@salesforce/source-deploy-retrieve": "^11.0
|
|
16
|
+
"@salesforce/source-deploy-retrieve": "^11.3.0",
|
|
17
17
|
"chalk": "^5.3.0",
|
|
18
18
|
"change-case": "^5.4.4",
|
|
19
19
|
"is-wsl": "^3.1.0",
|
|
@@ -23,13 +23,13 @@
|
|
|
23
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
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
26
|
+
"@salesforce/plugin-command-reference": "^3.0.82",
|
|
27
27
|
"@salesforce/ts-sinon": "1.4.19",
|
|
28
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
28
|
+
"eslint-plugin-sf-plugin": "^1.18.2",
|
|
29
29
|
"moment": "^2.30.1",
|
|
30
|
-
"oclif": "^4.
|
|
30
|
+
"oclif": "^4.9.0",
|
|
31
31
|
"ts-node": "^10.9.2",
|
|
32
|
-
"typescript": "^5.4.
|
|
32
|
+
"typescript": "^5.4.5"
|
|
33
33
|
},
|
|
34
34
|
"engines": {
|
|
35
35
|
"node": ">=18.0.0"
|
|
@@ -2539,28 +2539,28 @@
|
|
|
2539
2539
|
"license": "BSD-3-Clause"
|
|
2540
2540
|
},
|
|
2541
2541
|
"node_modules/@inquirer/confirm": {
|
|
2542
|
-
"version": "3.1.
|
|
2543
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.
|
|
2544
|
-
"integrity": "sha512-
|
|
2542
|
+
"version": "3.1.6",
|
|
2543
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.6.tgz",
|
|
2544
|
+
"integrity": "sha512-Mj4TU29g6Uy+37UtpA8UpEOI2icBfpCwSW1QDtfx60wRhUy90s/kHPif2OXSSvuwDQT1lhAYRWUfkNf9Tecxvg==",
|
|
2545
2545
|
"dev": true,
|
|
2546
2546
|
"license": "MIT",
|
|
2547
2547
|
"dependencies": {
|
|
2548
|
-
"@inquirer/core": "^8.0
|
|
2549
|
-
"@inquirer/type": "^1.3.
|
|
2548
|
+
"@inquirer/core": "^8.1.0",
|
|
2549
|
+
"@inquirer/type": "^1.3.1"
|
|
2550
2550
|
},
|
|
2551
2551
|
"engines": {
|
|
2552
2552
|
"node": ">=18"
|
|
2553
2553
|
}
|
|
2554
2554
|
},
|
|
2555
2555
|
"node_modules/@inquirer/confirm/node_modules/@inquirer/core": {
|
|
2556
|
-
"version": "8.0
|
|
2557
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.0.
|
|
2558
|
-
"integrity": "sha512-
|
|
2556
|
+
"version": "8.1.0",
|
|
2557
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.1.0.tgz",
|
|
2558
|
+
"integrity": "sha512-kfx0SU9nWgGe1f03ao/uXc85SFH1v2w3vQVH7QDGjKxdtJz+7vPitFtG++BTyJMYyYgH8MpXigutcXJeiQwVRw==",
|
|
2559
2559
|
"dev": true,
|
|
2560
2560
|
"license": "MIT",
|
|
2561
2561
|
"dependencies": {
|
|
2562
2562
|
"@inquirer/figures": "^1.0.1",
|
|
2563
|
-
"@inquirer/type": "^1.3.
|
|
2563
|
+
"@inquirer/type": "^1.3.1",
|
|
2564
2564
|
"@types/mute-stream": "^0.0.4",
|
|
2565
2565
|
"@types/node": "^20.12.7",
|
|
2566
2566
|
"@types/wrap-ansi": "^3.0.0",
|
|
@@ -2578,9 +2578,9 @@
|
|
|
2578
2578
|
}
|
|
2579
2579
|
},
|
|
2580
2580
|
"node_modules/@inquirer/confirm/node_modules/@inquirer/type": {
|
|
2581
|
-
"version": "1.3.
|
|
2582
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.
|
|
2583
|
-
"integrity": "sha512-
|
|
2581
|
+
"version": "1.3.1",
|
|
2582
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.1.tgz",
|
|
2583
|
+
"integrity": "sha512-Pe3PFccjPVJV1vtlfVvm9OnlbxqdnP5QcscFEFEnK5quChf1ufZtM0r8mR5ToWHMxZOh0s8o/qp9ANGRTo/DAw==",
|
|
2584
2584
|
"dev": true,
|
|
2585
2585
|
"license": "MIT",
|
|
2586
2586
|
"engines": {
|
|
@@ -3600,9 +3600,9 @@
|
|
|
3600
3600
|
}
|
|
3601
3601
|
},
|
|
3602
3602
|
"node_modules/@salesforce/core": {
|
|
3603
|
-
"version": "7.3.
|
|
3604
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.
|
|
3605
|
-
"integrity": "sha512-
|
|
3603
|
+
"version": "7.3.2",
|
|
3604
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.2.tgz",
|
|
3605
|
+
"integrity": "sha512-a5AQFlwZqSz9kqFb+m4ch5HjPapKX1TDoRm9RfdwGyhkBtiCH1lVjnkn6nmHmpOq0X9Sh+broRN3vgl9s5bRRg==",
|
|
3606
3606
|
"license": "BSD-3-Clause",
|
|
3607
3607
|
"dependencies": {
|
|
3608
3608
|
"@jsforce/jsforce-node": "^3.1.0",
|
|
@@ -3616,7 +3616,7 @@
|
|
|
3616
3616
|
"js2xmlparser": "^4.0.1",
|
|
3617
3617
|
"jsonwebtoken": "9.0.2",
|
|
3618
3618
|
"jszip": "3.10.1",
|
|
3619
|
-
"pino": "^8.
|
|
3619
|
+
"pino": "^8.21.0",
|
|
3620
3620
|
"pino-abstract-transport": "^1.1.0",
|
|
3621
3621
|
"pino-pretty": "^10.3.1",
|
|
3622
3622
|
"proper-lockfile": "^4.1.2",
|
|
@@ -3755,16 +3755,16 @@
|
|
|
3755
3755
|
}
|
|
3756
3756
|
},
|
|
3757
3757
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
3758
|
-
"version": "3.0.
|
|
3759
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
3760
|
-
"integrity": "sha512
|
|
3758
|
+
"version": "3.0.82",
|
|
3759
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.82.tgz",
|
|
3760
|
+
"integrity": "sha512-/XZoG9viDPmWeucz1cp0X7ePtx4UsaNZfRuw4hmRpya95P57MbGBilc+L2OAzISh9829OufC0TlbShr79aX8Sg==",
|
|
3761
3761
|
"dev": true,
|
|
3762
3762
|
"license": "BSD-3-Clause",
|
|
3763
3763
|
"dependencies": {
|
|
3764
|
-
"@oclif/core": "^3.26.
|
|
3765
|
-
"@salesforce/core": "^7.1
|
|
3766
|
-
"@salesforce/kit": "^3.1.
|
|
3767
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
3764
|
+
"@oclif/core": "^3.26.4",
|
|
3765
|
+
"@salesforce/core": "^7.3.1",
|
|
3766
|
+
"@salesforce/kit": "^3.1.1",
|
|
3767
|
+
"@salesforce/sf-plugins-core": "^9.0.5",
|
|
3768
3768
|
"@salesforce/ts-types": "^2.0.9",
|
|
3769
3769
|
"chalk": "^5.3.0",
|
|
3770
3770
|
"debug": "^4.3.4",
|
|
@@ -3788,15 +3788,15 @@
|
|
|
3788
3788
|
"license": "ISC"
|
|
3789
3789
|
},
|
|
3790
3790
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3791
|
-
"version": "9.0.
|
|
3792
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
3793
|
-
"integrity": "sha512-
|
|
3791
|
+
"version": "9.0.5",
|
|
3792
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.5.tgz",
|
|
3793
|
+
"integrity": "sha512-il3/mKhmoDMbTdlX5G2YJw3LaJd1D3FlsPEr4gg8sXK1/gxRz0SCqcaXsjWa4Fo6i12zkW8Qgsd5vQ3N6ojiXA==",
|
|
3794
3794
|
"license": "BSD-3-Clause",
|
|
3795
3795
|
"dependencies": {
|
|
3796
3796
|
"@inquirer/confirm": "^2.0.17",
|
|
3797
3797
|
"@inquirer/password": "^1.1.16",
|
|
3798
|
-
"@oclif/core": "^3.26.
|
|
3799
|
-
"@salesforce/core": "^7.
|
|
3798
|
+
"@oclif/core": "^3.26.2",
|
|
3799
|
+
"@salesforce/core": "^7.3.0",
|
|
3800
3800
|
"@salesforce/kit": "^3.1.0",
|
|
3801
3801
|
"@salesforce/ts-types": "^2.0.9",
|
|
3802
3802
|
"chalk": "^5.3.0"
|
|
@@ -3836,13 +3836,13 @@
|
|
|
3836
3836
|
}
|
|
3837
3837
|
},
|
|
3838
3838
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
3839
|
-
"version": "11.0
|
|
3840
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.0.
|
|
3841
|
-
"integrity": "sha512-
|
|
3839
|
+
"version": "11.3.0",
|
|
3840
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.3.0.tgz",
|
|
3841
|
+
"integrity": "sha512-NsiDL1i+CWXcCOGYtQtggrtJuFIr5zHdoyn5atcgFuHk2X9H7Czf3kletpvZh0D2T0CHy6Q9ktf+Vv/UjFmxPw==",
|
|
3842
3842
|
"license": "BSD-3-Clause",
|
|
3843
3843
|
"dependencies": {
|
|
3844
|
-
"@salesforce/core": "^7.3.
|
|
3845
|
-
"@salesforce/kit": "^3.1.
|
|
3844
|
+
"@salesforce/core": "^7.3.1",
|
|
3845
|
+
"@salesforce/kit": "^3.1.1",
|
|
3846
3846
|
"@salesforce/ts-types": "^2.0.9",
|
|
3847
3847
|
"fast-levenshtein": "^3.0.0",
|
|
3848
3848
|
"fast-xml-parser": "^4.3.6",
|
|
@@ -3852,8 +3852,7 @@
|
|
|
3852
3852
|
"jszip": "^3.10.1",
|
|
3853
3853
|
"mime": "2.6.0",
|
|
3854
3854
|
"minimatch": "^5.1.6",
|
|
3855
|
-
"proxy-agent": "^6.4.0"
|
|
3856
|
-
"ts-retry-promise": "^0.7.1"
|
|
3855
|
+
"proxy-agent": "^6.4.0"
|
|
3857
3856
|
},
|
|
3858
3857
|
"engines": {
|
|
3859
3858
|
"node": ">=18.0.0"
|
|
@@ -7531,13 +7530,13 @@
|
|
|
7531
7530
|
}
|
|
7532
7531
|
},
|
|
7533
7532
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
7534
|
-
"version": "1.18.
|
|
7535
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
|
7536
|
-
"integrity": "sha512-
|
|
7533
|
+
"version": "1.18.2",
|
|
7534
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.2.tgz",
|
|
7535
|
+
"integrity": "sha512-QkxCu/4aglqlduTCk4d+3C6kl5KoIL6a88HJGLjgm1zWjjxduEeecsBNcHz82KN6FZtV+oONmvXPNoMlwQpvvw==",
|
|
7537
7536
|
"dev": true,
|
|
7538
7537
|
"license": "BSD-3-Clause",
|
|
7539
7538
|
"dependencies": {
|
|
7540
|
-
"@salesforce/core": "^7.
|
|
7539
|
+
"@salesforce/core": "^7.3.0",
|
|
7541
7540
|
"@typescript-eslint/utils": "^6.17.0"
|
|
7542
7541
|
},
|
|
7543
7542
|
"engines": {
|
|
@@ -11260,18 +11259,18 @@
|
|
|
11260
11259
|
}
|
|
11261
11260
|
},
|
|
11262
11261
|
"node_modules/oclif": {
|
|
11263
|
-
"version": "4.
|
|
11264
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
11265
|
-
"integrity": "sha512-
|
|
11262
|
+
"version": "4.9.0",
|
|
11263
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.9.0.tgz",
|
|
11264
|
+
"integrity": "sha512-35wI+Rqu7iDix6iLToYyqTw7aHDxzUsymt2JZ5HMzrZWlaebDwkYMJTyOT08e9IQY8U8k4+zZPie1hLTxdEOFg==",
|
|
11266
11265
|
"dev": true,
|
|
11267
11266
|
"license": "MIT",
|
|
11268
11267
|
"dependencies": {
|
|
11269
11268
|
"@aws-sdk/client-cloudfront": "^3.535.0",
|
|
11270
11269
|
"@aws-sdk/client-s3": "^3.554.0",
|
|
11271
|
-
"@inquirer/confirm": "^3.1.
|
|
11270
|
+
"@inquirer/confirm": "^3.1.5",
|
|
11272
11271
|
"@inquirer/input": "^2.1.1",
|
|
11273
11272
|
"@inquirer/select": "^2.2.1",
|
|
11274
|
-
"@oclif/core": "^3.26.
|
|
11273
|
+
"@oclif/core": "^3.26.4",
|
|
11275
11274
|
"@oclif/plugin-help": "^6.0.21",
|
|
11276
11275
|
"@oclif/plugin-not-found": "^3.0.14",
|
|
11277
11276
|
"@oclif/plugin-warn-if-update-available": "^3.0.14",
|
|
@@ -11279,7 +11278,7 @@
|
|
|
11279
11278
|
"chalk": "^4",
|
|
11280
11279
|
"change-case": "^4",
|
|
11281
11280
|
"debug": "^4.3.3",
|
|
11282
|
-
"ejs": "^3.1.
|
|
11281
|
+
"ejs": "^3.1.10",
|
|
11283
11282
|
"find-yarn-workspace-root": "^2.0.0",
|
|
11284
11283
|
"fs-extra": "^8.1",
|
|
11285
11284
|
"github-slugger": "^1.5.0",
|
|
@@ -11861,22 +11860,22 @@
|
|
|
11861
11860
|
}
|
|
11862
11861
|
},
|
|
11863
11862
|
"node_modules/pino": {
|
|
11864
|
-
"version": "8.
|
|
11865
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-8.
|
|
11866
|
-
"integrity": "sha512-
|
|
11863
|
+
"version": "8.21.0",
|
|
11864
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-8.21.0.tgz",
|
|
11865
|
+
"integrity": "sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==",
|
|
11867
11866
|
"license": "MIT",
|
|
11868
11867
|
"dependencies": {
|
|
11869
11868
|
"atomic-sleep": "^1.0.0",
|
|
11870
11869
|
"fast-redact": "^3.1.1",
|
|
11871
11870
|
"on-exit-leak-free": "^2.1.0",
|
|
11872
|
-
"pino-abstract-transport": "
|
|
11871
|
+
"pino-abstract-transport": "^1.2.0",
|
|
11873
11872
|
"pino-std-serializers": "^6.0.0",
|
|
11874
11873
|
"process-warning": "^3.0.0",
|
|
11875
11874
|
"quick-format-unescaped": "^4.0.3",
|
|
11876
11875
|
"real-require": "^0.2.0",
|
|
11877
11876
|
"safe-stable-stringify": "^2.3.1",
|
|
11878
11877
|
"sonic-boom": "^3.7.0",
|
|
11879
|
-
"thread-stream": "^2.
|
|
11878
|
+
"thread-stream": "^2.6.0"
|
|
11880
11879
|
},
|
|
11881
11880
|
"bin": {
|
|
11882
11881
|
"pino": "bin.js"
|
|
@@ -11964,6 +11963,41 @@
|
|
|
11964
11963
|
"integrity": "sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==",
|
|
11965
11964
|
"license": "MIT"
|
|
11966
11965
|
},
|
|
11966
|
+
"node_modules/pino/node_modules/pino-abstract-transport": {
|
|
11967
|
+
"version": "1.2.0",
|
|
11968
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
|
|
11969
|
+
"integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
|
|
11970
|
+
"license": "MIT",
|
|
11971
|
+
"dependencies": {
|
|
11972
|
+
"readable-stream": "^4.0.0",
|
|
11973
|
+
"split2": "^4.0.0"
|
|
11974
|
+
}
|
|
11975
|
+
},
|
|
11976
|
+
"node_modules/pino/node_modules/readable-stream": {
|
|
11977
|
+
"version": "4.5.2",
|
|
11978
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
|
|
11979
|
+
"integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
|
|
11980
|
+
"license": "MIT",
|
|
11981
|
+
"dependencies": {
|
|
11982
|
+
"abort-controller": "^3.0.0",
|
|
11983
|
+
"buffer": "^6.0.3",
|
|
11984
|
+
"events": "^3.3.0",
|
|
11985
|
+
"process": "^0.11.10",
|
|
11986
|
+
"string_decoder": "^1.3.0"
|
|
11987
|
+
},
|
|
11988
|
+
"engines": {
|
|
11989
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
11990
|
+
}
|
|
11991
|
+
},
|
|
11992
|
+
"node_modules/pino/node_modules/split2": {
|
|
11993
|
+
"version": "4.2.0",
|
|
11994
|
+
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
11995
|
+
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
11996
|
+
"license": "ISC",
|
|
11997
|
+
"engines": {
|
|
11998
|
+
"node": ">= 10.x"
|
|
11999
|
+
}
|
|
12000
|
+
},
|
|
11967
12001
|
"node_modules/pkg-dir": {
|
|
11968
12002
|
"version": "4.2.0",
|
|
11969
12003
|
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
|
|
@@ -13479,9 +13513,9 @@
|
|
|
13479
13513
|
"license": "MIT"
|
|
13480
13514
|
},
|
|
13481
13515
|
"node_modules/thread-stream": {
|
|
13482
|
-
"version": "2.
|
|
13483
|
-
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.
|
|
13484
|
-
"integrity": "sha512-
|
|
13516
|
+
"version": "2.7.0",
|
|
13517
|
+
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.7.0.tgz",
|
|
13518
|
+
"integrity": "sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==",
|
|
13485
13519
|
"license": "MIT",
|
|
13486
13520
|
"dependencies": {
|
|
13487
13521
|
"real-require": "^0.2.0"
|
|
@@ -13634,20 +13668,6 @@
|
|
|
13634
13668
|
"node": ">=10"
|
|
13635
13669
|
}
|
|
13636
13670
|
},
|
|
13637
|
-
"node_modules/ts-json-schema-generator/node_modules/typescript": {
|
|
13638
|
-
"version": "5.4.5",
|
|
13639
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
|
|
13640
|
-
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
|
|
13641
|
-
"dev": true,
|
|
13642
|
-
"license": "Apache-2.0",
|
|
13643
|
-
"bin": {
|
|
13644
|
-
"tsc": "bin/tsc",
|
|
13645
|
-
"tsserver": "bin/tsserver"
|
|
13646
|
-
},
|
|
13647
|
-
"engines": {
|
|
13648
|
-
"node": ">=14.17"
|
|
13649
|
-
}
|
|
13650
|
-
},
|
|
13651
13671
|
"node_modules/ts-node": {
|
|
13652
13672
|
"version": "10.9.2",
|
|
13653
13673
|
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
|
|
@@ -13927,9 +13947,9 @@
|
|
|
13927
13947
|
}
|
|
13928
13948
|
},
|
|
13929
13949
|
"node_modules/typescript": {
|
|
13930
|
-
"version": "5.4.
|
|
13931
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.
|
|
13932
|
-
"integrity": "sha512-
|
|
13950
|
+
"version": "5.4.5",
|
|
13951
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
|
|
13952
|
+
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
|
|
13933
13953
|
"dev": true,
|
|
13934
13954
|
"license": "Apache-2.0",
|
|
13935
13955
|
"bin": {
|
package/oclif.lock
CHANGED
|
@@ -1319,13 +1319,13 @@
|
|
|
1319
1319
|
"@inquirer/type" "^1.1.6"
|
|
1320
1320
|
chalk "^4.1.2"
|
|
1321
1321
|
|
|
1322
|
-
"@inquirer/confirm@^3.0.0", "@inquirer/confirm@^3.1.
|
|
1323
|
-
version "3.1.
|
|
1324
|
-
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.
|
|
1325
|
-
integrity sha512-
|
|
1322
|
+
"@inquirer/confirm@^3.0.0", "@inquirer/confirm@^3.1.5":
|
|
1323
|
+
version "3.1.6"
|
|
1324
|
+
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.6.tgz#e2b6bdfb2bf307a93024dc5325080b7b750c6c3f"
|
|
1325
|
+
integrity sha512-Mj4TU29g6Uy+37UtpA8UpEOI2icBfpCwSW1QDtfx60wRhUy90s/kHPif2OXSSvuwDQT1lhAYRWUfkNf9Tecxvg==
|
|
1326
1326
|
dependencies:
|
|
1327
|
-
"@inquirer/core" "^8.0
|
|
1328
|
-
"@inquirer/type" "^1.3.
|
|
1327
|
+
"@inquirer/core" "^8.1.0"
|
|
1328
|
+
"@inquirer/type" "^1.3.1"
|
|
1329
1329
|
|
|
1330
1330
|
"@inquirer/core@^6.0.0":
|
|
1331
1331
|
version "6.0.0"
|
|
@@ -1366,13 +1366,13 @@
|
|
|
1366
1366
|
strip-ansi "^6.0.1"
|
|
1367
1367
|
wrap-ansi "^6.2.0"
|
|
1368
1368
|
|
|
1369
|
-
"@inquirer/core@^8.0
|
|
1370
|
-
version "8.0
|
|
1371
|
-
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.0.
|
|
1372
|
-
integrity sha512-
|
|
1369
|
+
"@inquirer/core@^8.1.0":
|
|
1370
|
+
version "8.1.0"
|
|
1371
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.1.0.tgz#ec8d298dbac1b850ffef8d918f8fe4f0848af91a"
|
|
1372
|
+
integrity sha512-kfx0SU9nWgGe1f03ao/uXc85SFH1v2w3vQVH7QDGjKxdtJz+7vPitFtG++BTyJMYyYgH8MpXigutcXJeiQwVRw==
|
|
1373
1373
|
dependencies:
|
|
1374
1374
|
"@inquirer/figures" "^1.0.1"
|
|
1375
|
-
"@inquirer/type" "^1.3.
|
|
1375
|
+
"@inquirer/type" "^1.3.1"
|
|
1376
1376
|
"@types/mute-stream" "^0.0.4"
|
|
1377
1377
|
"@types/node" "^20.12.7"
|
|
1378
1378
|
"@types/wrap-ansi" "^3.0.0"
|
|
@@ -1424,10 +1424,10 @@
|
|
|
1424
1424
|
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.2.1.tgz#fbc7ab3a2e5050d0c150642d5e8f5e88faa066b8"
|
|
1425
1425
|
integrity sha512-xwMfkPAxeo8Ji/IxfUSqzRi0/+F2GIqJmpc5/thelgMGsjNZcjDDRBO9TLXT1s/hdx/mK5QbVIvgoLIFgXhTMQ==
|
|
1426
1426
|
|
|
1427
|
-
"@inquirer/type@^1.3.
|
|
1428
|
-
version "1.3.
|
|
1429
|
-
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.3.
|
|
1430
|
-
integrity sha512-
|
|
1427
|
+
"@inquirer/type@^1.3.1":
|
|
1428
|
+
version "1.3.1"
|
|
1429
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.3.1.tgz#afb95ff78f44fff7e8a00e17d5820db6add2a076"
|
|
1430
|
+
integrity sha512-Pe3PFccjPVJV1vtlfVvm9OnlbxqdnP5QcscFEFEnK5quChf1ufZtM0r8mR5ToWHMxZOh0s8o/qp9ANGRTo/DAw==
|
|
1431
1431
|
|
|
1432
1432
|
"@isaacs/cliui@^8.0.2":
|
|
1433
1433
|
version "8.0.2"
|
|
@@ -1637,10 +1637,10 @@
|
|
|
1637
1637
|
strip-ansi "6.0.1"
|
|
1638
1638
|
ts-retry-promise "^0.8.0"
|
|
1639
1639
|
|
|
1640
|
-
"@salesforce/core@^7.0.
|
|
1641
|
-
version "7.3.
|
|
1642
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.
|
|
1643
|
-
integrity sha512-
|
|
1640
|
+
"@salesforce/core@^7.0.1", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1":
|
|
1641
|
+
version "7.3.2"
|
|
1642
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.2.tgz#429a859335efdc14d60b041bfa60fcde6c0c5e79"
|
|
1643
|
+
integrity sha512-a5AQFlwZqSz9kqFb+m4ch5HjPapKX1TDoRm9RfdwGyhkBtiCH1lVjnkn6nmHmpOq0X9Sh+broRN3vgl9s5bRRg==
|
|
1644
1644
|
dependencies:
|
|
1645
1645
|
"@jsforce/jsforce-node" "^3.1.0"
|
|
1646
1646
|
"@salesforce/kit" "^3.1.1"
|
|
@@ -1653,7 +1653,7 @@
|
|
|
1653
1653
|
js2xmlparser "^4.0.1"
|
|
1654
1654
|
jsonwebtoken "9.0.2"
|
|
1655
1655
|
jszip "3.10.1"
|
|
1656
|
-
pino "^8.
|
|
1656
|
+
pino "^8.21.0"
|
|
1657
1657
|
pino-abstract-transport "^1.1.0"
|
|
1658
1658
|
pino-pretty "^10.3.1"
|
|
1659
1659
|
proper-lockfile "^4.1.2"
|
|
@@ -1705,15 +1705,15 @@
|
|
|
1705
1705
|
"@salesforce/ts-types" "^2.0.9"
|
|
1706
1706
|
tslib "^2.6.2"
|
|
1707
1707
|
|
|
1708
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1709
|
-
version "3.0.
|
|
1710
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1711
|
-
integrity sha512
|
|
1708
|
+
"@salesforce/plugin-command-reference@^3.0.82":
|
|
1709
|
+
version "3.0.82"
|
|
1710
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.82.tgz#9a016bedf57a88c50a5d868d794ce9c8ab26e2ec"
|
|
1711
|
+
integrity sha512-/XZoG9viDPmWeucz1cp0X7ePtx4UsaNZfRuw4hmRpya95P57MbGBilc+L2OAzISh9829OufC0TlbShr79aX8Sg==
|
|
1712
1712
|
dependencies:
|
|
1713
|
-
"@oclif/core" "^3.26.
|
|
1714
|
-
"@salesforce/core" "^7.1
|
|
1715
|
-
"@salesforce/kit" "^3.1.
|
|
1716
|
-
"@salesforce/sf-plugins-core" "^9.0.
|
|
1713
|
+
"@oclif/core" "^3.26.4"
|
|
1714
|
+
"@salesforce/core" "^7.3.1"
|
|
1715
|
+
"@salesforce/kit" "^3.1.1"
|
|
1716
|
+
"@salesforce/sf-plugins-core" "^9.0.5"
|
|
1717
1717
|
"@salesforce/ts-types" "^2.0.9"
|
|
1718
1718
|
chalk "^5.3.0"
|
|
1719
1719
|
debug "^4.3.4"
|
|
@@ -1729,26 +1729,26 @@
|
|
|
1729
1729
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
|
|
1730
1730
|
integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
|
|
1731
1731
|
|
|
1732
|
-
"@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.
|
|
1733
|
-
version "9.0.
|
|
1734
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
1735
|
-
integrity sha512-
|
|
1732
|
+
"@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.5":
|
|
1733
|
+
version "9.0.5"
|
|
1734
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.5.tgz#34732af855a6b3205e89765a446ea01024cad227"
|
|
1735
|
+
integrity sha512-il3/mKhmoDMbTdlX5G2YJw3LaJd1D3FlsPEr4gg8sXK1/gxRz0SCqcaXsjWa4Fo6i12zkW8Qgsd5vQ3N6ojiXA==
|
|
1736
1736
|
dependencies:
|
|
1737
1737
|
"@inquirer/confirm" "^2.0.17"
|
|
1738
1738
|
"@inquirer/password" "^1.1.16"
|
|
1739
|
-
"@oclif/core" "^3.26.
|
|
1740
|
-
"@salesforce/core" "^7.
|
|
1739
|
+
"@oclif/core" "^3.26.2"
|
|
1740
|
+
"@salesforce/core" "^7.3.0"
|
|
1741
1741
|
"@salesforce/kit" "^3.1.0"
|
|
1742
1742
|
"@salesforce/ts-types" "^2.0.9"
|
|
1743
1743
|
chalk "^5.3.0"
|
|
1744
1744
|
|
|
1745
|
-
"@salesforce/source-deploy-retrieve@^11.0
|
|
1746
|
-
version "11.0
|
|
1747
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.0.
|
|
1748
|
-
integrity sha512-
|
|
1745
|
+
"@salesforce/source-deploy-retrieve@^11.3.0":
|
|
1746
|
+
version "11.3.0"
|
|
1747
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.3.0.tgz#7487734f115fe8c92c432955b58116abc646c400"
|
|
1748
|
+
integrity sha512-NsiDL1i+CWXcCOGYtQtggrtJuFIr5zHdoyn5atcgFuHk2X9H7Czf3kletpvZh0D2T0CHy6Q9ktf+Vv/UjFmxPw==
|
|
1749
1749
|
dependencies:
|
|
1750
|
-
"@salesforce/core" "^7.3.
|
|
1751
|
-
"@salesforce/kit" "^3.1.
|
|
1750
|
+
"@salesforce/core" "^7.3.1"
|
|
1751
|
+
"@salesforce/kit" "^3.1.1"
|
|
1752
1752
|
"@salesforce/ts-types" "^2.0.9"
|
|
1753
1753
|
fast-levenshtein "^3.0.0"
|
|
1754
1754
|
fast-xml-parser "^4.3.6"
|
|
@@ -1759,7 +1759,6 @@
|
|
|
1759
1759
|
mime "2.6.0"
|
|
1760
1760
|
minimatch "^5.1.6"
|
|
1761
1761
|
proxy-agent "^6.4.0"
|
|
1762
|
-
ts-retry-promise "^0.7.1"
|
|
1763
1762
|
|
|
1764
1763
|
"@salesforce/ts-sinon@1.4.19":
|
|
1765
1764
|
version "1.4.19"
|
|
@@ -3778,7 +3777,7 @@ ecdsa-sig-formatter@1.0.11:
|
|
|
3778
3777
|
dependencies:
|
|
3779
3778
|
safe-buffer "^5.0.1"
|
|
3780
3779
|
|
|
3781
|
-
ejs@^3.1.10
|
|
3780
|
+
ejs@^3.1.10:
|
|
3782
3781
|
version "3.1.10"
|
|
3783
3782
|
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
|
|
3784
3783
|
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
|
|
@@ -4034,12 +4033,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
4034
4033
|
semver "^7.5.4"
|
|
4035
4034
|
spdx-expression-parse "^4.0.0"
|
|
4036
4035
|
|
|
4037
|
-
eslint-plugin-sf-plugin@^1.18.
|
|
4038
|
-
version "1.18.
|
|
4039
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
|
4040
|
-
integrity sha512-
|
|
4036
|
+
eslint-plugin-sf-plugin@^1.18.2:
|
|
4037
|
+
version "1.18.2"
|
|
4038
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.2.tgz#36e275b82eb17586dcfe77d0aafedecc30124329"
|
|
4039
|
+
integrity sha512-QkxCu/4aglqlduTCk4d+3C6kl5KoIL6a88HJGLjgm1zWjjxduEeecsBNcHz82KN6FZtV+oONmvXPNoMlwQpvvw==
|
|
4041
4040
|
dependencies:
|
|
4042
|
-
"@salesforce/core" "^7.
|
|
4041
|
+
"@salesforce/core" "^7.3.0"
|
|
4043
4042
|
"@typescript-eslint/utils" "^6.17.0"
|
|
4044
4043
|
|
|
4045
4044
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -6216,17 +6215,17 @@ object.values@^1.1.7:
|
|
|
6216
6215
|
define-properties "^1.2.0"
|
|
6217
6216
|
es-abstract "^1.22.1"
|
|
6218
6217
|
|
|
6219
|
-
oclif@^4.
|
|
6220
|
-
version "4.
|
|
6221
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.
|
|
6222
|
-
integrity sha512-
|
|
6218
|
+
oclif@^4.9.0:
|
|
6219
|
+
version "4.9.0"
|
|
6220
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.9.0.tgz#6519161de69b58559c2483b9ff81dd16ecffdb4e"
|
|
6221
|
+
integrity sha512-35wI+Rqu7iDix6iLToYyqTw7aHDxzUsymt2JZ5HMzrZWlaebDwkYMJTyOT08e9IQY8U8k4+zZPie1hLTxdEOFg==
|
|
6223
6222
|
dependencies:
|
|
6224
6223
|
"@aws-sdk/client-cloudfront" "^3.535.0"
|
|
6225
6224
|
"@aws-sdk/client-s3" "^3.554.0"
|
|
6226
|
-
"@inquirer/confirm" "^3.1.
|
|
6225
|
+
"@inquirer/confirm" "^3.1.5"
|
|
6227
6226
|
"@inquirer/input" "^2.1.1"
|
|
6228
6227
|
"@inquirer/select" "^2.2.1"
|
|
6229
|
-
"@oclif/core" "^3.26.
|
|
6228
|
+
"@oclif/core" "^3.26.4"
|
|
6230
6229
|
"@oclif/plugin-help" "^6.0.21"
|
|
6231
6230
|
"@oclif/plugin-not-found" "^3.0.14"
|
|
6232
6231
|
"@oclif/plugin-warn-if-update-available" "^3.0.14"
|
|
@@ -6234,7 +6233,7 @@ oclif@^4.8.5:
|
|
|
6234
6233
|
chalk "^4"
|
|
6235
6234
|
change-case "^4"
|
|
6236
6235
|
debug "^4.3.3"
|
|
6237
|
-
ejs "^3.1.
|
|
6236
|
+
ejs "^3.1.10"
|
|
6238
6237
|
find-yarn-workspace-root "^2.0.0"
|
|
6239
6238
|
fs-extra "^8.1"
|
|
6240
6239
|
github-slugger "^1.5.0"
|
|
@@ -6500,7 +6499,7 @@ picomatch@^3.0.1:
|
|
|
6500
6499
|
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-3.0.1.tgz#817033161def55ec9638567a2f3bbc876b3e7516"
|
|
6501
6500
|
integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==
|
|
6502
6501
|
|
|
6503
|
-
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0
|
|
6502
|
+
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0:
|
|
6504
6503
|
version "1.1.0"
|
|
6505
6504
|
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz#083d98f966262164504afb989bccd05f665937a8"
|
|
6506
6505
|
integrity sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==
|
|
@@ -6508,6 +6507,14 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-tr
|
|
|
6508
6507
|
readable-stream "^4.0.0"
|
|
6509
6508
|
split2 "^4.0.0"
|
|
6510
6509
|
|
|
6510
|
+
pino-abstract-transport@^1.2.0:
|
|
6511
|
+
version "1.2.0"
|
|
6512
|
+
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz#97f9f2631931e242da531b5c66d3079c12c9d1b5"
|
|
6513
|
+
integrity sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==
|
|
6514
|
+
dependencies:
|
|
6515
|
+
readable-stream "^4.0.0"
|
|
6516
|
+
split2 "^4.0.0"
|
|
6517
|
+
|
|
6511
6518
|
pino-pretty@^10.3.1:
|
|
6512
6519
|
version "10.3.1"
|
|
6513
6520
|
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.1.tgz#e3285a5265211ac6c7cd5988f9e65bf3371a0ca9"
|
|
@@ -6533,22 +6540,22 @@ pino-std-serializers@^6.0.0:
|
|
|
6533
6540
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
6534
6541
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
6535
6542
|
|
|
6536
|
-
pino@^8.
|
|
6537
|
-
version "8.
|
|
6538
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.
|
|
6539
|
-
integrity sha512-
|
|
6543
|
+
pino@^8.21.0:
|
|
6544
|
+
version "8.21.0"
|
|
6545
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.21.0.tgz#e1207f3675a2722940d62da79a7a55a98409f00d"
|
|
6546
|
+
integrity sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==
|
|
6540
6547
|
dependencies:
|
|
6541
6548
|
atomic-sleep "^1.0.0"
|
|
6542
6549
|
fast-redact "^3.1.1"
|
|
6543
6550
|
on-exit-leak-free "^2.1.0"
|
|
6544
|
-
pino-abstract-transport
|
|
6551
|
+
pino-abstract-transport "^1.2.0"
|
|
6545
6552
|
pino-std-serializers "^6.0.0"
|
|
6546
6553
|
process-warning "^3.0.0"
|
|
6547
6554
|
quick-format-unescaped "^4.0.3"
|
|
6548
6555
|
real-require "^0.2.0"
|
|
6549
6556
|
safe-stable-stringify "^2.3.1"
|
|
6550
6557
|
sonic-boom "^3.7.0"
|
|
6551
|
-
thread-stream "^2.
|
|
6558
|
+
thread-stream "^2.6.0"
|
|
6552
6559
|
|
|
6553
6560
|
pkg-dir@^4.1.0:
|
|
6554
6561
|
version "4.2.0"
|
|
@@ -7475,10 +7482,10 @@ text-table@^0.2.0:
|
|
|
7475
7482
|
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
|
|
7476
7483
|
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
|
|
7477
7484
|
|
|
7478
|
-
thread-stream@^2.
|
|
7479
|
-
version "2.
|
|
7480
|
-
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-2.
|
|
7481
|
-
integrity sha512-
|
|
7485
|
+
thread-stream@^2.6.0:
|
|
7486
|
+
version "2.7.0"
|
|
7487
|
+
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-2.7.0.tgz#d8a8e1b3fd538a6cca8ce69dbe5d3d097b601e11"
|
|
7488
|
+
integrity sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==
|
|
7482
7489
|
dependencies:
|
|
7483
7490
|
real-require "^0.2.0"
|
|
7484
7491
|
|
|
@@ -7703,12 +7710,7 @@ typedoc@^0.25.12:
|
|
|
7703
7710
|
minimatch "^9.0.3"
|
|
7704
7711
|
shiki "^0.14.7"
|
|
7705
7712
|
|
|
7706
|
-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3:
|
|
7707
|
-
version "5.4.4"
|
|
7708
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952"
|
|
7709
|
-
integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==
|
|
7710
|
-
|
|
7711
|
-
typescript@~5.4.2:
|
|
7713
|
+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.4.5, typescript@~5.4.2:
|
|
7712
7714
|
version "5.4.5"
|
|
7713
7715
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
|
|
7714
7716
|
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
3
|
"description": "Commands to interact with Salesforce orgs",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"@salesforce/core": "^7.0.1",
|
|
10
10
|
"@salesforce/kit": "^3.1.1",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
12
|
-
"@salesforce/source-deploy-retrieve": "^11.0
|
|
12
|
+
"@salesforce/source-deploy-retrieve": "^11.3.0",
|
|
13
13
|
"chalk": "^5.3.0",
|
|
14
14
|
"change-case": "^5.4.4",
|
|
15
15
|
"is-wsl": "^3.1.0",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
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
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
22
|
+
"@salesforce/plugin-command-reference": "^3.0.82",
|
|
23
23
|
"@salesforce/ts-sinon": "1.4.19",
|
|
24
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
24
|
+
"eslint-plugin-sf-plugin": "^1.18.2",
|
|
25
25
|
"moment": "^2.30.1",
|
|
26
|
-
"oclif": "^4.
|
|
26
|
+
"oclif": "^4.9.0",
|
|
27
27
|
"ts-node": "^10.9.2",
|
|
28
|
-
"typescript": "^5.4.
|
|
28
|
+
"typescript": "^5.4.5"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=18.0.0"
|
|
@@ -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.
|
|
239
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.1.
|
|
238
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.1.6.crt",
|
|
239
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.1.6.sig"
|
|
240
240
|
}
|
|
241
241
|
}
|