@salesforce/plugin-org 4.1.6 → 4.1.7
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 +222 -41
- package/oclif.lock +63 -19
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/src/commands/org/resume/scratch.ts)_
|
|
1021
1021
|
|
|
1022
1022
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.7",
|
|
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.7",
|
|
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
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
15
|
+
"@salesforce/sf-plugins-core": "^9.0.7",
|
|
16
16
|
"@salesforce/source-deploy-retrieve": "^11.3.0",
|
|
17
17
|
"chalk": "^5.3.0",
|
|
18
18
|
"change-case": "^5.4.4",
|
|
@@ -2030,13 +2030,6 @@
|
|
|
2030
2030
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
2031
2031
|
}
|
|
2032
2032
|
},
|
|
2033
|
-
"node_modules/@commitlint/config-validator/node_modules/json-schema-traverse": {
|
|
2034
|
-
"version": "1.0.0",
|
|
2035
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
2036
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
2037
|
-
"dev": true,
|
|
2038
|
-
"license": "MIT"
|
|
2039
|
-
},
|
|
2040
2033
|
"node_modules/@commitlint/ensure": {
|
|
2041
2034
|
"version": "17.8.1",
|
|
2042
2035
|
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.8.1.tgz",
|
|
@@ -3079,9 +3072,9 @@
|
|
|
3079
3072
|
}
|
|
3080
3073
|
},
|
|
3081
3074
|
"node_modules/@jsforce/jsforce-node": {
|
|
3082
|
-
"version": "3.
|
|
3083
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
3084
|
-
"integrity": "sha512-
|
|
3075
|
+
"version": "3.2.0",
|
|
3076
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.2.0.tgz",
|
|
3077
|
+
"integrity": "sha512-3GjWNgWs0HFajVhIhwvBPb0B45o500wTBNEBYxy8XjeeRra+qw8A9xUrfVU7TAGev8kXuKhjJwaTiSzThpEnew==",
|
|
3085
3078
|
"license": "MIT",
|
|
3086
3079
|
"dependencies": {
|
|
3087
3080
|
"@sindresorhus/is": "^4",
|
|
@@ -3205,9 +3198,9 @@
|
|
|
3205
3198
|
}
|
|
3206
3199
|
},
|
|
3207
3200
|
"node_modules/@oclif/core": {
|
|
3208
|
-
"version": "3.26.
|
|
3209
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
3210
|
-
"integrity": "sha512-
|
|
3201
|
+
"version": "3.26.5",
|
|
3202
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.5.tgz",
|
|
3203
|
+
"integrity": "sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==",
|
|
3211
3204
|
"license": "MIT",
|
|
3212
3205
|
"dependencies": {
|
|
3213
3206
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3374,6 +3367,117 @@
|
|
|
3374
3367
|
"node": ">=18.0.0"
|
|
3375
3368
|
}
|
|
3376
3369
|
},
|
|
3370
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3371
|
+
"version": "3.26.4",
|
|
3372
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz",
|
|
3373
|
+
"integrity": "sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==",
|
|
3374
|
+
"dev": true,
|
|
3375
|
+
"license": "MIT",
|
|
3376
|
+
"dependencies": {
|
|
3377
|
+
"@types/cli-progress": "^3.11.5",
|
|
3378
|
+
"ansi-escapes": "^4.3.2",
|
|
3379
|
+
"ansi-styles": "^4.3.0",
|
|
3380
|
+
"cardinal": "^2.1.1",
|
|
3381
|
+
"chalk": "^4.1.2",
|
|
3382
|
+
"clean-stack": "^3.0.1",
|
|
3383
|
+
"cli-progress": "^3.12.0",
|
|
3384
|
+
"color": "^4.2.3",
|
|
3385
|
+
"debug": "^4.3.4",
|
|
3386
|
+
"ejs": "^3.1.10",
|
|
3387
|
+
"get-package-type": "^0.1.0",
|
|
3388
|
+
"globby": "^11.1.0",
|
|
3389
|
+
"hyperlinker": "^1.0.0",
|
|
3390
|
+
"indent-string": "^4.0.0",
|
|
3391
|
+
"is-wsl": "^2.2.0",
|
|
3392
|
+
"js-yaml": "^3.14.1",
|
|
3393
|
+
"minimatch": "^9.0.4",
|
|
3394
|
+
"natural-orderby": "^2.0.3",
|
|
3395
|
+
"object-treeify": "^1.1.33",
|
|
3396
|
+
"password-prompt": "^1.1.3",
|
|
3397
|
+
"slice-ansi": "^4.0.0",
|
|
3398
|
+
"string-width": "^4.2.3",
|
|
3399
|
+
"strip-ansi": "^6.0.1",
|
|
3400
|
+
"supports-color": "^8.1.1",
|
|
3401
|
+
"supports-hyperlinks": "^2.2.0",
|
|
3402
|
+
"widest-line": "^3.1.0",
|
|
3403
|
+
"wordwrap": "^1.0.0",
|
|
3404
|
+
"wrap-ansi": "^7.0.0"
|
|
3405
|
+
},
|
|
3406
|
+
"engines": {
|
|
3407
|
+
"node": ">=18.0.0"
|
|
3408
|
+
}
|
|
3409
|
+
},
|
|
3410
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
3411
|
+
"version": "4.1.2",
|
|
3412
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3413
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3414
|
+
"dev": true,
|
|
3415
|
+
"license": "MIT",
|
|
3416
|
+
"dependencies": {
|
|
3417
|
+
"ansi-styles": "^4.1.0",
|
|
3418
|
+
"supports-color": "^7.1.0"
|
|
3419
|
+
},
|
|
3420
|
+
"engines": {
|
|
3421
|
+
"node": ">=10"
|
|
3422
|
+
},
|
|
3423
|
+
"funding": {
|
|
3424
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3425
|
+
}
|
|
3426
|
+
},
|
|
3427
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3428
|
+
"version": "7.2.0",
|
|
3429
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3430
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3431
|
+
"dev": true,
|
|
3432
|
+
"license": "MIT",
|
|
3433
|
+
"dependencies": {
|
|
3434
|
+
"has-flag": "^4.0.0"
|
|
3435
|
+
},
|
|
3436
|
+
"engines": {
|
|
3437
|
+
"node": ">=8"
|
|
3438
|
+
}
|
|
3439
|
+
},
|
|
3440
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
3441
|
+
"version": "11.1.0",
|
|
3442
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
3443
|
+
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
3444
|
+
"dev": true,
|
|
3445
|
+
"license": "MIT",
|
|
3446
|
+
"dependencies": {
|
|
3447
|
+
"array-union": "^2.1.0",
|
|
3448
|
+
"dir-glob": "^3.0.1",
|
|
3449
|
+
"fast-glob": "^3.2.9",
|
|
3450
|
+
"ignore": "^5.2.0",
|
|
3451
|
+
"merge2": "^1.4.1",
|
|
3452
|
+
"slash": "^3.0.0"
|
|
3453
|
+
},
|
|
3454
|
+
"engines": {
|
|
3455
|
+
"node": ">=10"
|
|
3456
|
+
},
|
|
3457
|
+
"funding": {
|
|
3458
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3459
|
+
}
|
|
3460
|
+
},
|
|
3461
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
3462
|
+
"version": "3.0.0",
|
|
3463
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
3464
|
+
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
3465
|
+
"dev": true,
|
|
3466
|
+
"license": "MIT",
|
|
3467
|
+
"engines": {
|
|
3468
|
+
"node": ">=8"
|
|
3469
|
+
}
|
|
3470
|
+
},
|
|
3471
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
|
|
3472
|
+
"version": "1.0.10",
|
|
3473
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3474
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3475
|
+
"dev": true,
|
|
3476
|
+
"license": "MIT",
|
|
3477
|
+
"dependencies": {
|
|
3478
|
+
"sprintf-js": "~1.0.2"
|
|
3479
|
+
}
|
|
3480
|
+
},
|
|
3377
3481
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
3378
3482
|
"version": "14.0.1",
|
|
3379
3483
|
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
@@ -3395,6 +3499,49 @@
|
|
|
3395
3499
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3396
3500
|
}
|
|
3397
3501
|
},
|
|
3502
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/is-wsl": {
|
|
3503
|
+
"version": "2.2.0",
|
|
3504
|
+
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
|
|
3505
|
+
"integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
|
|
3506
|
+
"dev": true,
|
|
3507
|
+
"license": "MIT",
|
|
3508
|
+
"dependencies": {
|
|
3509
|
+
"is-docker": "^2.0.0"
|
|
3510
|
+
},
|
|
3511
|
+
"engines": {
|
|
3512
|
+
"node": ">=8"
|
|
3513
|
+
}
|
|
3514
|
+
},
|
|
3515
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
|
|
3516
|
+
"version": "3.14.1",
|
|
3517
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3518
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3519
|
+
"dev": true,
|
|
3520
|
+
"license": "MIT",
|
|
3521
|
+
"dependencies": {
|
|
3522
|
+
"argparse": "^1.0.7",
|
|
3523
|
+
"esprima": "^4.0.0"
|
|
3524
|
+
},
|
|
3525
|
+
"bin": {
|
|
3526
|
+
"js-yaml": "bin/js-yaml.js"
|
|
3527
|
+
}
|
|
3528
|
+
},
|
|
3529
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
|
|
3530
|
+
"version": "9.0.4",
|
|
3531
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
3532
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
3533
|
+
"dev": true,
|
|
3534
|
+
"license": "ISC",
|
|
3535
|
+
"dependencies": {
|
|
3536
|
+
"brace-expansion": "^2.0.1"
|
|
3537
|
+
},
|
|
3538
|
+
"engines": {
|
|
3539
|
+
"node": ">=16 || 14 >=14.17"
|
|
3540
|
+
},
|
|
3541
|
+
"funding": {
|
|
3542
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3543
|
+
}
|
|
3544
|
+
},
|
|
3398
3545
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3399
3546
|
"version": "5.0.0",
|
|
3400
3547
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -3421,6 +3568,40 @@
|
|
|
3421
3568
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3422
3569
|
}
|
|
3423
3570
|
},
|
|
3571
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
3572
|
+
"version": "8.1.1",
|
|
3573
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3574
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3575
|
+
"dev": true,
|
|
3576
|
+
"license": "MIT",
|
|
3577
|
+
"dependencies": {
|
|
3578
|
+
"has-flag": "^4.0.0"
|
|
3579
|
+
},
|
|
3580
|
+
"engines": {
|
|
3581
|
+
"node": ">=10"
|
|
3582
|
+
},
|
|
3583
|
+
"funding": {
|
|
3584
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3585
|
+
}
|
|
3586
|
+
},
|
|
3587
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/wrap-ansi": {
|
|
3588
|
+
"version": "7.0.0",
|
|
3589
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3590
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3591
|
+
"dev": true,
|
|
3592
|
+
"license": "MIT",
|
|
3593
|
+
"dependencies": {
|
|
3594
|
+
"ansi-styles": "^4.0.0",
|
|
3595
|
+
"string-width": "^4.1.0",
|
|
3596
|
+
"strip-ansi": "^6.0.0"
|
|
3597
|
+
},
|
|
3598
|
+
"engines": {
|
|
3599
|
+
"node": ">=10"
|
|
3600
|
+
},
|
|
3601
|
+
"funding": {
|
|
3602
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3603
|
+
}
|
|
3604
|
+
},
|
|
3424
3605
|
"node_modules/@oclif/plugin-help": {
|
|
3425
3606
|
"version": "6.0.21",
|
|
3426
3607
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz",
|
|
@@ -3600,16 +3781,16 @@
|
|
|
3600
3781
|
}
|
|
3601
3782
|
},
|
|
3602
3783
|
"node_modules/@salesforce/core": {
|
|
3603
|
-
"version": "7.3.
|
|
3604
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.
|
|
3605
|
-
"integrity": "sha512-
|
|
3784
|
+
"version": "7.3.4",
|
|
3785
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.4.tgz",
|
|
3786
|
+
"integrity": "sha512-m6XY5Ju3rh2ljaqVydSPS1vekw+EyQ4uHiNV6mIdJeBile7WJgn5TbE7AJUU91ASPYy9X+/ZuiHyIbOaMc2YrA==",
|
|
3606
3787
|
"license": "BSD-3-Clause",
|
|
3607
3788
|
"dependencies": {
|
|
3608
|
-
"@jsforce/jsforce-node": "^3.
|
|
3789
|
+
"@jsforce/jsforce-node": "^3.2.0",
|
|
3609
3790
|
"@salesforce/kit": "^3.1.1",
|
|
3610
3791
|
"@salesforce/schemas": "^1.7.0",
|
|
3611
3792
|
"@salesforce/ts-types": "^2.0.9",
|
|
3612
|
-
"ajv": "^8.
|
|
3793
|
+
"ajv": "^8.13.0",
|
|
3613
3794
|
"change-case": "^4.1.2",
|
|
3614
3795
|
"faye": "^1.4.0",
|
|
3615
3796
|
"form-data": "^4.0.0",
|
|
@@ -3628,15 +3809,15 @@
|
|
|
3628
3809
|
}
|
|
3629
3810
|
},
|
|
3630
3811
|
"node_modules/@salesforce/core/node_modules/ajv": {
|
|
3631
|
-
"version": "8.
|
|
3632
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.
|
|
3633
|
-
"integrity": "sha512-
|
|
3812
|
+
"version": "8.13.0",
|
|
3813
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz",
|
|
3814
|
+
"integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==",
|
|
3634
3815
|
"license": "MIT",
|
|
3635
3816
|
"dependencies": {
|
|
3636
|
-
"fast-deep-equal": "^3.1.
|
|
3817
|
+
"fast-deep-equal": "^3.1.3",
|
|
3637
3818
|
"json-schema-traverse": "^1.0.0",
|
|
3638
3819
|
"require-from-string": "^2.0.2",
|
|
3639
|
-
"uri-js": "^4.
|
|
3820
|
+
"uri-js": "^4.4.1"
|
|
3640
3821
|
},
|
|
3641
3822
|
"funding": {
|
|
3642
3823
|
"type": "github",
|
|
@@ -3663,12 +3844,6 @@
|
|
|
3663
3844
|
"tslib": "^2.0.3"
|
|
3664
3845
|
}
|
|
3665
3846
|
},
|
|
3666
|
-
"node_modules/@salesforce/core/node_modules/json-schema-traverse": {
|
|
3667
|
-
"version": "1.0.0",
|
|
3668
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
3669
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
3670
|
-
"license": "MIT"
|
|
3671
|
-
},
|
|
3672
3847
|
"node_modules/@salesforce/dev-config": {
|
|
3673
3848
|
"version": "4.1.0",
|
|
3674
3849
|
"resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.1.0.tgz",
|
|
@@ -3788,15 +3963,15 @@
|
|
|
3788
3963
|
"license": "ISC"
|
|
3789
3964
|
},
|
|
3790
3965
|
"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-
|
|
3966
|
+
"version": "9.0.7",
|
|
3967
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.7.tgz",
|
|
3968
|
+
"integrity": "sha512-5F6/ax7welNZrizpl9QSQmGADqlCzFDB8t8I5P/n2LplMb3CwJRrZPcOZxJNnhlfXNlLrYtoShv2C+yrxgqYUA==",
|
|
3794
3969
|
"license": "BSD-3-Clause",
|
|
3795
3970
|
"dependencies": {
|
|
3796
3971
|
"@inquirer/confirm": "^2.0.17",
|
|
3797
3972
|
"@inquirer/password": "^1.1.16",
|
|
3798
|
-
"@oclif/core": "^3.26.
|
|
3799
|
-
"@salesforce/core": "^7.3.
|
|
3973
|
+
"@oclif/core": "^3.26.5",
|
|
3974
|
+
"@salesforce/core": "^7.3.3",
|
|
3800
3975
|
"@salesforce/kit": "^3.1.0",
|
|
3801
3976
|
"@salesforce/ts-types": "^2.0.9",
|
|
3802
3977
|
"chalk": "^5.3.0"
|
|
@@ -5346,6 +5521,13 @@
|
|
|
5346
5521
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
5347
5522
|
}
|
|
5348
5523
|
},
|
|
5524
|
+
"node_modules/ajv/node_modules/json-schema-traverse": {
|
|
5525
|
+
"version": "0.4.1",
|
|
5526
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
5527
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
5528
|
+
"dev": true,
|
|
5529
|
+
"license": "MIT"
|
|
5530
|
+
},
|
|
5349
5531
|
"node_modules/ansi-colors": {
|
|
5350
5532
|
"version": "4.1.1",
|
|
5351
5533
|
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
|
|
@@ -9803,10 +9985,9 @@
|
|
|
9803
9985
|
"license": "MIT"
|
|
9804
9986
|
},
|
|
9805
9987
|
"node_modules/json-schema-traverse": {
|
|
9806
|
-
"version": "0.
|
|
9807
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.
|
|
9808
|
-
"integrity": "sha512-
|
|
9809
|
-
"dev": true,
|
|
9988
|
+
"version": "1.0.0",
|
|
9989
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
9990
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
9810
9991
|
"license": "MIT"
|
|
9811
9992
|
},
|
|
9812
9993
|
"node_modules/json-stable-stringify-without-jsonify": {
|
package/oclif.lock
CHANGED
|
@@ -1497,10 +1497,10 @@
|
|
|
1497
1497
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1498
1498
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1499
1499
|
|
|
1500
|
-
"@jsforce/jsforce-node@^3.
|
|
1501
|
-
version "3.
|
|
1502
|
-
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
1503
|
-
integrity sha512-
|
|
1500
|
+
"@jsforce/jsforce-node@^3.2.0":
|
|
1501
|
+
version "3.2.0"
|
|
1502
|
+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.2.0.tgz#4b104613fc9bb74e0e38d2c00936ea2b228ba73a"
|
|
1503
|
+
integrity sha512-3GjWNgWs0HFajVhIhwvBPb0B45o500wTBNEBYxy8XjeeRra+qw8A9xUrfVU7TAGev8kXuKhjJwaTiSzThpEnew==
|
|
1504
1504
|
dependencies:
|
|
1505
1505
|
"@sindresorhus/is" "^4"
|
|
1506
1506
|
"@types/node" "^18.15.3"
|
|
@@ -1538,7 +1538,7 @@
|
|
|
1538
1538
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1539
1539
|
fastq "^1.6.0"
|
|
1540
1540
|
|
|
1541
|
-
"@oclif/core@3.26.4"
|
|
1541
|
+
"@oclif/core@3.26.4":
|
|
1542
1542
|
version "3.26.4"
|
|
1543
1543
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
|
|
1544
1544
|
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
|
|
@@ -1572,6 +1572,40 @@
|
|
|
1572
1572
|
wordwrap "^1.0.0"
|
|
1573
1573
|
wrap-ansi "^7.0.0"
|
|
1574
1574
|
|
|
1575
|
+
"@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5":
|
|
1576
|
+
version "3.26.5"
|
|
1577
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
|
|
1578
|
+
integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
|
|
1579
|
+
dependencies:
|
|
1580
|
+
"@types/cli-progress" "^3.11.5"
|
|
1581
|
+
ansi-escapes "^4.3.2"
|
|
1582
|
+
ansi-styles "^4.3.0"
|
|
1583
|
+
cardinal "^2.1.1"
|
|
1584
|
+
chalk "^4.1.2"
|
|
1585
|
+
clean-stack "^3.0.1"
|
|
1586
|
+
cli-progress "^3.12.0"
|
|
1587
|
+
color "^4.2.3"
|
|
1588
|
+
debug "^4.3.4"
|
|
1589
|
+
ejs "^3.1.10"
|
|
1590
|
+
get-package-type "^0.1.0"
|
|
1591
|
+
globby "^11.1.0"
|
|
1592
|
+
hyperlinker "^1.0.0"
|
|
1593
|
+
indent-string "^4.0.0"
|
|
1594
|
+
is-wsl "^2.2.0"
|
|
1595
|
+
js-yaml "^3.14.1"
|
|
1596
|
+
minimatch "^9.0.4"
|
|
1597
|
+
natural-orderby "^2.0.3"
|
|
1598
|
+
object-treeify "^1.1.33"
|
|
1599
|
+
password-prompt "^1.1.3"
|
|
1600
|
+
slice-ansi "^4.0.0"
|
|
1601
|
+
string-width "^4.2.3"
|
|
1602
|
+
strip-ansi "^6.0.1"
|
|
1603
|
+
supports-color "^8.1.1"
|
|
1604
|
+
supports-hyperlinks "^2.2.0"
|
|
1605
|
+
widest-line "^3.1.0"
|
|
1606
|
+
wordwrap "^1.0.0"
|
|
1607
|
+
wrap-ansi "^7.0.0"
|
|
1608
|
+
|
|
1575
1609
|
"@oclif/plugin-command-snapshot@^5.1.7":
|
|
1576
1610
|
version "5.1.7"
|
|
1577
1611
|
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"
|
|
@@ -1637,16 +1671,16 @@
|
|
|
1637
1671
|
strip-ansi "6.0.1"
|
|
1638
1672
|
ts-retry-promise "^0.8.0"
|
|
1639
1673
|
|
|
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.
|
|
1642
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.
|
|
1643
|
-
integrity sha512-
|
|
1674
|
+
"@salesforce/core@^7.0.1", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3":
|
|
1675
|
+
version "7.3.4"
|
|
1676
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.4.tgz#0630a5b236254a7a690872d7179f7216dff02560"
|
|
1677
|
+
integrity sha512-m6XY5Ju3rh2ljaqVydSPS1vekw+EyQ4uHiNV6mIdJeBile7WJgn5TbE7AJUU91ASPYy9X+/ZuiHyIbOaMc2YrA==
|
|
1644
1678
|
dependencies:
|
|
1645
|
-
"@jsforce/jsforce-node" "^3.
|
|
1679
|
+
"@jsforce/jsforce-node" "^3.2.0"
|
|
1646
1680
|
"@salesforce/kit" "^3.1.1"
|
|
1647
1681
|
"@salesforce/schemas" "^1.7.0"
|
|
1648
1682
|
"@salesforce/ts-types" "^2.0.9"
|
|
1649
|
-
ajv "^8.
|
|
1683
|
+
ajv "^8.13.0"
|
|
1650
1684
|
change-case "^4.1.2"
|
|
1651
1685
|
faye "^1.4.0"
|
|
1652
1686
|
form-data "^4.0.0"
|
|
@@ -1729,15 +1763,15 @@
|
|
|
1729
1763
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
|
|
1730
1764
|
integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
|
|
1731
1765
|
|
|
1732
|
-
"@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-
|
|
1766
|
+
"@salesforce/sf-plugins-core@^9.0.5", "@salesforce/sf-plugins-core@^9.0.7":
|
|
1767
|
+
version "9.0.7"
|
|
1768
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.7.tgz#77ffc67df994e0cec205827462811f521e3086ba"
|
|
1769
|
+
integrity sha512-5F6/ax7welNZrizpl9QSQmGADqlCzFDB8t8I5P/n2LplMb3CwJRrZPcOZxJNnhlfXNlLrYtoShv2C+yrxgqYUA==
|
|
1736
1770
|
dependencies:
|
|
1737
1771
|
"@inquirer/confirm" "^2.0.17"
|
|
1738
1772
|
"@inquirer/password" "^1.1.16"
|
|
1739
|
-
"@oclif/core" "^3.26.
|
|
1740
|
-
"@salesforce/core" "^7.3.
|
|
1773
|
+
"@oclif/core" "^3.26.5"
|
|
1774
|
+
"@salesforce/core" "^7.3.3"
|
|
1741
1775
|
"@salesforce/kit" "^3.1.0"
|
|
1742
1776
|
"@salesforce/ts-types" "^2.0.9"
|
|
1743
1777
|
chalk "^5.3.0"
|
|
@@ -2721,7 +2755,7 @@ ajv@^6.12.4:
|
|
|
2721
2755
|
json-schema-traverse "^0.4.1"
|
|
2722
2756
|
uri-js "^4.2.2"
|
|
2723
2757
|
|
|
2724
|
-
ajv@^8.11.0
|
|
2758
|
+
ajv@^8.11.0:
|
|
2725
2759
|
version "8.12.0"
|
|
2726
2760
|
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
|
|
2727
2761
|
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
|
|
@@ -2731,6 +2765,16 @@ ajv@^8.11.0, ajv@^8.12.0:
|
|
|
2731
2765
|
require-from-string "^2.0.2"
|
|
2732
2766
|
uri-js "^4.2.2"
|
|
2733
2767
|
|
|
2768
|
+
ajv@^8.13.0:
|
|
2769
|
+
version "8.13.0"
|
|
2770
|
+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.13.0.tgz#a3939eaec9fb80d217ddf0c3376948c023f28c91"
|
|
2771
|
+
integrity sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==
|
|
2772
|
+
dependencies:
|
|
2773
|
+
fast-deep-equal "^3.1.3"
|
|
2774
|
+
json-schema-traverse "^1.0.0"
|
|
2775
|
+
require-from-string "^2.0.2"
|
|
2776
|
+
uri-js "^4.4.1"
|
|
2777
|
+
|
|
2734
2778
|
ansi-colors@4.1.1:
|
|
2735
2779
|
version "4.1.1"
|
|
2736
2780
|
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
|
|
@@ -7777,7 +7821,7 @@ upper-case@^2.0.2:
|
|
|
7777
7821
|
dependencies:
|
|
7778
7822
|
tslib "^2.0.3"
|
|
7779
7823
|
|
|
7780
|
-
uri-js@^4.2.2:
|
|
7824
|
+
uri-js@^4.2.2, uri-js@^4.4.1:
|
|
7781
7825
|
version "4.4.1"
|
|
7782
7826
|
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
|
|
7783
7827
|
integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.26.4",
|
|
9
9
|
"@salesforce/core": "^7.0.1",
|
|
10
10
|
"@salesforce/kit": "^3.1.1",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
11
|
+
"@salesforce/sf-plugins-core": "^9.0.7",
|
|
12
12
|
"@salesforce/source-deploy-retrieve": "^11.3.0",
|
|
13
13
|
"chalk": "^5.3.0",
|
|
14
14
|
"change-case": "^5.4.4",
|
|
@@ -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.7.crt",
|
|
239
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.1.7.sig"
|
|
240
240
|
}
|
|
241
241
|
}
|