@alchemy/cli 0.7.3 → 0.7.4

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.3" : "0.0.0";
56
+ return true ? "0.7.4" : "0.0.0";
57
57
  }
58
58
  function toUpdateStatus(latestVersion, checkedAt) {
59
59
  const current = currentVersion();
package/dist/index.js CHANGED
@@ -48,7 +48,7 @@ import {
48
48
  getAvailableUpdate,
49
49
  getUpdateStatus,
50
50
  printUpdateNotice
51
- } from "./chunk-FD6YLNTB.js";
51
+ } from "./chunk-N36ZNOVV.js";
52
52
  import {
53
53
  bold,
54
54
  brand,
@@ -8298,7 +8298,7 @@ async function flushProcessOutput() {
8298
8298
  }
8299
8299
  program.name("alchemy").description(
8300
8300
  "The Alchemy CLI lets you query blockchain data, call JSON-RPC methods, and manage your Alchemy configuration."
8301
- ).version("0.7.3", "-v, --version", "display CLI version").option("--api-key <key>", "Alchemy API key (env: ALCHEMY_API_KEY)").option(
8301
+ ).version("0.7.4", "-v, --version", "display CLI version").option("--api-key <key>", "Alchemy API key (env: ALCHEMY_API_KEY)").option(
8302
8302
  "-n, --network <network>",
8303
8303
  "Target network (default: eth-mainnet) (env: ALCHEMY_NETWORK)"
8304
8304
  ).option("--x402", "Use x402 wallet-based gateway auth").option(
@@ -8524,7 +8524,7 @@ ${styledLine}`;
8524
8524
  if (isInteractiveAllowed(program)) {
8525
8525
  let latestForInteractiveStartup = null;
8526
8526
  if (shouldRunOnboarding(program, cfg)) {
8527
- const { runOnboarding } = await import("./onboarding-TTUVIXM4.js");
8527
+ const { runOnboarding } = await import("./onboarding-CT4RRH6O.js");
8528
8528
  const latest = getAvailableUpdateOnce();
8529
8529
  const completed = await runOnboarding(program, latest);
8530
8530
  updateShownDuringInteractiveStartup = Boolean(latest);
@@ -8538,7 +8538,7 @@ ${styledLine}`;
8538
8538
  latestForInteractiveStartup
8539
8539
  );
8540
8540
  }
8541
- const { startREPL } = await import("./interactive-BNIJYEOV.js");
8541
+ const { startREPL } = await import("./interactive-MHAC5WQI.js");
8542
8542
  program.exitOverride();
8543
8543
  program.configureOutput({
8544
8544
  writeErr: () => {
@@ -9,7 +9,7 @@ import {
9
9
  } from "./chunk-K6V3R7SH.js";
10
10
  import {
11
11
  getUpdateNoticeLines
12
- } from "./chunk-FD6YLNTB.js";
12
+ } from "./chunk-N36ZNOVV.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-FD6YLNTB.js";
5
+ } from "./chunk-N36ZNOVV.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.3",
3
+ "version": "0.7.4",
4
4
  "description": "Alchemy CLI — interact with blockchain data",
5
5
  "type": "module",
6
6
  "bin": {