@salesforce/plugin-auth 3.3.25 → 3.3.26

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 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.3.25/src/commands/org/list/auth.ts)_
110
+ _See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.26/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.3.25/src/commands/org/login/access-token.ts)_
163
+ _See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.26/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.3.25/src/commands/org/login/device.ts)_
222
+ _See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.26/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.3.25/src/commands/org/login/jwt.ts)_
311
+ _See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.26/src/commands/org/login/jwt.ts)_
312
312
 
313
313
  ## `sf org login sfdx-url`
314
314
 
@@ -373,7 +373,7 @@ EXAMPLES
373
373
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
374
374
  ```
375
375
 
376
- _See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.25/src/commands/org/login/sfdx-url.ts)_
376
+ _See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.26/src/commands/org/login/sfdx-url.ts)_
377
377
 
378
378
  ## `sf org login web`
379
379
 
@@ -458,7 +458,7 @@ FLAG DESCRIPTIONS
458
458
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
459
459
  ```
460
460
 
461
- _See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.25/src/commands/org/login/web.ts)_
461
+ _See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.26/src/commands/org/login/web.ts)_
462
462
 
463
463
  ## `sf org logout`
464
464
 
@@ -518,6 +518,6 @@ FLAG DESCRIPTIONS
518
518
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
519
519
  ```
520
520
 
521
- _See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.25/src/commands/org/logout.ts)_
521
+ _See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.26/src/commands/org/logout.ts)_
522
522
 
523
523
  <!-- commandsstop -->
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-auth",
3
- "version": "3.3.25",
3
+ "version": "3.3.26",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-auth",
9
- "version": "3.3.25",
9
+ "version": "3.3.26",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@inquirer/checkbox": "^1.5.2",
13
13
  "@inquirer/select": "^1.3.3",
14
14
  "@oclif/core": "^3.25.2",
15
- "@salesforce/core": "^6.7.0",
15
+ "@salesforce/core": "^6.7.1",
16
16
  "@salesforce/kit": "^3.0.15",
17
17
  "@salesforce/sf-plugins-core": "^7.1.15",
18
18
  "@salesforce/ts-types": "^2.0.9",
@@ -26,7 +26,7 @@
26
26
  "@salesforce/plugin-command-reference": "^3.0.70",
27
27
  "@salesforce/ts-sinon": "^1.4.19",
28
28
  "eslint-plugin-sf-plugin": "^1.17.3",
29
- "oclif": "^4.5.2",
29
+ "oclif": "^4.5.5",
30
30
  "ts-node": "^10.9.2",
31
31
  "typescript": "^5.4.2"
32
32
  },
@@ -4298,26 +4298,26 @@
4298
4298
  }
4299
4299
  },
4300
4300
  "node_modules/@oclif/plugin-help": {
4301
- "version": "6.0.17",
4302
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.17.tgz",
4303
- "integrity": "sha512-zHKRQf/SkaOyF8xwz9EJxQ4bsB9bK+ED+i0YF24dud/1DkTj5cEDvrNV6sj+YH34ONz7z4et230URdFM3SJKeQ==",
4301
+ "version": "6.0.18",
4302
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz",
4303
+ "integrity": "sha512-Ly0gu/+eq7GfIMT76cirbHgElYGlu+PaZ5elrAKmDiegBh31AXqaPQAj8PH4+sG8RSv5srYtrkrygZaw8IF9CQ==",
4304
4304
  "dev": true,
4305
4305
  "license": "MIT",
4306
4306
  "dependencies": {
4307
- "@oclif/core": "^3.21.0"
4307
+ "@oclif/core": "^3.23.0"
4308
4308
  },
4309
4309
  "engines": {
4310
4310
  "node": ">=18.0.0"
4311
4311
  }
4312
4312
  },
4313
4313
  "node_modules/@oclif/plugin-not-found": {
4314
- "version": "3.0.10",
4315
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.10.tgz",
4316
- "integrity": "sha512-vjY0nh+QcnAnKYP1SW/c4YhSBS8AkVsv4J61X2Bg2uedLi8Xaj5wCE8zTkqi/gSUtCH3SC3XZ5XGiqGVJegkTw==",
4314
+ "version": "3.0.14",
4315
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.14.tgz",
4316
+ "integrity": "sha512-HLz04cmS+5F6Tsx1zQEoYV6wamDC/0cM2NqklPIEg8pq/JHPhktmhpzsGaRyBrtx4Pv+uNCo3s+mrTz2v5v03w==",
4317
4317
  "dev": true,
4318
4318
  "license": "MIT",
4319
4319
  "dependencies": {
4320
- "@oclif/core": "^3.18.2",
4320
+ "@oclif/core": "^3.21.0",
4321
4321
  "chalk": "^5.3.0",
4322
4322
  "fast-levenshtein": "^3.0.0"
4323
4323
  },
@@ -4529,9 +4529,9 @@
4529
4529
  }
4530
4530
  },
4531
4531
  "node_modules/@salesforce/core": {
4532
- "version": "6.7.0",
4533
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.0.tgz",
4534
- "integrity": "sha512-KIyoSdQJVwtReSpXfpFZ4D4BXHFh5xcmvY6UJjzxB3H7CqUtC/20ldal/jCD8JEy/jObfG7GyxZmZYZYF88JCw==",
4532
+ "version": "6.7.1",
4533
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.1.tgz",
4534
+ "integrity": "sha512-SxscNdH2l+K5LmqH9XrosX+fjhPkMLN3hsG50sWQi7DbaI1Z0FGAKVOmVe6fZZsUsVNThKvZ+159IwwtxHWY6w==",
4535
4535
  "license": "BSD-3-Clause",
4536
4536
  "dependencies": {
4537
4537
  "@salesforce/kit": "^3.0.15",
@@ -13784,17 +13784,17 @@
13784
13784
  }
13785
13785
  },
13786
13786
  "node_modules/oclif": {
13787
- "version": "4.5.2",
13788
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.5.2.tgz",
13789
- "integrity": "sha512-9xUwaaNvdrN1tSx/jxKD1tsu/sR3ZHFv1f72S8GAZ01xmp5EGyRw97xUT64TFLPQLp/6h3zXm3VUwhZyCv9bkw==",
13787
+ "version": "4.5.5",
13788
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.5.5.tgz",
13789
+ "integrity": "sha512-SCE73AioYF3a4I4hIc0VhE5KQb80ijXhdwxIoD0HAU49lipJ2YWOxTLfHudDUdPyZHOGNqwU4/wmEkMPhWjf1Q==",
13790
13790
  "dev": true,
13791
13791
  "license": "MIT",
13792
13792
  "dependencies": {
13793
13793
  "@aws-sdk/client-cloudfront": "^3.525.0",
13794
13794
  "@aws-sdk/client-s3": "^3.515.0",
13795
13795
  "@oclif/core": "^3.21.0",
13796
- "@oclif/plugin-help": "^6.0.14",
13797
- "@oclif/plugin-not-found": "^3.0.10",
13796
+ "@oclif/plugin-help": "^6.0.18",
13797
+ "@oclif/plugin-not-found": "^3.0.14",
13798
13798
  "@oclif/plugin-warn-if-update-available": "^3.0.12",
13799
13799
  "async-retry": "^1.3.3",
13800
13800
  "change-case": "^4",
package/oclif.lock CHANGED
@@ -1800,7 +1800,7 @@
1800
1800
  wordwrap "^1.0.0"
1801
1801
  wrap-ansi "^7.0.0"
1802
1802
 
1803
- "@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.25.2":
1803
+ "@oclif/core@^3.15.1", "@oclif/core@^3.19.2", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.25.2":
1804
1804
  version "3.25.2"
1805
1805
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973"
1806
1806
  integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==
@@ -1850,19 +1850,19 @@
1850
1850
  semver "^7.6.0"
1851
1851
  ts-json-schema-generator "^1.5.0"
1852
1852
 
1853
- "@oclif/plugin-help@^6.0.14":
1854
- version "6.0.17"
1855
- resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.17.tgz#88aa0ba02effa7bb33a7ebddfd3a2d5bfb2399f0"
1856
- integrity sha512-zHKRQf/SkaOyF8xwz9EJxQ4bsB9bK+ED+i0YF24dud/1DkTj5cEDvrNV6sj+YH34ONz7z4et230URdFM3SJKeQ==
1853
+ "@oclif/plugin-help@^6.0.18":
1854
+ version "6.0.18"
1855
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.18.tgz#9ba4151b5d77b78a345ad1308620a1fbf9731ac8"
1856
+ integrity sha512-Ly0gu/+eq7GfIMT76cirbHgElYGlu+PaZ5elrAKmDiegBh31AXqaPQAj8PH4+sG8RSv5srYtrkrygZaw8IF9CQ==
1857
1857
  dependencies:
1858
- "@oclif/core" "^3.21.0"
1858
+ "@oclif/core" "^3.23.0"
1859
1859
 
1860
- "@oclif/plugin-not-found@^3.0.10":
1861
- version "3.0.10"
1862
- resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.10.tgz#c1e60386f4509b43636214f8d6efff7b8e5a75bc"
1863
- integrity sha512-vjY0nh+QcnAnKYP1SW/c4YhSBS8AkVsv4J61X2Bg2uedLi8Xaj5wCE8zTkqi/gSUtCH3SC3XZ5XGiqGVJegkTw==
1860
+ "@oclif/plugin-not-found@^3.0.14":
1861
+ version "3.0.14"
1862
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.14.tgz#a5eb6d38cd185e9d30178f5fbd0dc674dbae9b01"
1863
+ integrity sha512-HLz04cmS+5F6Tsx1zQEoYV6wamDC/0cM2NqklPIEg8pq/JHPhktmhpzsGaRyBrtx4Pv+uNCo3s+mrTz2v5v03w==
1864
1864
  dependencies:
1865
- "@oclif/core" "^3.18.2"
1865
+ "@oclif/core" "^3.21.0"
1866
1866
  chalk "^5.3.0"
1867
1867
  fast-levenshtein "^3.0.0"
1868
1868
 
@@ -1998,10 +1998,10 @@
1998
1998
  strip-ansi "6.0.1"
1999
1999
  ts-retry-promise "^0.8.0"
2000
2000
 
2001
- "@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.3", "@salesforce/core@^6.6.0", "@salesforce/core@^6.7.0":
2002
- version "6.7.0"
2003
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.0.tgz#f838f5704aa2f14296fd85691c9bcd8da33dca5d"
2004
- integrity sha512-KIyoSdQJVwtReSpXfpFZ4D4BXHFh5xcmvY6UJjzxB3H7CqUtC/20ldal/jCD8JEy/jObfG7GyxZmZYZYF88JCw==
2001
+ "@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.3", "@salesforce/core@^6.6.0", "@salesforce/core@^6.7.0", "@salesforce/core@^6.7.1":
2002
+ version "6.7.1"
2003
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.1.tgz#4dcfb62bc3d488462ea6e9438ff092cf202c1696"
2004
+ integrity sha512-SxscNdH2l+K5LmqH9XrosX+fjhPkMLN3hsG50sWQi7DbaI1Z0FGAKVOmVe6fZZsUsVNThKvZ+159IwwtxHWY6w==
2005
2005
  dependencies:
2006
2006
  "@salesforce/kit" "^3.0.15"
2007
2007
  "@salesforce/schemas" "^1.6.1"
@@ -7518,16 +7518,16 @@ object.values@^1.1.7:
7518
7518
  define-properties "^1.2.0"
7519
7519
  es-abstract "^1.22.1"
7520
7520
 
7521
- oclif@^4.5.2:
7522
- version "4.5.2"
7523
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.5.2.tgz#b90f9bb624fccb73e57dd733e3a5146f3eeb7599"
7524
- integrity sha512-9xUwaaNvdrN1tSx/jxKD1tsu/sR3ZHFv1f72S8GAZ01xmp5EGyRw97xUT64TFLPQLp/6h3zXm3VUwhZyCv9bkw==
7521
+ oclif@^4.5.5:
7522
+ version "4.5.5"
7523
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.5.5.tgz#f56543d62ab6bfb17f0080b9a3f5ff4b85e7f79c"
7524
+ integrity sha512-SCE73AioYF3a4I4hIc0VhE5KQb80ijXhdwxIoD0HAU49lipJ2YWOxTLfHudDUdPyZHOGNqwU4/wmEkMPhWjf1Q==
7525
7525
  dependencies:
7526
7526
  "@aws-sdk/client-cloudfront" "^3.525.0"
7527
7527
  "@aws-sdk/client-s3" "^3.515.0"
7528
7528
  "@oclif/core" "^3.21.0"
7529
- "@oclif/plugin-help" "^6.0.14"
7530
- "@oclif/plugin-not-found" "^3.0.10"
7529
+ "@oclif/plugin-help" "^6.0.18"
7530
+ "@oclif/plugin-not-found" "^3.0.14"
7531
7531
  "@oclif/plugin-warn-if-update-available" "^3.0.12"
7532
7532
  async-retry "^1.3.3"
7533
7533
  change-case "^4"
@@ -1007,5 +1007,5 @@
1007
1007
  ]
1008
1008
  }
1009
1009
  },
1010
- "version": "3.3.25"
1010
+ "version": "3.3.26"
1011
1011
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-auth",
3
3
  "description": "plugin for sf auth commands",
4
- "version": "3.3.25",
4
+ "version": "3.3.26",
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
10
  "@oclif/core": "^3.25.2",
11
- "@salesforce/core": "^6.7.0",
11
+ "@salesforce/core": "^6.7.1",
12
12
  "@salesforce/kit": "^3.0.15",
13
13
  "@salesforce/sf-plugins-core": "^7.1.15",
14
14
  "@salesforce/ts-types": "^2.0.9",
@@ -22,7 +22,7 @@
22
22
  "@salesforce/plugin-command-reference": "^3.0.70",
23
23
  "@salesforce/ts-sinon": "^1.4.19",
24
24
  "eslint-plugin-sf-plugin": "^1.17.3",
25
- "oclif": "^4.5.2",
25
+ "oclif": "^4.5.5",
26
26
  "ts-node": "^10.9.2",
27
27
  "typescript": "^5.4.2"
28
28
  },
@@ -232,7 +232,7 @@
232
232
  "exports": "./lib/index.js",
233
233
  "type": "module",
234
234
  "sfdx": {
235
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.25.crt",
236
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.25.sig"
235
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.26.crt",
236
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.26.sig"
237
237
  }
238
238
  }