@salesforce/plugin-auth 3.0.7 → 3.0.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/oclif.lock +60 -30
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -107,7 +107,7 @@ EXAMPLES
|
|
|
107
107
|
$ sf org list auth
|
|
108
108
|
```
|
|
109
109
|
|
|
110
|
-
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
110
|
+
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.8/src/commands/org/list/auth.ts)_
|
|
111
111
|
|
|
112
112
|
## `sf org login access-token`
|
|
113
113
|
|
|
@@ -160,7 +160,7 @@ FLAG DESCRIPTIONS
|
|
|
160
160
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
161
161
|
```
|
|
162
162
|
|
|
163
|
-
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
163
|
+
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.8/src/commands/org/login/access-token.ts)_
|
|
164
164
|
|
|
165
165
|
## `sf org login device`
|
|
166
166
|
|
|
@@ -219,7 +219,7 @@ FLAG DESCRIPTIONS
|
|
|
219
219
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
222
|
+
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.8/src/commands/org/login/device.ts)_
|
|
223
223
|
|
|
224
224
|
## `sf org login jwt`
|
|
225
225
|
|
|
@@ -308,7 +308,7 @@ FLAG DESCRIPTIONS
|
|
|
308
308
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
309
309
|
```
|
|
310
310
|
|
|
311
|
-
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
311
|
+
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.8/src/commands/org/login/jwt.ts)_
|
|
312
312
|
|
|
313
313
|
## `sf org login sfdx-url`
|
|
314
314
|
|
|
@@ -366,7 +366,7 @@ EXAMPLES
|
|
|
366
366
|
$ sf org login sfdx-url --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg
|
|
367
367
|
```
|
|
368
368
|
|
|
369
|
-
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
369
|
+
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.8/src/commands/org/login/sfdx-url.ts)_
|
|
370
370
|
|
|
371
371
|
## `sf org login web`
|
|
372
372
|
|
|
@@ -451,7 +451,7 @@ FLAG DESCRIPTIONS
|
|
|
451
451
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
452
452
|
```
|
|
453
453
|
|
|
454
|
-
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
454
|
+
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.8/src/commands/org/login/web.ts)_
|
|
455
455
|
|
|
456
456
|
## `sf org logout`
|
|
457
457
|
|
|
@@ -511,6 +511,6 @@ FLAG DESCRIPTIONS
|
|
|
511
511
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
512
512
|
```
|
|
513
513
|
|
|
514
|
-
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
514
|
+
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.8/src/commands/org/logout.ts)_
|
|
515
515
|
|
|
516
516
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -692,7 +692,7 @@
|
|
|
692
692
|
supports-color "^8.1.1"
|
|
693
693
|
tslib "^2"
|
|
694
694
|
|
|
695
|
-
"@oclif/core@^2.
|
|
695
|
+
"@oclif/core@^2.9.3":
|
|
696
696
|
version "2.15.0"
|
|
697
697
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.15.0.tgz#f27797b30a77d13279fba88c1698fc34a0bd0d2a"
|
|
698
698
|
integrity sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==
|
|
@@ -726,10 +726,10 @@
|
|
|
726
726
|
wordwrap "^1.0.0"
|
|
727
727
|
wrap-ansi "^7.0.0"
|
|
728
728
|
|
|
729
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.3.1":
|
|
730
|
-
version "3.
|
|
731
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
732
|
-
integrity sha512-
|
|
729
|
+
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.3.1":
|
|
730
|
+
version "3.12.0"
|
|
731
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.12.0.tgz#4b38b1b5dab2f7585f89c3927a8a157b258b4bd6"
|
|
732
|
+
integrity sha512-mT1Vpd1E20IJ7P6GDYOivylPdTHq/xVgFjeCDjitFW86UAklFM8BEFyFB7KpsTvpmjRbCoda3yU10lSI1224lw==
|
|
733
733
|
dependencies:
|
|
734
734
|
ansi-escapes "^4.3.2"
|
|
735
735
|
ansi-styles "^4.3.0"
|
|
@@ -737,6 +737,7 @@
|
|
|
737
737
|
chalk "^4.1.2"
|
|
738
738
|
clean-stack "^3.0.1"
|
|
739
739
|
cli-progress "^3.12.0"
|
|
740
|
+
color "^4.2.3"
|
|
740
741
|
debug "^4.3.4"
|
|
741
742
|
ejs "^3.1.9"
|
|
742
743
|
get-package-type "^0.1.0"
|
|
@@ -916,7 +917,7 @@
|
|
|
916
917
|
strip-ansi "6.0.1"
|
|
917
918
|
ts-retry-promise "^0.7.1"
|
|
918
919
|
|
|
919
|
-
"@salesforce/core@^5.3.
|
|
920
|
+
"@salesforce/core@^5.3.20":
|
|
920
921
|
version "5.3.20"
|
|
921
922
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.20.tgz#4e934d4551bb70423cb1c4115615bc41cffca41e"
|
|
922
923
|
integrity sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==
|
|
@@ -940,10 +941,10 @@
|
|
|
940
941
|
semver "^7.5.4"
|
|
941
942
|
ts-retry-promise "^0.7.1"
|
|
942
943
|
|
|
943
|
-
"@salesforce/core@^6.1.0", "@salesforce/core@^6.
|
|
944
|
-
version "6.
|
|
945
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.
|
|
946
|
-
integrity sha512-
|
|
944
|
+
"@salesforce/core@^6.1.0", "@salesforce/core@^6.2.0":
|
|
945
|
+
version "6.2.0"
|
|
946
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.2.0.tgz#9bac72c0b48c733cf1d32d19f9775c34d895f207"
|
|
947
|
+
integrity sha512-HuggjBCLA18yXYHChnsrPDGbM+fAPx+9NeS7Dkx3/o1VhJ2hok5BUkvdaeoAVex/0Oc2J+KcvX/gqrjY51iOhQ==
|
|
947
948
|
dependencies:
|
|
948
949
|
"@salesforce/kit" "^3.0.15"
|
|
949
950
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -957,7 +958,7 @@
|
|
|
957
958
|
jsforce "^2.0.0-beta.28"
|
|
958
959
|
jsonwebtoken "9.0.2"
|
|
959
960
|
jszip "3.10.1"
|
|
960
|
-
pino "^8.16.
|
|
961
|
+
pino "^8.16.2"
|
|
961
962
|
pino-abstract-transport "^1.1.0"
|
|
962
963
|
pino-pretty "^10.2.3"
|
|
963
964
|
proper-lockfile "^4.1.2"
|
|
@@ -1000,7 +1001,7 @@
|
|
|
1000
1001
|
typescript "^4.9.5"
|
|
1001
1002
|
wireit "^0.14.1"
|
|
1002
1003
|
|
|
1003
|
-
"@salesforce/kit@^3.0.
|
|
1004
|
+
"@salesforce/kit@^3.0.15":
|
|
1004
1005
|
version "3.0.15"
|
|
1005
1006
|
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.15.tgz#713df3f5767f874c70a2e731c7cb5ba677989559"
|
|
1006
1007
|
integrity sha512-XkA8jsuLvVnyP460dAbU3pBFP2IkmmmsVxMQVifcKKbNWaIBbZBzAfj+vdaQfnvZyflLhsrFT3q2xkb0vHouPg==
|
|
@@ -1008,15 +1009,15 @@
|
|
|
1008
1009
|
"@salesforce/ts-types" "^2.0.9"
|
|
1009
1010
|
tslib "^2.6.2"
|
|
1010
1011
|
|
|
1011
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1012
|
-
version "3.0.
|
|
1013
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1014
|
-
integrity sha512-
|
|
1012
|
+
"@salesforce/plugin-command-reference@^3.0.47":
|
|
1013
|
+
version "3.0.47"
|
|
1014
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.47.tgz#477c3384402ef08458f4259b100447e136384e85"
|
|
1015
|
+
integrity sha512-A3syaw8bf8Bovne6WDiYOcOeLFKTqf1T+MXlxXPwDkDM0X5squkwVvE6wun7S54Q3n4gCSlCPiAMbJfpF8wwaw==
|
|
1015
1016
|
dependencies:
|
|
1016
|
-
"@oclif/core" "^
|
|
1017
|
-
"@salesforce/core" "^5.3.
|
|
1017
|
+
"@oclif/core" "^3.0.0"
|
|
1018
|
+
"@salesforce/core" "^5.3.20"
|
|
1018
1019
|
"@salesforce/kit" "^3.0.15"
|
|
1019
|
-
"@salesforce/sf-plugins-core" "^
|
|
1020
|
+
"@salesforce/sf-plugins-core" "^4"
|
|
1020
1021
|
"@salesforce/ts-types" "^2.0.9"
|
|
1021
1022
|
chalk "^4"
|
|
1022
1023
|
handlebars "^4.7.8"
|
|
@@ -1032,15 +1033,16 @@
|
|
|
1032
1033
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
|
1033
1034
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
|
1034
1035
|
|
|
1035
|
-
"@salesforce/sf-plugins-core@^
|
|
1036
|
-
version "
|
|
1037
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
1038
|
-
integrity sha512-
|
|
1036
|
+
"@salesforce/sf-plugins-core@^4":
|
|
1037
|
+
version "4.1.3"
|
|
1038
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.3.tgz#06fa96fec1903fe945def9303eb8c43058625a3d"
|
|
1039
|
+
integrity sha512-cia0FRknxeQU0IK5gOxlP2KGxqc5zxwSmHLKJsd5+sUFWpn3Hnun/3rDO94UXIDjuGKV7HK08hQNBKkSLeYaRA==
|
|
1039
1040
|
dependencies:
|
|
1040
|
-
"@oclif/core" "^
|
|
1041
|
-
"@salesforce/core" "^
|
|
1042
|
-
"@salesforce/kit" "^3.0.
|
|
1043
|
-
"@salesforce/ts-types" "^2.0.
|
|
1041
|
+
"@oclif/core" "^3.11.0"
|
|
1042
|
+
"@salesforce/core" "^6.1.0"
|
|
1043
|
+
"@salesforce/kit" "^3.0.15"
|
|
1044
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1045
|
+
"@types/inquirer" "^8.2.3"
|
|
1044
1046
|
chalk "^4"
|
|
1045
1047
|
inquirer "^8.2.5"
|
|
1046
1048
|
|
|
@@ -1066,7 +1068,7 @@
|
|
|
1066
1068
|
sinon "^5.1.1"
|
|
1067
1069
|
tslib "^2.6.1"
|
|
1068
1070
|
|
|
1069
|
-
"@salesforce/ts-types@^2.0.6", "@salesforce/ts-types@^2.0.
|
|
1071
|
+
"@salesforce/ts-types@^2.0.6", "@salesforce/ts-types@^2.0.9":
|
|
1070
1072
|
version "2.0.9"
|
|
1071
1073
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.9.tgz#66bff7b41720065d6b01631b6f6a3ccca02857c5"
|
|
1072
1074
|
integrity sha512-boUD9jw5vQpTCPCCmK/NFTWjSuuW+lsaxOynkyNXLW+zxOc4GDjhtKc4j0vWZJQvolpafbyS8ZLFHZJvs12gYA==
|
|
@@ -2343,16 +2345,32 @@ color-name@1.1.3:
|
|
|
2343
2345
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
|
2344
2346
|
integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
|
|
2345
2347
|
|
|
2346
|
-
color-name@~1.1.4:
|
|
2348
|
+
color-name@^1.0.0, color-name@~1.1.4:
|
|
2347
2349
|
version "1.1.4"
|
|
2348
2350
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
|
2349
2351
|
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
|
2350
2352
|
|
|
2353
|
+
color-string@^1.9.0:
|
|
2354
|
+
version "1.9.1"
|
|
2355
|
+
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4"
|
|
2356
|
+
integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==
|
|
2357
|
+
dependencies:
|
|
2358
|
+
color-name "^1.0.0"
|
|
2359
|
+
simple-swizzle "^0.2.2"
|
|
2360
|
+
|
|
2351
2361
|
color-support@^1.1.2, color-support@^1.1.3:
|
|
2352
2362
|
version "1.1.3"
|
|
2353
2363
|
resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
|
|
2354
2364
|
integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
|
|
2355
2365
|
|
|
2366
|
+
color@^4.2.3:
|
|
2367
|
+
version "4.2.3"
|
|
2368
|
+
resolved "https://registry.yarnpkg.com/color/-/color-4.2.3.tgz#d781ecb5e57224ee43ea9627560107c0e0c6463a"
|
|
2369
|
+
integrity sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==
|
|
2370
|
+
dependencies:
|
|
2371
|
+
color-convert "^2.0.1"
|
|
2372
|
+
color-string "^1.9.0"
|
|
2373
|
+
|
|
2356
2374
|
colorette@^2.0.7:
|
|
2357
2375
|
version "2.0.20"
|
|
2358
2376
|
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a"
|
|
@@ -4078,6 +4096,11 @@ is-arrayish@^0.2.1:
|
|
|
4078
4096
|
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
|
|
4079
4097
|
integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==
|
|
4080
4098
|
|
|
4099
|
+
is-arrayish@^0.3.1:
|
|
4100
|
+
version "0.3.2"
|
|
4101
|
+
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
|
|
4102
|
+
integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
|
|
4103
|
+
|
|
4081
4104
|
is-bigint@^1.0.1:
|
|
4082
4105
|
version "1.0.4"
|
|
4083
4106
|
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3"
|
|
@@ -5964,7 +5987,7 @@ pino-std-serializers@^6.0.0:
|
|
|
5964
5987
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
5965
5988
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
5966
5989
|
|
|
5967
|
-
pino@^8.16.0, pino@^8.16.
|
|
5990
|
+
pino@^8.16.0, pino@^8.16.2:
|
|
5968
5991
|
version "8.16.2"
|
|
5969
5992
|
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
|
|
5970
5993
|
integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==
|
|
@@ -6630,6 +6653,13 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
|
|
|
6630
6653
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
|
|
6631
6654
|
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
|
6632
6655
|
|
|
6656
|
+
simple-swizzle@^0.2.2:
|
|
6657
|
+
version "0.2.2"
|
|
6658
|
+
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
|
|
6659
|
+
integrity sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==
|
|
6660
|
+
dependencies:
|
|
6661
|
+
is-arrayish "^0.3.1"
|
|
6662
|
+
|
|
6633
6663
|
sinon@10.0.0:
|
|
6634
6664
|
version "10.0.0"
|
|
6635
6665
|
resolved "https://registry.yarnpkg.com/sinon/-/sinon-10.0.0.tgz#52279f97e35646ff73d23207d0307977c9b81430"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
3
|
"description": "plugin for sf auth commands",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.8",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.10.8",
|
|
9
|
-
"@salesforce/core": "^6.
|
|
9
|
+
"@salesforce/core": "^6.2.0",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^5.0.1",
|
|
12
12
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@oclif/plugin-command-snapshot": "^5.0.2",
|
|
18
18
|
"@salesforce/cli-plugins-testkit": "^5.0.4",
|
|
19
19
|
"@salesforce/dev-scripts": "^7.1.1",
|
|
20
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
20
|
+
"@salesforce/plugin-command-reference": "^3.0.47",
|
|
21
21
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
22
22
|
"eslint-plugin-sf-plugin": "^1.16.15",
|
|
23
23
|
"oclif": "^4.0.3",
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"exports": "./lib/index.js",
|
|
221
221
|
"type": "module",
|
|
222
222
|
"sfdx": {
|
|
223
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.0.
|
|
224
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.0.
|
|
223
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.0.8.crt",
|
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.0.8.sig"
|
|
225
225
|
}
|
|
226
226
|
}
|