@alchemy/cli 0.7.0-alpha.11 → 0.7.0-alpha.13

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.
@@ -53,7 +53,7 @@ function semverLT(a, b) {
53
53
  return false;
54
54
  }
55
55
  function currentVersion() {
56
- return true ? "0.7.0-alpha.11" : "0.0.0";
56
+ return true ? "0.7.0-alpha.13" : "0.0.0";
57
57
  }
58
58
  function toUpdateStatus(latestVersion, checkedAt) {
59
59
  const current = currentVersion();
package/dist/index.js CHANGED
@@ -46,7 +46,7 @@ import {
46
46
  getAvailableUpdate,
47
47
  getUpdateStatus,
48
48
  printUpdateNotice
49
- } from "./chunk-3FDXTEBV.js";
49
+ } from "./chunk-LTR4NPUM.js";
50
50
  import {
51
51
  bold,
52
52
  brand,
@@ -7950,7 +7950,7 @@ function resetUpdateNoticeState() {
7950
7950
  }
7951
7951
  program.name("alchemy").description(
7952
7952
  "The Alchemy CLI lets you query blockchain data, call JSON-RPC methods, and manage your Alchemy configuration."
7953
- ).version("0.7.0-alpha.11", "-v, --version", "display CLI version").option("--api-key <key>", "Alchemy API key (env: ALCHEMY_API_KEY)").option(
7953
+ ).version("0.7.0-alpha.13", "-v, --version", "display CLI version").option("--api-key <key>", "Alchemy API key (env: ALCHEMY_API_KEY)").option(
7954
7954
  "-n, --network <network>",
7955
7955
  "Target network (default: eth-mainnet) (env: ALCHEMY_NETWORK)"
7956
7956
  ).option("--x402", "Use x402 wallet-based gateway auth").option(
@@ -8172,7 +8172,7 @@ ${styledLine}`;
8172
8172
  if (isInteractiveAllowed(program)) {
8173
8173
  let latestForInteractiveStartup = null;
8174
8174
  if (shouldRunOnboarding(program, cfg)) {
8175
- const { runOnboarding } = await import("./onboarding-ATR4YYG3.js");
8175
+ const { runOnboarding } = await import("./onboarding-LLISVTDS.js");
8176
8176
  const latest = getAvailableUpdateOnce();
8177
8177
  const completed = await runOnboarding(program, latest);
8178
8178
  updateShownDuringInteractiveStartup = Boolean(latest);
@@ -8186,7 +8186,7 @@ ${styledLine}`;
8186
8186
  latestForInteractiveStartup
8187
8187
  );
8188
8188
  }
8189
- const { startREPL } = await import("./interactive-ECDBQ2E6.js");
8189
+ const { startREPL } = await import("./interactive-HKPHBHCR.js");
8190
8190
  program.exitOverride();
8191
8191
  program.configureOutput({
8192
8192
  writeErr: () => {
@@ -9,7 +9,7 @@ import {
9
9
  } from "./chunk-A6BWLRFV.js";
10
10
  import {
11
11
  getUpdateNoticeLines
12
- } from "./chunk-3FDXTEBV.js";
12
+ } from "./chunk-LTR4NPUM.js";
13
13
  import {
14
14
  bold,
15
15
  brand,
@@ -2,7 +2,7 @@
2
2
  if(process.argv.includes("--no-color"))process.env.NO_COLOR="1";
3
3
  import {
4
4
  getUpdateNoticeLines
5
- } from "./chunk-3FDXTEBV.js";
5
+ } from "./chunk-LTR4NPUM.js";
6
6
  import {
7
7
  bold,
8
8
  brand,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alchemy/cli",
3
- "version": "0.7.0-alpha.11",
3
+ "version": "0.7.0-alpha.13",
4
4
  "description": "Alchemy CLI — interact with blockchain data",
5
5
  "type": "module",
6
6
  "bin": {