@salesforce/plugin-auth 3.6.7 → 3.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/npm-shrinkwrap.json +181 -6
- package/oclif.lock +35 -1
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.8/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.8/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.8/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.8/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.8/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.8/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.8/src/commands/org/logout.ts)_
|
|
530
530
|
|
|
531
531
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.8",
|
|
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.8",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/checkbox": "^1.5.2",
|
|
13
13
|
"@inquirer/select": "^1.3.3",
|
|
14
|
-
"@oclif/core": "^3.26.
|
|
14
|
+
"@oclif/core": "^3.26.5",
|
|
15
15
|
"@salesforce/core": "^7.3.0",
|
|
16
16
|
"@salesforce/kit": "^3.1.1",
|
|
17
17
|
"@salesforce/plugin-info": "^3.2.4",
|
|
@@ -3345,9 +3345,9 @@
|
|
|
3345
3345
|
}
|
|
3346
3346
|
},
|
|
3347
3347
|
"node_modules/@oclif/core": {
|
|
3348
|
-
"version": "3.26.
|
|
3349
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
3350
|
-
"integrity": "sha512-
|
|
3348
|
+
"version": "3.26.5",
|
|
3349
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.5.tgz",
|
|
3350
|
+
"integrity": "sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==",
|
|
3351
3351
|
"license": "MIT",
|
|
3352
3352
|
"dependencies": {
|
|
3353
3353
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3502,6 +3502,117 @@
|
|
|
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.4",
|
|
3507
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz",
|
|
3508
|
+
"integrity": "sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==",
|
|
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
|
+
},
|
|
3505
3616
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
3506
3617
|
"version": "14.0.1",
|
|
3507
3618
|
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
@@ -3523,6 +3634,36 @@
|
|
|
3523
3634
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3524
3635
|
}
|
|
3525
3636
|
},
|
|
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
|
+
},
|
|
3526
3667
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3527
3668
|
"version": "5.0.0",
|
|
3528
3669
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -3549,6 +3690,40 @@
|
|
|
3549
3690
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3550
3691
|
}
|
|
3551
3692
|
},
|
|
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
|
+
},
|
|
3552
3727
|
"node_modules/@oclif/plugin-help": {
|
|
3553
3728
|
"version": "6.0.18",
|
|
3554
3729
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1595,7 +1595,7 @@
|
|
|
1595
1595
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1596
1596
|
fastq "^1.6.0"
|
|
1597
1597
|
|
|
1598
|
-
"@oclif/core@3.26.4"
|
|
1598
|
+
"@oclif/core@3.26.4":
|
|
1599
1599
|
version "3.26.4"
|
|
1600
1600
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
|
|
1601
1601
|
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
|
|
@@ -1629,6 +1629,40 @@
|
|
|
1629
1629
|
wordwrap "^1.0.0"
|
|
1630
1630
|
wrap-ansi "^7.0.0"
|
|
1631
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", "@oclif/core@^3.26.5":
|
|
1633
|
+
version "3.26.5"
|
|
1634
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
|
|
1635
|
+
integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
|
|
1636
|
+
dependencies:
|
|
1637
|
+
"@types/cli-progress" "^3.11.5"
|
|
1638
|
+
ansi-escapes "^4.3.2"
|
|
1639
|
+
ansi-styles "^4.3.0"
|
|
1640
|
+
cardinal "^2.1.1"
|
|
1641
|
+
chalk "^4.1.2"
|
|
1642
|
+
clean-stack "^3.0.1"
|
|
1643
|
+
cli-progress "^3.12.0"
|
|
1644
|
+
color "^4.2.3"
|
|
1645
|
+
debug "^4.3.4"
|
|
1646
|
+
ejs "^3.1.10"
|
|
1647
|
+
get-package-type "^0.1.0"
|
|
1648
|
+
globby "^11.1.0"
|
|
1649
|
+
hyperlinker "^1.0.0"
|
|
1650
|
+
indent-string "^4.0.0"
|
|
1651
|
+
is-wsl "^2.2.0"
|
|
1652
|
+
js-yaml "^3.14.1"
|
|
1653
|
+
minimatch "^9.0.4"
|
|
1654
|
+
natural-orderby "^2.0.3"
|
|
1655
|
+
object-treeify "^1.1.33"
|
|
1656
|
+
password-prompt "^1.1.3"
|
|
1657
|
+
slice-ansi "^4.0.0"
|
|
1658
|
+
string-width "^4.2.3"
|
|
1659
|
+
strip-ansi "^6.0.1"
|
|
1660
|
+
supports-color "^8.1.1"
|
|
1661
|
+
supports-hyperlinks "^2.2.0"
|
|
1662
|
+
widest-line "^3.1.0"
|
|
1663
|
+
wordwrap "^1.0.0"
|
|
1664
|
+
wrap-ansi "^7.0.0"
|
|
1665
|
+
|
|
1632
1666
|
"@oclif/plugin-command-snapshot@^5.1.7":
|
|
1633
1667
|
version "5.1.7"
|
|
1634
1668
|
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
3
|
"description": "plugin for sf auth commands",
|
|
4
|
-
"version": "3.6.
|
|
4
|
+
"version": "3.6.8",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@inquirer/checkbox": "^1.5.2",
|
|
9
9
|
"@inquirer/select": "^1.3.3",
|
|
10
|
-
"@oclif/core": "^3.26.
|
|
10
|
+
"@oclif/core": "^3.26.5",
|
|
11
11
|
"@salesforce/core": "^7.3.0",
|
|
12
12
|
"@salesforce/kit": "^3.1.1",
|
|
13
13
|
"@salesforce/plugin-info": "^3.2.4",
|
|
@@ -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.8.crt",
|
|
240
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.8.sig"
|
|
241
241
|
}
|
|
242
242
|
}
|