@alchemy/cli 0.7.2 → 0.7.4-alpha.37

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.
@@ -11,8 +11,8 @@ import {
11
11
  prepareLogin,
12
12
  revokeToken,
13
13
  waitForCallback
14
- } from "./chunk-INVT5BV6.js";
15
- import "./chunk-KLPWJFWP.js";
14
+ } from "./chunk-WCZIVY4O.js";
15
+ import "./chunk-MYHXAACL.js";
16
16
  export {
17
17
  AUTH_PORT,
18
18
  DEFAULT_EXPIRES_IN_SECONDS,
@@ -0,0 +1,16 @@
1
+ #!/usr/bin/env node
2
+ if(process.argv.includes("--no-color"))process.env.NO_COLOR="1";
3
+ import {
4
+ registerAuth,
5
+ selectAppAfterAuth
6
+ } from "./chunk-2OUAYCVA.js";
7
+ import "./chunk-WCZIVY4O.js";
8
+ import "./chunk-AUGBYMHT.js";
9
+ import "./chunk-5HYOZ773.js";
10
+ import "./chunk-HR2UZ6ZU.js";
11
+ import "./chunk-PX2YJ7XC.js";
12
+ import "./chunk-MYHXAACL.js";
13
+ export {
14
+ registerAuth,
15
+ selectAppAfterAuth
16
+ };
@@ -4,14 +4,14 @@ import {
4
4
  completeLogin,
5
5
  prepareLogin,
6
6
  revokeToken
7
- } from "./chunk-INVT5BV6.js";
7
+ } from "./chunk-WCZIVY4O.js";
8
8
  import {
9
9
  isInteractiveAllowed
10
- } from "./chunk-RE5HSYJJ.js";
10
+ } from "./chunk-AUGBYMHT.js";
11
11
  import {
12
12
  AdminClient,
13
13
  resolveAuthToken
14
- } from "./chunk-5LCA2B6S.js";
14
+ } from "./chunk-5HYOZ773.js";
15
15
  import {
16
16
  bold,
17
17
  brand,
@@ -20,13 +20,13 @@ import {
20
20
  promptAutocomplete,
21
21
  promptText,
22
22
  withSpinner
23
- } from "./chunk-DGKUBK7G.js";
23
+ } from "./chunk-HR2UZ6ZU.js";
24
24
  import {
25
25
  configPath,
26
26
  load,
27
27
  maskIf,
28
28
  save
29
- } from "./chunk-BAZ4NGOD.js";
29
+ } from "./chunk-PX2YJ7XC.js";
30
30
  import {
31
31
  CLIError,
32
32
  ErrorCode,
@@ -34,7 +34,7 @@ import {
34
34
  exitWithError,
35
35
  isJSONMode,
36
36
  printHuman
37
- } from "./chunk-KLPWJFWP.js";
37
+ } from "./chunk-MYHXAACL.js";
38
38
 
39
39
  // src/commands/auth.ts
40
40
  function registerAuth(program) {