@salesforce/plugin-auth 3.6.4 → 3.6.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 +7 -7
- package/npm-shrinkwrap.json +28 -219
- package/oclif.lock +29 -70
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -108,7 +108,7 @@ EXAMPLES
|
|
|
108
108
|
$ sf org list auth
|
|
109
109
|
```
|
|
110
110
|
|
|
111
|
-
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
111
|
+
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.6/src/commands/org/list/auth.ts)_
|
|
112
112
|
|
|
113
113
|
## `sf org login access-token`
|
|
114
114
|
|
|
@@ -162,7 +162,7 @@ FLAG DESCRIPTIONS
|
|
|
162
162
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
163
163
|
```
|
|
164
164
|
|
|
165
|
-
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
165
|
+
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.6/src/commands/org/login/access-token.ts)_
|
|
166
166
|
|
|
167
167
|
## `sf org login device`
|
|
168
168
|
|
|
@@ -222,7 +222,7 @@ FLAG DESCRIPTIONS
|
|
|
222
222
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
223
223
|
```
|
|
224
224
|
|
|
225
|
-
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
225
|
+
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.6/src/commands/org/login/device.ts)_
|
|
226
226
|
|
|
227
227
|
## `sf org login jwt`
|
|
228
228
|
|
|
@@ -313,7 +313,7 @@ FLAG DESCRIPTIONS
|
|
|
313
313
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
314
314
|
```
|
|
315
315
|
|
|
316
|
-
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
316
|
+
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.6/src/commands/org/login/jwt.ts)_
|
|
317
317
|
|
|
318
318
|
## `sf org login sfdx-url`
|
|
319
319
|
|
|
@@ -378,7 +378,7 @@ EXAMPLES
|
|
|
378
378
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
379
379
|
```
|
|
380
380
|
|
|
381
|
-
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
381
|
+
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.6/src/commands/org/login/sfdx-url.ts)_
|
|
382
382
|
|
|
383
383
|
## `sf org login web`
|
|
384
384
|
|
|
@@ -465,7 +465,7 @@ FLAG DESCRIPTIONS
|
|
|
465
465
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
466
466
|
```
|
|
467
467
|
|
|
468
|
-
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
468
|
+
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.6/src/commands/org/login/web.ts)_
|
|
469
469
|
|
|
470
470
|
## `sf org logout`
|
|
471
471
|
|
|
@@ -526,6 +526,6 @@ FLAG DESCRIPTIONS
|
|
|
526
526
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
527
527
|
```
|
|
528
528
|
|
|
529
|
-
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
529
|
+
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.6/src/commands/org/logout.ts)_
|
|
530
530
|
|
|
531
531
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-auth",
|
|
9
|
-
"version": "3.6.
|
|
9
|
+
"version": "3.6.6",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/checkbox": "^1.5.2",
|
|
@@ -15,18 +15,18 @@
|
|
|
15
15
|
"@salesforce/core": "^7.3.0",
|
|
16
16
|
"@salesforce/kit": "^3.1.1",
|
|
17
17
|
"@salesforce/plugin-info": "^3.2.3",
|
|
18
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
18
|
+
"@salesforce/sf-plugins-core": "^9.0.5",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.9",
|
|
20
20
|
"chalk": "^5.3.0",
|
|
21
21
|
"open": "^10.1.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
25
|
-
"@salesforce/cli-plugins-testkit": "^5.
|
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.1.7",
|
|
25
|
+
"@salesforce/cli-plugins-testkit": "^5.3.1",
|
|
26
26
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
27
27
|
"@salesforce/plugin-command-reference": "^3.0.78",
|
|
28
28
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
29
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
29
|
+
"eslint-plugin-sf-plugin": "^1.18.2",
|
|
30
30
|
"oclif": "^4.8.2",
|
|
31
31
|
"ts-node": "^10.9.2",
|
|
32
32
|
"typescript": "^5.4.5"
|
|
@@ -3481,13 +3481,13 @@
|
|
|
3481
3481
|
}
|
|
3482
3482
|
},
|
|
3483
3483
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3484
|
-
"version": "5.1.
|
|
3485
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
3486
|
-
"integrity": "sha512-
|
|
3484
|
+
"version": "5.1.7",
|
|
3485
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz",
|
|
3486
|
+
"integrity": "sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==",
|
|
3487
3487
|
"dev": true,
|
|
3488
3488
|
"license": "MIT",
|
|
3489
3489
|
"dependencies": {
|
|
3490
|
-
"@oclif/core": "3.26.
|
|
3490
|
+
"@oclif/core": "3.26.4",
|
|
3491
3491
|
"@types/lodash.difference": "^4.5.9",
|
|
3492
3492
|
"chalk": "^5.3.0",
|
|
3493
3493
|
"globby": "^14.0.1",
|
|
@@ -3502,117 +3502,6 @@
|
|
|
3502
3502
|
"node": ">=18.0.0"
|
|
3503
3503
|
}
|
|
3504
3504
|
},
|
|
3505
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3506
|
-
"version": "3.26.3",
|
|
3507
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.3.tgz",
|
|
3508
|
-
"integrity": "sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==",
|
|
3509
|
-
"dev": true,
|
|
3510
|
-
"license": "MIT",
|
|
3511
|
-
"dependencies": {
|
|
3512
|
-
"@types/cli-progress": "^3.11.5",
|
|
3513
|
-
"ansi-escapes": "^4.3.2",
|
|
3514
|
-
"ansi-styles": "^4.3.0",
|
|
3515
|
-
"cardinal": "^2.1.1",
|
|
3516
|
-
"chalk": "^4.1.2",
|
|
3517
|
-
"clean-stack": "^3.0.1",
|
|
3518
|
-
"cli-progress": "^3.12.0",
|
|
3519
|
-
"color": "^4.2.3",
|
|
3520
|
-
"debug": "^4.3.4",
|
|
3521
|
-
"ejs": "^3.1.10",
|
|
3522
|
-
"get-package-type": "^0.1.0",
|
|
3523
|
-
"globby": "^11.1.0",
|
|
3524
|
-
"hyperlinker": "^1.0.0",
|
|
3525
|
-
"indent-string": "^4.0.0",
|
|
3526
|
-
"is-wsl": "^2.2.0",
|
|
3527
|
-
"js-yaml": "^3.14.1",
|
|
3528
|
-
"minimatch": "^9.0.4",
|
|
3529
|
-
"natural-orderby": "^2.0.3",
|
|
3530
|
-
"object-treeify": "^1.1.33",
|
|
3531
|
-
"password-prompt": "^1.1.3",
|
|
3532
|
-
"slice-ansi": "^4.0.0",
|
|
3533
|
-
"string-width": "^4.2.3",
|
|
3534
|
-
"strip-ansi": "^6.0.1",
|
|
3535
|
-
"supports-color": "^8.1.1",
|
|
3536
|
-
"supports-hyperlinks": "^2.2.0",
|
|
3537
|
-
"widest-line": "^3.1.0",
|
|
3538
|
-
"wordwrap": "^1.0.0",
|
|
3539
|
-
"wrap-ansi": "^7.0.0"
|
|
3540
|
-
},
|
|
3541
|
-
"engines": {
|
|
3542
|
-
"node": ">=18.0.0"
|
|
3543
|
-
}
|
|
3544
|
-
},
|
|
3545
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
3546
|
-
"version": "4.1.2",
|
|
3547
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3548
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3549
|
-
"dev": true,
|
|
3550
|
-
"license": "MIT",
|
|
3551
|
-
"dependencies": {
|
|
3552
|
-
"ansi-styles": "^4.1.0",
|
|
3553
|
-
"supports-color": "^7.1.0"
|
|
3554
|
-
},
|
|
3555
|
-
"engines": {
|
|
3556
|
-
"node": ">=10"
|
|
3557
|
-
},
|
|
3558
|
-
"funding": {
|
|
3559
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3560
|
-
}
|
|
3561
|
-
},
|
|
3562
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3563
|
-
"version": "7.2.0",
|
|
3564
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3565
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3566
|
-
"dev": true,
|
|
3567
|
-
"license": "MIT",
|
|
3568
|
-
"dependencies": {
|
|
3569
|
-
"has-flag": "^4.0.0"
|
|
3570
|
-
},
|
|
3571
|
-
"engines": {
|
|
3572
|
-
"node": ">=8"
|
|
3573
|
-
}
|
|
3574
|
-
},
|
|
3575
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
3576
|
-
"version": "11.1.0",
|
|
3577
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
3578
|
-
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
3579
|
-
"dev": true,
|
|
3580
|
-
"license": "MIT",
|
|
3581
|
-
"dependencies": {
|
|
3582
|
-
"array-union": "^2.1.0",
|
|
3583
|
-
"dir-glob": "^3.0.1",
|
|
3584
|
-
"fast-glob": "^3.2.9",
|
|
3585
|
-
"ignore": "^5.2.0",
|
|
3586
|
-
"merge2": "^1.4.1",
|
|
3587
|
-
"slash": "^3.0.0"
|
|
3588
|
-
},
|
|
3589
|
-
"engines": {
|
|
3590
|
-
"node": ">=10"
|
|
3591
|
-
},
|
|
3592
|
-
"funding": {
|
|
3593
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3594
|
-
}
|
|
3595
|
-
},
|
|
3596
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
3597
|
-
"version": "3.0.0",
|
|
3598
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
3599
|
-
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
3600
|
-
"dev": true,
|
|
3601
|
-
"license": "MIT",
|
|
3602
|
-
"engines": {
|
|
3603
|
-
"node": ">=8"
|
|
3604
|
-
}
|
|
3605
|
-
},
|
|
3606
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
|
|
3607
|
-
"version": "1.0.10",
|
|
3608
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3609
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3610
|
-
"dev": true,
|
|
3611
|
-
"license": "MIT",
|
|
3612
|
-
"dependencies": {
|
|
3613
|
-
"sprintf-js": "~1.0.2"
|
|
3614
|
-
}
|
|
3615
|
-
},
|
|
3616
3505
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
3617
3506
|
"version": "14.0.1",
|
|
3618
3507
|
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
@@ -3634,36 +3523,6 @@
|
|
|
3634
3523
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3635
3524
|
}
|
|
3636
3525
|
},
|
|
3637
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
|
|
3638
|
-
"version": "3.14.1",
|
|
3639
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3640
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3641
|
-
"dev": true,
|
|
3642
|
-
"license": "MIT",
|
|
3643
|
-
"dependencies": {
|
|
3644
|
-
"argparse": "^1.0.7",
|
|
3645
|
-
"esprima": "^4.0.0"
|
|
3646
|
-
},
|
|
3647
|
-
"bin": {
|
|
3648
|
-
"js-yaml": "bin/js-yaml.js"
|
|
3649
|
-
}
|
|
3650
|
-
},
|
|
3651
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
|
|
3652
|
-
"version": "9.0.4",
|
|
3653
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
3654
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
3655
|
-
"dev": true,
|
|
3656
|
-
"license": "ISC",
|
|
3657
|
-
"dependencies": {
|
|
3658
|
-
"brace-expansion": "^2.0.1"
|
|
3659
|
-
},
|
|
3660
|
-
"engines": {
|
|
3661
|
-
"node": ">=16 || 14 >=14.17"
|
|
3662
|
-
},
|
|
3663
|
-
"funding": {
|
|
3664
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3665
|
-
}
|
|
3666
|
-
},
|
|
3667
3526
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3668
3527
|
"version": "5.0.0",
|
|
3669
3528
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -3690,40 +3549,6 @@
|
|
|
3690
3549
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3691
3550
|
}
|
|
3692
3551
|
},
|
|
3693
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
3694
|
-
"version": "8.1.1",
|
|
3695
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3696
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3697
|
-
"dev": true,
|
|
3698
|
-
"license": "MIT",
|
|
3699
|
-
"dependencies": {
|
|
3700
|
-
"has-flag": "^4.0.0"
|
|
3701
|
-
},
|
|
3702
|
-
"engines": {
|
|
3703
|
-
"node": ">=10"
|
|
3704
|
-
},
|
|
3705
|
-
"funding": {
|
|
3706
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3707
|
-
}
|
|
3708
|
-
},
|
|
3709
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/wrap-ansi": {
|
|
3710
|
-
"version": "7.0.0",
|
|
3711
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3712
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3713
|
-
"dev": true,
|
|
3714
|
-
"license": "MIT",
|
|
3715
|
-
"dependencies": {
|
|
3716
|
-
"ansi-styles": "^4.0.0",
|
|
3717
|
-
"string-width": "^4.1.0",
|
|
3718
|
-
"strip-ansi": "^6.0.0"
|
|
3719
|
-
},
|
|
3720
|
-
"engines": {
|
|
3721
|
-
"node": ">=10"
|
|
3722
|
-
},
|
|
3723
|
-
"funding": {
|
|
3724
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3725
|
-
}
|
|
3726
|
-
},
|
|
3727
3552
|
"node_modules/@oclif/plugin-help": {
|
|
3728
3553
|
"version": "6.0.18",
|
|
3729
3554
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz",
|
|
@@ -3781,14 +3606,14 @@
|
|
|
3781
3606
|
}
|
|
3782
3607
|
},
|
|
3783
3608
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
3784
|
-
"version": "5.
|
|
3785
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.
|
|
3786
|
-
"integrity": "sha512-
|
|
3609
|
+
"version": "5.3.1",
|
|
3610
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.1.tgz",
|
|
3611
|
+
"integrity": "sha512-UBTFfG0pxcqMSJjdf7xpRhv5TCC3cf3/CDijjWXzYH/JGryeb0XWZIRKoT8kXzXgEDW2s4O/dNdVvMGnZEN3Aw==",
|
|
3787
3612
|
"dev": true,
|
|
3788
3613
|
"license": "BSD-3-Clause",
|
|
3789
3614
|
"dependencies": {
|
|
3790
|
-
"@salesforce/core": "^7.
|
|
3791
|
-
"@salesforce/kit": "^3.1.
|
|
3615
|
+
"@salesforce/core": "^7.3.1",
|
|
3616
|
+
"@salesforce/kit": "^3.1.1",
|
|
3792
3617
|
"@salesforce/ts-types": "^2.0.9",
|
|
3793
3618
|
"@types/shelljs": "^0.8.15",
|
|
3794
3619
|
"debug": "^4.3.1",
|
|
@@ -3902,13 +3727,13 @@
|
|
|
3902
3727
|
}
|
|
3903
3728
|
},
|
|
3904
3729
|
"node_modules/@salesforce/core": {
|
|
3905
|
-
"version": "7.3.
|
|
3906
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.
|
|
3907
|
-
"integrity": "sha512-
|
|
3730
|
+
"version": "7.3.1",
|
|
3731
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.1.tgz",
|
|
3732
|
+
"integrity": "sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==",
|
|
3908
3733
|
"license": "BSD-3-Clause",
|
|
3909
3734
|
"dependencies": {
|
|
3910
3735
|
"@jsforce/jsforce-node": "^3.1.0",
|
|
3911
|
-
"@salesforce/kit": "^3.1.
|
|
3736
|
+
"@salesforce/kit": "^3.1.1",
|
|
3912
3737
|
"@salesforce/schemas": "^1.7.0",
|
|
3913
3738
|
"@salesforce/ts-types": "^2.0.9",
|
|
3914
3739
|
"ajv": "^8.12.0",
|
|
@@ -4092,15 +3917,15 @@
|
|
|
4092
3917
|
"license": "ISC"
|
|
4093
3918
|
},
|
|
4094
3919
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4095
|
-
"version": "9.0.
|
|
4096
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
4097
|
-
"integrity": "sha512-
|
|
3920
|
+
"version": "9.0.5",
|
|
3921
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.5.tgz",
|
|
3922
|
+
"integrity": "sha512-il3/mKhmoDMbTdlX5G2YJw3LaJd1D3FlsPEr4gg8sXK1/gxRz0SCqcaXsjWa4Fo6i12zkW8Qgsd5vQ3N6ojiXA==",
|
|
4098
3923
|
"license": "BSD-3-Clause",
|
|
4099
3924
|
"dependencies": {
|
|
4100
3925
|
"@inquirer/confirm": "^2.0.17",
|
|
4101
3926
|
"@inquirer/password": "^1.1.16",
|
|
4102
|
-
"@oclif/core": "^3.26.
|
|
4103
|
-
"@salesforce/core": "^7.
|
|
3927
|
+
"@oclif/core": "^3.26.2",
|
|
3928
|
+
"@salesforce/core": "^7.3.0",
|
|
4104
3929
|
"@salesforce/kit": "^3.1.0",
|
|
4105
3930
|
"@salesforce/ts-types": "^2.0.9",
|
|
4106
3931
|
"chalk": "^5.3.0"
|
|
@@ -7748,13 +7573,13 @@
|
|
|
7748
7573
|
}
|
|
7749
7574
|
},
|
|
7750
7575
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
7751
|
-
"version": "1.18.
|
|
7752
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
|
7753
|
-
"integrity": "sha512-
|
|
7576
|
+
"version": "1.18.2",
|
|
7577
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.2.tgz",
|
|
7578
|
+
"integrity": "sha512-QkxCu/4aglqlduTCk4d+3C6kl5KoIL6a88HJGLjgm1zWjjxduEeecsBNcHz82KN6FZtV+oONmvXPNoMlwQpvvw==",
|
|
7754
7579
|
"dev": true,
|
|
7755
7580
|
"license": "BSD-3-Clause",
|
|
7756
7581
|
"dependencies": {
|
|
7757
|
-
"@salesforce/core": "^7.
|
|
7582
|
+
"@salesforce/core": "^7.3.0",
|
|
7758
7583
|
"@typescript-eslint/utils": "^6.17.0"
|
|
7759
7584
|
},
|
|
7760
7585
|
"engines": {
|
|
@@ -11644,22 +11469,6 @@
|
|
|
11644
11469
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
11645
11470
|
}
|
|
11646
11471
|
},
|
|
11647
|
-
"node_modules/oclif/node_modules/ejs": {
|
|
11648
|
-
"version": "3.1.9",
|
|
11649
|
-
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz",
|
|
11650
|
-
"integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==",
|
|
11651
|
-
"dev": true,
|
|
11652
|
-
"license": "Apache-2.0",
|
|
11653
|
-
"dependencies": {
|
|
11654
|
-
"jake": "^10.8.5"
|
|
11655
|
-
},
|
|
11656
|
-
"bin": {
|
|
11657
|
-
"ejs": "bin/cli.js"
|
|
11658
|
-
},
|
|
11659
|
-
"engines": {
|
|
11660
|
-
"node": ">=0.10.0"
|
|
11661
|
-
}
|
|
11662
|
-
},
|
|
11663
11472
|
"node_modules/oclif/node_modules/fs-extra": {
|
|
11664
11473
|
"version": "8.1.0",
|
|
11665
11474
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1595,41 +1595,7 @@
|
|
|
1595
1595
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1596
1596
|
fastq "^1.6.0"
|
|
1597
1597
|
|
|
1598
|
-
"@oclif/core@3.26.3":
|
|
1599
|
-
version "3.26.3"
|
|
1600
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2"
|
|
1601
|
-
integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==
|
|
1602
|
-
dependencies:
|
|
1603
|
-
"@types/cli-progress" "^3.11.5"
|
|
1604
|
-
ansi-escapes "^4.3.2"
|
|
1605
|
-
ansi-styles "^4.3.0"
|
|
1606
|
-
cardinal "^2.1.1"
|
|
1607
|
-
chalk "^4.1.2"
|
|
1608
|
-
clean-stack "^3.0.1"
|
|
1609
|
-
cli-progress "^3.12.0"
|
|
1610
|
-
color "^4.2.3"
|
|
1611
|
-
debug "^4.3.4"
|
|
1612
|
-
ejs "^3.1.10"
|
|
1613
|
-
get-package-type "^0.1.0"
|
|
1614
|
-
globby "^11.1.0"
|
|
1615
|
-
hyperlinker "^1.0.0"
|
|
1616
|
-
indent-string "^4.0.0"
|
|
1617
|
-
is-wsl "^2.2.0"
|
|
1618
|
-
js-yaml "^3.14.1"
|
|
1619
|
-
minimatch "^9.0.4"
|
|
1620
|
-
natural-orderby "^2.0.3"
|
|
1621
|
-
object-treeify "^1.1.33"
|
|
1622
|
-
password-prompt "^1.1.3"
|
|
1623
|
-
slice-ansi "^4.0.0"
|
|
1624
|
-
string-width "^4.2.3"
|
|
1625
|
-
strip-ansi "^6.0.1"
|
|
1626
|
-
supports-color "^8.1.1"
|
|
1627
|
-
supports-hyperlinks "^2.2.0"
|
|
1628
|
-
widest-line "^3.1.0"
|
|
1629
|
-
wordwrap "^1.0.0"
|
|
1630
|
-
wrap-ansi "^7.0.0"
|
|
1631
|
-
|
|
1632
|
-
"@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3", "@oclif/core@^3.26.4":
|
|
1598
|
+
"@oclif/core@3.26.4", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3", "@oclif/core@^3.26.4":
|
|
1633
1599
|
version "3.26.4"
|
|
1634
1600
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
|
|
1635
1601
|
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
|
|
@@ -1663,12 +1629,12 @@
|
|
|
1663
1629
|
wordwrap "^1.0.0"
|
|
1664
1630
|
wrap-ansi "^7.0.0"
|
|
1665
1631
|
|
|
1666
|
-
"@oclif/plugin-command-snapshot@^5.1.
|
|
1667
|
-
version "5.1.
|
|
1668
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
1669
|
-
integrity sha512-
|
|
1632
|
+
"@oclif/plugin-command-snapshot@^5.1.7":
|
|
1633
|
+
version "5.1.7"
|
|
1634
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"
|
|
1635
|
+
integrity sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==
|
|
1670
1636
|
dependencies:
|
|
1671
|
-
"@oclif/core" "3.26.
|
|
1637
|
+
"@oclif/core" "3.26.4"
|
|
1672
1638
|
"@types/lodash.difference" "^4.5.9"
|
|
1673
1639
|
chalk "^5.3.0"
|
|
1674
1640
|
globby "^14.0.1"
|
|
@@ -1711,13 +1677,13 @@
|
|
|
1711
1677
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1712
1678
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1713
1679
|
|
|
1714
|
-
"@salesforce/cli-plugins-testkit@^5.
|
|
1715
|
-
version "5.
|
|
1716
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.
|
|
1717
|
-
integrity sha512-
|
|
1680
|
+
"@salesforce/cli-plugins-testkit@^5.3.1":
|
|
1681
|
+
version "5.3.1"
|
|
1682
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.1.tgz#6ff1d6a7d1923e7905a2ddd67905458e8f5bcb6d"
|
|
1683
|
+
integrity sha512-UBTFfG0pxcqMSJjdf7xpRhv5TCC3cf3/CDijjWXzYH/JGryeb0XWZIRKoT8kXzXgEDW2s4O/dNdVvMGnZEN3Aw==
|
|
1718
1684
|
dependencies:
|
|
1719
|
-
"@salesforce/core" "^7.
|
|
1720
|
-
"@salesforce/kit" "^3.1.
|
|
1685
|
+
"@salesforce/core" "^7.3.1"
|
|
1686
|
+
"@salesforce/kit" "^3.1.1"
|
|
1721
1687
|
"@salesforce/ts-types" "^2.0.9"
|
|
1722
1688
|
"@types/shelljs" "^0.8.15"
|
|
1723
1689
|
debug "^4.3.1"
|
|
@@ -1727,13 +1693,13 @@
|
|
|
1727
1693
|
strip-ansi "6.0.1"
|
|
1728
1694
|
ts-retry-promise "^0.8.0"
|
|
1729
1695
|
|
|
1730
|
-
"@salesforce/core@^7.0.
|
|
1731
|
-
version "7.3.
|
|
1732
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.
|
|
1733
|
-
integrity sha512-
|
|
1696
|
+
"@salesforce/core@^7.0.1", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1":
|
|
1697
|
+
version "7.3.1"
|
|
1698
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.1.tgz#cda324f7a5ff1be6d7381943b15b23dbe3cd5dec"
|
|
1699
|
+
integrity sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==
|
|
1734
1700
|
dependencies:
|
|
1735
1701
|
"@jsforce/jsforce-node" "^3.1.0"
|
|
1736
|
-
"@salesforce/kit" "^3.1.
|
|
1702
|
+
"@salesforce/kit" "^3.1.1"
|
|
1737
1703
|
"@salesforce/schemas" "^1.7.0"
|
|
1738
1704
|
"@salesforce/ts-types" "^2.0.9"
|
|
1739
1705
|
ajv "^8.12.0"
|
|
@@ -1836,15 +1802,15 @@
|
|
|
1836
1802
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
|
|
1837
1803
|
integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
|
|
1838
1804
|
|
|
1839
|
-
"@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.1":
|
|
1840
|
-
version "9.0.
|
|
1841
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
1842
|
-
integrity sha512-
|
|
1805
|
+
"@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.1", "@salesforce/sf-plugins-core@^9.0.5":
|
|
1806
|
+
version "9.0.5"
|
|
1807
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.5.tgz#34732af855a6b3205e89765a446ea01024cad227"
|
|
1808
|
+
integrity sha512-il3/mKhmoDMbTdlX5G2YJw3LaJd1D3FlsPEr4gg8sXK1/gxRz0SCqcaXsjWa4Fo6i12zkW8Qgsd5vQ3N6ojiXA==
|
|
1843
1809
|
dependencies:
|
|
1844
1810
|
"@inquirer/confirm" "^2.0.17"
|
|
1845
1811
|
"@inquirer/password" "^1.1.16"
|
|
1846
|
-
"@oclif/core" "^3.26.
|
|
1847
|
-
"@salesforce/core" "^7.
|
|
1812
|
+
"@oclif/core" "^3.26.2"
|
|
1813
|
+
"@salesforce/core" "^7.3.0"
|
|
1848
1814
|
"@salesforce/kit" "^3.1.0"
|
|
1849
1815
|
"@salesforce/ts-types" "^2.0.9"
|
|
1850
1816
|
chalk "^5.3.0"
|
|
@@ -3861,20 +3827,13 @@ ecdsa-sig-formatter@1.0.11:
|
|
|
3861
3827
|
dependencies:
|
|
3862
3828
|
safe-buffer "^5.0.1"
|
|
3863
3829
|
|
|
3864
|
-
ejs@^3.1.10:
|
|
3830
|
+
ejs@^3.1.10, ejs@^3.1.9:
|
|
3865
3831
|
version "3.1.10"
|
|
3866
3832
|
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
|
|
3867
3833
|
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
|
|
3868
3834
|
dependencies:
|
|
3869
3835
|
jake "^10.8.5"
|
|
3870
3836
|
|
|
3871
|
-
ejs@^3.1.9:
|
|
3872
|
-
version "3.1.9"
|
|
3873
|
-
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
|
|
3874
|
-
integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
|
|
3875
|
-
dependencies:
|
|
3876
|
-
jake "^10.8.5"
|
|
3877
|
-
|
|
3878
3837
|
electron-to-chromium@^1.4.668:
|
|
3879
3838
|
version "1.4.690"
|
|
3880
3839
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.690.tgz#dd5145d45c49c08a9a6f7454127e660bdf9a3fa7"
|
|
@@ -4124,12 +4083,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
4124
4083
|
semver "^7.5.4"
|
|
4125
4084
|
spdx-expression-parse "^4.0.0"
|
|
4126
4085
|
|
|
4127
|
-
eslint-plugin-sf-plugin@^1.18.
|
|
4128
|
-
version "1.18.
|
|
4129
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
|
4130
|
-
integrity sha512-
|
|
4086
|
+
eslint-plugin-sf-plugin@^1.18.2:
|
|
4087
|
+
version "1.18.2"
|
|
4088
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.2.tgz#36e275b82eb17586dcfe77d0aafedecc30124329"
|
|
4089
|
+
integrity sha512-QkxCu/4aglqlduTCk4d+3C6kl5KoIL6a88HJGLjgm1zWjjxduEeecsBNcHz82KN6FZtV+oONmvXPNoMlwQpvvw==
|
|
4131
4090
|
dependencies:
|
|
4132
|
-
"@salesforce/core" "^7.
|
|
4091
|
+
"@salesforce/core" "^7.3.0"
|
|
4133
4092
|
"@typescript-eslint/utils" "^6.17.0"
|
|
4134
4093
|
|
|
4135
4094
|
eslint-plugin-unicorn@^50.0.1:
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
3
|
"description": "plugin for sf auth commands",
|
|
4
|
-
"version": "3.6.
|
|
4
|
+
"version": "3.6.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -11,18 +11,18 @@
|
|
|
11
11
|
"@salesforce/core": "^7.3.0",
|
|
12
12
|
"@salesforce/kit": "^3.1.1",
|
|
13
13
|
"@salesforce/plugin-info": "^3.2.3",
|
|
14
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
14
|
+
"@salesforce/sf-plugins-core": "^9.0.5",
|
|
15
15
|
"@salesforce/ts-types": "^2.0.9",
|
|
16
16
|
"chalk": "^5.3.0",
|
|
17
17
|
"open": "^10.1.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
21
|
-
"@salesforce/cli-plugins-testkit": "^5.
|
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.1.7",
|
|
21
|
+
"@salesforce/cli-plugins-testkit": "^5.3.1",
|
|
22
22
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
23
23
|
"@salesforce/plugin-command-reference": "^3.0.78",
|
|
24
24
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
25
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
25
|
+
"eslint-plugin-sf-plugin": "^1.18.2",
|
|
26
26
|
"oclif": "^4.8.2",
|
|
27
27
|
"ts-node": "^10.9.2",
|
|
28
28
|
"typescript": "^5.4.5"
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
"exports": "./lib/index.js",
|
|
237
237
|
"type": "module",
|
|
238
238
|
"sfdx": {
|
|
239
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.
|
|
240
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.
|
|
239
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.6.crt",
|
|
240
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.6.sig"
|
|
241
241
|
}
|
|
242
242
|
}
|