@salesforce/plugin-org 4.1.0 → 4.1.1
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 +49 -49
- package/oclif.lock +57 -82
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/src/commands/org/resume/scratch.ts)_
|
|
1021
1021
|
|
|
1022
1022
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.1",
|
|
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.1",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^3.26.
|
|
12
|
+
"@oclif/core": "^3.26.3",
|
|
13
13
|
"@salesforce/core": "^7.0.1",
|
|
14
14
|
"@salesforce/kit": "^3.1.0",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"open": "^10.1.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
24
|
-
"@salesforce/cli-plugins-testkit": "^5.2.
|
|
23
|
+
"@oclif/plugin-command-snapshot": "^5.1.5",
|
|
24
|
+
"@salesforce/cli-plugins-testkit": "^5.2.1",
|
|
25
25
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
26
26
|
"@salesforce/plugin-command-reference": "^3.0.74",
|
|
27
27
|
"@salesforce/ts-sinon": "1.4.19",
|
|
28
28
|
"eslint-plugin-sf-plugin": "^1.18.0",
|
|
29
29
|
"moment": "^2.30.1",
|
|
30
|
-
"oclif": "^4.
|
|
30
|
+
"oclif": "^4.8.3",
|
|
31
31
|
"ts-node": "^10.9.2",
|
|
32
32
|
"typescript": "^5.4.3"
|
|
33
33
|
},
|
|
@@ -3059,9 +3059,9 @@
|
|
|
3059
3059
|
}
|
|
3060
3060
|
},
|
|
3061
3061
|
"node_modules/@oclif/core": {
|
|
3062
|
-
"version": "3.26.
|
|
3063
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
3064
|
-
"integrity": "sha512-
|
|
3062
|
+
"version": "3.26.3",
|
|
3063
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.3.tgz",
|
|
3064
|
+
"integrity": "sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==",
|
|
3065
3065
|
"license": "MIT",
|
|
3066
3066
|
"dependencies": {
|
|
3067
3067
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3073,7 +3073,7 @@
|
|
|
3073
3073
|
"cli-progress": "^3.12.0",
|
|
3074
3074
|
"color": "^4.2.3",
|
|
3075
3075
|
"debug": "^4.3.4",
|
|
3076
|
-
"ejs": "^3.1.
|
|
3076
|
+
"ejs": "^3.1.10",
|
|
3077
3077
|
"get-package-type": "^0.1.0",
|
|
3078
3078
|
"globby": "^11.1.0",
|
|
3079
3079
|
"hyperlinker": "^1.0.0",
|
|
@@ -3207,13 +3207,13 @@
|
|
|
3207
3207
|
}
|
|
3208
3208
|
},
|
|
3209
3209
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3210
|
-
"version": "5.1.
|
|
3211
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
3212
|
-
"integrity": "sha512
|
|
3210
|
+
"version": "5.1.5",
|
|
3211
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.5.tgz",
|
|
3212
|
+
"integrity": "sha512-JJNiIdezzk3Pv95ig0mhoM540k3OJ/FA2yyesTSoFRbnNOucalEi7EGqMtu1xsCoPe2P/qSiBpxpL/2uqpbBTA==",
|
|
3213
3213
|
"dev": true,
|
|
3214
3214
|
"license": "MIT",
|
|
3215
3215
|
"dependencies": {
|
|
3216
|
-
"@oclif/core": "3.
|
|
3216
|
+
"@oclif/core": "3.26.0",
|
|
3217
3217
|
"@types/lodash.difference": "^4.5.9",
|
|
3218
3218
|
"chalk": "^5.3.0",
|
|
3219
3219
|
"globby": "^14.0.1",
|
|
@@ -3222,16 +3222,16 @@
|
|
|
3222
3222
|
"lodash.get": "^4.4.2",
|
|
3223
3223
|
"lodash.sortby": "^4.7.0",
|
|
3224
3224
|
"semver": "^7.6.0",
|
|
3225
|
-
"ts-json-schema-generator": "^1.5.
|
|
3225
|
+
"ts-json-schema-generator": "^1.5.1"
|
|
3226
3226
|
},
|
|
3227
3227
|
"engines": {
|
|
3228
3228
|
"node": ">=18.0.0"
|
|
3229
3229
|
}
|
|
3230
3230
|
},
|
|
3231
3231
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3232
|
-
"version": "3.
|
|
3233
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
3234
|
-
"integrity": "sha512-
|
|
3232
|
+
"version": "3.26.0",
|
|
3233
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz",
|
|
3234
|
+
"integrity": "sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==",
|
|
3235
3235
|
"dev": true,
|
|
3236
3236
|
"license": "MIT",
|
|
3237
3237
|
"dependencies": {
|
|
@@ -3464,13 +3464,13 @@
|
|
|
3464
3464
|
}
|
|
3465
3465
|
},
|
|
3466
3466
|
"node_modules/@oclif/plugin-help": {
|
|
3467
|
-
"version": "6.0.
|
|
3468
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.
|
|
3469
|
-
"integrity": "sha512-
|
|
3467
|
+
"version": "6.0.21",
|
|
3468
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz",
|
|
3469
|
+
"integrity": "sha512-w860r9d456xhw1GPaos9yQF+BZeFY9UKdrINbL3fZFX5ZHhr/zGT4Fep5wUkHogjjnSB8+ZHi3D6j2jScIizUw==",
|
|
3470
3470
|
"dev": true,
|
|
3471
3471
|
"license": "MIT",
|
|
3472
3472
|
"dependencies": {
|
|
3473
|
-
"@oclif/core": "^3.26.
|
|
3473
|
+
"@oclif/core": "^3.26.2"
|
|
3474
3474
|
},
|
|
3475
3475
|
"engines": {
|
|
3476
3476
|
"node": ">=18.0.0"
|
|
@@ -3521,13 +3521,13 @@
|
|
|
3521
3521
|
}
|
|
3522
3522
|
},
|
|
3523
3523
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
3524
|
-
"version": "5.2.
|
|
3525
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.
|
|
3526
|
-
"integrity": "sha512-
|
|
3524
|
+
"version": "5.2.1",
|
|
3525
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.1.tgz",
|
|
3526
|
+
"integrity": "sha512-GjvgJOLt4N/lGEMjdvQdVlJ8XlRfOfeUMisaVM94uTUWmF23u8fcD1H4zw7XvMt43CrNHs5dmBSAN0uk4ZRl5Q==",
|
|
3527
3527
|
"dev": true,
|
|
3528
3528
|
"license": "BSD-3-Clause",
|
|
3529
3529
|
"dependencies": {
|
|
3530
|
-
"@salesforce/core": "^7.
|
|
3530
|
+
"@salesforce/core": "^7.2.0",
|
|
3531
3531
|
"@salesforce/kit": "^3.1.0",
|
|
3532
3532
|
"@salesforce/ts-types": "^2.0.9",
|
|
3533
3533
|
"@types/shelljs": "^0.8.15",
|
|
@@ -3642,9 +3642,9 @@
|
|
|
3642
3642
|
}
|
|
3643
3643
|
},
|
|
3644
3644
|
"node_modules/@salesforce/core": {
|
|
3645
|
-
"version": "7.
|
|
3646
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.
|
|
3647
|
-
"integrity": "sha512-
|
|
3645
|
+
"version": "7.2.0",
|
|
3646
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
|
|
3647
|
+
"integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
|
|
3648
3648
|
"license": "BSD-3-Clause",
|
|
3649
3649
|
"dependencies": {
|
|
3650
3650
|
"@jsforce/jsforce-node": "^3.1.0",
|
|
@@ -6699,13 +6699,13 @@
|
|
|
6699
6699
|
}
|
|
6700
6700
|
},
|
|
6701
6701
|
"node_modules/commander": {
|
|
6702
|
-
"version": "
|
|
6703
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-
|
|
6704
|
-
"integrity": "sha512-
|
|
6702
|
+
"version": "12.0.0",
|
|
6703
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-12.0.0.tgz",
|
|
6704
|
+
"integrity": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==",
|
|
6705
6705
|
"dev": true,
|
|
6706
6706
|
"license": "MIT",
|
|
6707
6707
|
"engines": {
|
|
6708
|
-
"node": ">=
|
|
6708
|
+
"node": ">=18"
|
|
6709
6709
|
}
|
|
6710
6710
|
},
|
|
6711
6711
|
"node_modules/comment-parser": {
|
|
@@ -7348,9 +7348,9 @@
|
|
|
7348
7348
|
}
|
|
7349
7349
|
},
|
|
7350
7350
|
"node_modules/ejs": {
|
|
7351
|
-
"version": "3.1.
|
|
7352
|
-
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.
|
|
7353
|
-
"integrity": "sha512-
|
|
7351
|
+
"version": "3.1.10",
|
|
7352
|
+
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
|
|
7353
|
+
"integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
|
|
7354
7354
|
"license": "Apache-2.0",
|
|
7355
7355
|
"dependencies": {
|
|
7356
7356
|
"jake": "^10.8.5"
|
|
@@ -11914,9 +11914,9 @@
|
|
|
11914
11914
|
}
|
|
11915
11915
|
},
|
|
11916
11916
|
"node_modules/oclif": {
|
|
11917
|
-
"version": "4.
|
|
11918
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
11919
|
-
"integrity": "sha512-
|
|
11917
|
+
"version": "4.8.3",
|
|
11918
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.8.3.tgz",
|
|
11919
|
+
"integrity": "sha512-FSxiMeIhhRKYZ4mBGWrT5kpMiHq47wquDIPOqtl0hrbvUVBOQXYioDNo8+mjE2DV2Oi2J7Xjkou7Tjdo02zing==",
|
|
11920
11920
|
"dev": true,
|
|
11921
11921
|
"license": "MIT",
|
|
11922
11922
|
"dependencies": {
|
|
@@ -11926,7 +11926,7 @@
|
|
|
11926
11926
|
"@inquirer/input": "^2.1.1",
|
|
11927
11927
|
"@inquirer/select": "^2.2.1",
|
|
11928
11928
|
"@oclif/core": "^3.26.0",
|
|
11929
|
-
"@oclif/plugin-help": "^6.0.
|
|
11929
|
+
"@oclif/plugin-help": "^6.0.21",
|
|
11930
11930
|
"@oclif/plugin-not-found": "^3.0.14",
|
|
11931
11931
|
"@oclif/plugin-warn-if-update-available": "^3.0.14",
|
|
11932
11932
|
"async-retry": "^1.3.3",
|
|
@@ -14302,19 +14302,19 @@
|
|
|
14302
14302
|
}
|
|
14303
14303
|
},
|
|
14304
14304
|
"node_modules/ts-json-schema-generator": {
|
|
14305
|
-
"version": "1.5.
|
|
14306
|
-
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.
|
|
14307
|
-
"integrity": "sha512-
|
|
14305
|
+
"version": "1.5.1",
|
|
14306
|
+
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz",
|
|
14307
|
+
"integrity": "sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==",
|
|
14308
14308
|
"dev": true,
|
|
14309
14309
|
"license": "MIT",
|
|
14310
14310
|
"dependencies": {
|
|
14311
|
-
"@types/json-schema": "^7.0.
|
|
14312
|
-
"commander": "^
|
|
14311
|
+
"@types/json-schema": "^7.0.15",
|
|
14312
|
+
"commander": "^12.0.0",
|
|
14313
14313
|
"glob": "^8.0.3",
|
|
14314
14314
|
"json5": "^2.2.3",
|
|
14315
14315
|
"normalize-path": "^3.0.0",
|
|
14316
14316
|
"safe-stable-stringify": "^2.4.3",
|
|
14317
|
-
"typescript": "~5.
|
|
14317
|
+
"typescript": "~5.4.2"
|
|
14318
14318
|
},
|
|
14319
14319
|
"bin": {
|
|
14320
14320
|
"ts-json-schema-generator": "bin/ts-json-schema-generator"
|
|
@@ -14357,9 +14357,9 @@
|
|
|
14357
14357
|
}
|
|
14358
14358
|
},
|
|
14359
14359
|
"node_modules/ts-json-schema-generator/node_modules/typescript": {
|
|
14360
|
-
"version": "5.
|
|
14361
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.
|
|
14362
|
-
"integrity": "sha512-
|
|
14360
|
+
"version": "5.4.5",
|
|
14361
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
|
|
14362
|
+
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
|
|
14363
14363
|
"dev": true,
|
|
14364
14364
|
"license": "Apache-2.0",
|
|
14365
14365
|
"bin": {
|
package/oclif.lock
CHANGED
|
@@ -1509,10 +1509,10 @@
|
|
|
1509
1509
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1510
1510
|
fastq "^1.6.0"
|
|
1511
1511
|
|
|
1512
|
-
"@oclif/core@3.
|
|
1513
|
-
version "3.
|
|
1514
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
1515
|
-
integrity sha512-
|
|
1512
|
+
"@oclif/core@3.26.0":
|
|
1513
|
+
version "3.26.0"
|
|
1514
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
|
|
1515
|
+
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
|
|
1516
1516
|
dependencies:
|
|
1517
1517
|
"@types/cli-progress" "^3.11.5"
|
|
1518
1518
|
ansi-escapes "^4.3.2"
|
|
@@ -1543,10 +1543,10 @@
|
|
|
1543
1543
|
wordwrap "^1.0.0"
|
|
1544
1544
|
wrap-ansi "^7.0.0"
|
|
1545
1545
|
|
|
1546
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2":
|
|
1547
|
-
version "3.26.
|
|
1548
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.
|
|
1549
|
-
integrity sha512-
|
|
1546
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3":
|
|
1547
|
+
version "3.26.3"
|
|
1548
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2"
|
|
1549
|
+
integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==
|
|
1550
1550
|
dependencies:
|
|
1551
1551
|
"@types/cli-progress" "^3.11.5"
|
|
1552
1552
|
ansi-escapes "^4.3.2"
|
|
@@ -1557,7 +1557,7 @@
|
|
|
1557
1557
|
cli-progress "^3.12.0"
|
|
1558
1558
|
color "^4.2.3"
|
|
1559
1559
|
debug "^4.3.4"
|
|
1560
|
-
ejs "^3.1.
|
|
1560
|
+
ejs "^3.1.10"
|
|
1561
1561
|
get-package-type "^0.1.0"
|
|
1562
1562
|
globby "^11.1.0"
|
|
1563
1563
|
hyperlinker "^1.0.0"
|
|
@@ -1577,12 +1577,12 @@
|
|
|
1577
1577
|
wordwrap "^1.0.0"
|
|
1578
1578
|
wrap-ansi "^7.0.0"
|
|
1579
1579
|
|
|
1580
|
-
"@oclif/plugin-command-snapshot@^5.1.
|
|
1581
|
-
version "5.1.
|
|
1582
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
1583
|
-
integrity sha512
|
|
1580
|
+
"@oclif/plugin-command-snapshot@^5.1.5":
|
|
1581
|
+
version "5.1.5"
|
|
1582
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.5.tgz#5fe95b2a131d66663fe6e245811b634cf20bb022"
|
|
1583
|
+
integrity sha512-JJNiIdezzk3Pv95ig0mhoM540k3OJ/FA2yyesTSoFRbnNOucalEi7EGqMtu1xsCoPe2P/qSiBpxpL/2uqpbBTA==
|
|
1584
1584
|
dependencies:
|
|
1585
|
-
"@oclif/core" "3.
|
|
1585
|
+
"@oclif/core" "3.26.0"
|
|
1586
1586
|
"@types/lodash.difference" "^4.5.9"
|
|
1587
1587
|
chalk "^5.3.0"
|
|
1588
1588
|
globby "^14.0.1"
|
|
@@ -1591,14 +1591,14 @@
|
|
|
1591
1591
|
lodash.get "^4.4.2"
|
|
1592
1592
|
lodash.sortby "^4.7.0"
|
|
1593
1593
|
semver "^7.6.0"
|
|
1594
|
-
ts-json-schema-generator "^1.5.
|
|
1594
|
+
ts-json-schema-generator "^1.5.1"
|
|
1595
1595
|
|
|
1596
|
-
"@oclif/plugin-help@^6.0.
|
|
1597
|
-
version "6.0.
|
|
1598
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.
|
|
1599
|
-
integrity sha512-
|
|
1596
|
+
"@oclif/plugin-help@^6.0.21":
|
|
1597
|
+
version "6.0.21"
|
|
1598
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.21.tgz#c48e688bf6df574e74557ebe2f877556f08dc60b"
|
|
1599
|
+
integrity sha512-w860r9d456xhw1GPaos9yQF+BZeFY9UKdrINbL3fZFX5ZHhr/zGT4Fep5wUkHogjjnSB8+ZHi3D6j2jScIizUw==
|
|
1600
1600
|
dependencies:
|
|
1601
|
-
"@oclif/core" "^3.26.
|
|
1601
|
+
"@oclif/core" "^3.26.2"
|
|
1602
1602
|
|
|
1603
1603
|
"@oclif/plugin-not-found@^3.0.14":
|
|
1604
1604
|
version "3.1.1"
|
|
@@ -1626,12 +1626,12 @@
|
|
|
1626
1626
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1627
1627
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1628
1628
|
|
|
1629
|
-
"@salesforce/cli-plugins-testkit@^5.2.
|
|
1630
|
-
version "5.2.
|
|
1631
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.
|
|
1632
|
-
integrity sha512-
|
|
1629
|
+
"@salesforce/cli-plugins-testkit@^5.2.1":
|
|
1630
|
+
version "5.2.1"
|
|
1631
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.1.tgz#24c7629057284a74d9f30a4fdc48c31f59d963af"
|
|
1632
|
+
integrity sha512-GjvgJOLt4N/lGEMjdvQdVlJ8XlRfOfeUMisaVM94uTUWmF23u8fcD1H4zw7XvMt43CrNHs5dmBSAN0uk4ZRl5Q==
|
|
1633
1633
|
dependencies:
|
|
1634
|
-
"@salesforce/core" "^7.
|
|
1634
|
+
"@salesforce/core" "^7.2.0"
|
|
1635
1635
|
"@salesforce/kit" "^3.1.0"
|
|
1636
1636
|
"@salesforce/ts-types" "^2.0.9"
|
|
1637
1637
|
"@types/shelljs" "^0.8.15"
|
|
@@ -1665,10 +1665,10 @@
|
|
|
1665
1665
|
semver "^7.6.0"
|
|
1666
1666
|
ts-retry-promise "^0.7.1"
|
|
1667
1667
|
|
|
1668
|
-
"@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1":
|
|
1669
|
-
version "7.
|
|
1670
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.
|
|
1671
|
-
integrity sha512-
|
|
1668
|
+
"@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1", "@salesforce/core@^7.2.0":
|
|
1669
|
+
version "7.2.0"
|
|
1670
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.2.0.tgz#5034c8a1104e5feb0c2c96609a98e8f63e6f8676"
|
|
1671
|
+
integrity sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==
|
|
1672
1672
|
dependencies:
|
|
1673
1673
|
"@jsforce/jsforce-node" "^3.1.0"
|
|
1674
1674
|
"@salesforce/kit" "^3.1.0"
|
|
@@ -2462,7 +2462,7 @@
|
|
|
2462
2462
|
"@types/through" "*"
|
|
2463
2463
|
rxjs "^7.2.0"
|
|
2464
2464
|
|
|
2465
|
-
"@types/json-schema@^7.0.12":
|
|
2465
|
+
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.15":
|
|
2466
2466
|
version "7.0.15"
|
|
2467
2467
|
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
|
|
2468
2468
|
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
|
|
@@ -3464,10 +3464,10 @@ combined-stream@^1.0.8:
|
|
|
3464
3464
|
dependencies:
|
|
3465
3465
|
delayed-stream "~1.0.0"
|
|
3466
3466
|
|
|
3467
|
-
commander@^
|
|
3468
|
-
version "
|
|
3469
|
-
resolved "https://registry.yarnpkg.com/commander/-/commander-
|
|
3470
|
-
integrity sha512-
|
|
3467
|
+
commander@^12.0.0:
|
|
3468
|
+
version "12.0.0"
|
|
3469
|
+
resolved "https://registry.yarnpkg.com/commander/-/commander-12.0.0.tgz#b929db6df8546080adfd004ab215ed48cf6f2592"
|
|
3470
|
+
integrity sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==
|
|
3471
3471
|
|
|
3472
3472
|
commander@^4.0.1:
|
|
3473
3473
|
version "4.1.1"
|
|
@@ -3866,10 +3866,10 @@ ecdsa-sig-formatter@1.0.11:
|
|
|
3866
3866
|
dependencies:
|
|
3867
3867
|
safe-buffer "^5.0.1"
|
|
3868
3868
|
|
|
3869
|
-
ejs@^3.1.9:
|
|
3870
|
-
version "3.1.
|
|
3871
|
-
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.
|
|
3872
|
-
integrity sha512-
|
|
3869
|
+
ejs@^3.1.10, ejs@^3.1.9:
|
|
3870
|
+
version "3.1.10"
|
|
3871
|
+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
|
|
3872
|
+
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
|
|
3873
3873
|
dependencies:
|
|
3874
3874
|
jake "^10.8.5"
|
|
3875
3875
|
|
|
@@ -6396,10 +6396,10 @@ object.values@^1.1.7:
|
|
|
6396
6396
|
define-properties "^1.2.0"
|
|
6397
6397
|
es-abstract "^1.22.1"
|
|
6398
6398
|
|
|
6399
|
-
oclif@^4.
|
|
6400
|
-
version "4.
|
|
6401
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.
|
|
6402
|
-
integrity sha512-
|
|
6399
|
+
oclif@^4.8.3:
|
|
6400
|
+
version "4.8.3"
|
|
6401
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.8.3.tgz#33617c373a1732265e672496297d8e5f0b68d609"
|
|
6402
|
+
integrity sha512-FSxiMeIhhRKYZ4mBGWrT5kpMiHq47wquDIPOqtl0hrbvUVBOQXYioDNo8+mjE2DV2Oi2J7Xjkou7Tjdo02zing==
|
|
6403
6403
|
dependencies:
|
|
6404
6404
|
"@aws-sdk/client-cloudfront" "^3.535.0"
|
|
6405
6405
|
"@aws-sdk/client-s3" "^3.550.0"
|
|
@@ -6407,7 +6407,7 @@ oclif@^4.7.7:
|
|
|
6407
6407
|
"@inquirer/input" "^2.1.1"
|
|
6408
6408
|
"@inquirer/select" "^2.2.1"
|
|
6409
6409
|
"@oclif/core" "^3.26.0"
|
|
6410
|
-
"@oclif/plugin-help" "^6.0.
|
|
6410
|
+
"@oclif/plugin-help" "^6.0.21"
|
|
6411
6411
|
"@oclif/plugin-not-found" "^3.0.14"
|
|
6412
6412
|
"@oclif/plugin-warn-if-update-available" "^3.0.14"
|
|
6413
6413
|
async-retry "^1.3.3"
|
|
@@ -7551,16 +7551,7 @@ srcset@^5.0.0:
|
|
|
7551
7551
|
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.1.tgz#e660a728f195419e4afa95121099bc9efb7a1e36"
|
|
7552
7552
|
integrity sha512-/P1UYbGfJVlxZag7aABNRrulEXAwCSDo7fklafOQrantuPTDmYgijJMks2zusPCVzgW9+4P69mq7w6pYuZpgxw==
|
|
7553
7553
|
|
|
7554
|
-
"string-width-cjs@npm:string-width@^4.2.0":
|
|
7555
|
-
version "4.2.3"
|
|
7556
|
-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
7557
|
-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
7558
|
-
dependencies:
|
|
7559
|
-
emoji-regex "^8.0.0"
|
|
7560
|
-
is-fullwidth-code-point "^3.0.0"
|
|
7561
|
-
strip-ansi "^6.0.1"
|
|
7562
|
-
|
|
7563
|
-
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
7554
|
+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
7564
7555
|
version "4.2.3"
|
|
7565
7556
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
7566
7557
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -7619,14 +7610,7 @@ string_decoder@~1.1.1:
|
|
|
7619
7610
|
dependencies:
|
|
7620
7611
|
safe-buffer "~5.1.0"
|
|
7621
7612
|
|
|
7622
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
|
7623
|
-
version "6.0.1"
|
|
7624
|
-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
7625
|
-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
7626
|
-
dependencies:
|
|
7627
|
-
ansi-regex "^5.0.1"
|
|
7628
|
-
|
|
7629
|
-
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
7613
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
7630
7614
|
version "6.0.1"
|
|
7631
7615
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
7632
7616
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -7788,18 +7772,18 @@ ts-api-utils@^1.0.1:
|
|
|
7788
7772
|
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.2.1.tgz#f716c7e027494629485b21c0df6180f4d08f5e8b"
|
|
7789
7773
|
integrity sha512-RIYA36cJn2WiH9Hy77hdF9r7oEwxAtB/TS9/S4Qd90Ap4z5FSiin5zEiTL44OII1Y3IIlEvxwxFUVgrHSZ/UpA==
|
|
7790
7774
|
|
|
7791
|
-
ts-json-schema-generator@^1.5.
|
|
7792
|
-
version "1.5.
|
|
7793
|
-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.
|
|
7794
|
-
integrity sha512-
|
|
7775
|
+
ts-json-schema-generator@^1.5.1:
|
|
7776
|
+
version "1.5.1"
|
|
7777
|
+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz#7759c421240be86d393a884ad186f926b22332db"
|
|
7778
|
+
integrity sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==
|
|
7795
7779
|
dependencies:
|
|
7796
|
-
"@types/json-schema" "^7.0.
|
|
7797
|
-
commander "^
|
|
7780
|
+
"@types/json-schema" "^7.0.15"
|
|
7781
|
+
commander "^12.0.0"
|
|
7798
7782
|
glob "^8.0.3"
|
|
7799
7783
|
json5 "^2.2.3"
|
|
7800
7784
|
normalize-path "^3.0.0"
|
|
7801
7785
|
safe-stable-stringify "^2.4.3"
|
|
7802
|
-
typescript "~5.
|
|
7786
|
+
typescript "~5.4.2"
|
|
7803
7787
|
|
|
7804
7788
|
ts-node@^10.8.1, ts-node@^10.9.2:
|
|
7805
7789
|
version "10.9.2"
|
|
@@ -7965,10 +7949,10 @@ typedoc@^0.25.12:
|
|
|
7965
7949
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952"
|
|
7966
7950
|
integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==
|
|
7967
7951
|
|
|
7968
|
-
typescript@~5.
|
|
7969
|
-
version "5.
|
|
7970
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.
|
|
7971
|
-
integrity sha512-
|
|
7952
|
+
typescript@~5.4.2:
|
|
7953
|
+
version "5.4.5"
|
|
7954
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
|
|
7955
|
+
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
|
|
7972
7956
|
|
|
7973
7957
|
uglify-js@^3.1.4:
|
|
7974
7958
|
version "3.17.4"
|
|
@@ -8188,7 +8172,7 @@ workerpool@6.2.1:
|
|
|
8188
8172
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
|
|
8189
8173
|
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
|
|
8190
8174
|
|
|
8191
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
8175
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
|
|
8192
8176
|
version "7.0.0"
|
|
8193
8177
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
8194
8178
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
@@ -8206,15 +8190,6 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
|
|
|
8206
8190
|
string-width "^4.1.0"
|
|
8207
8191
|
strip-ansi "^6.0.0"
|
|
8208
8192
|
|
|
8209
|
-
wrap-ansi@^7.0.0:
|
|
8210
|
-
version "7.0.0"
|
|
8211
|
-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
8212
|
-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
8213
|
-
dependencies:
|
|
8214
|
-
ansi-styles "^4.0.0"
|
|
8215
|
-
string-width "^4.1.0"
|
|
8216
|
-
strip-ansi "^6.0.0"
|
|
8217
|
-
|
|
8218
8193
|
wrap-ansi@^8.1.0:
|
|
8219
8194
|
version "8.1.0"
|
|
8220
8195
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
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.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.26.
|
|
8
|
+
"@oclif/core": "^3.26.3",
|
|
9
9
|
"@salesforce/core": "^7.0.1",
|
|
10
10
|
"@salesforce/kit": "^3.1.0",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
@@ -16,14 +16,14 @@
|
|
|
16
16
|
"open": "^10.1.0"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
20
|
-
"@salesforce/cli-plugins-testkit": "^5.2.
|
|
19
|
+
"@oclif/plugin-command-snapshot": "^5.1.5",
|
|
20
|
+
"@salesforce/cli-plugins-testkit": "^5.2.1",
|
|
21
21
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
22
22
|
"@salesforce/plugin-command-reference": "^3.0.74",
|
|
23
23
|
"@salesforce/ts-sinon": "1.4.19",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.18.0",
|
|
25
25
|
"moment": "^2.30.1",
|
|
26
|
-
"oclif": "^4.
|
|
26
|
+
"oclif": "^4.8.3",
|
|
27
27
|
"ts-node": "^10.9.2",
|
|
28
28
|
"typescript": "^5.4.3"
|
|
29
29
|
},
|
|
@@ -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.1.crt",
|
|
239
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.1.1.sig"
|
|
240
240
|
}
|
|
241
241
|
}
|