@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.
|
|
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-
|
|
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.
|
|
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-
|
|
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-
|
|
8189
|
+
const { startREPL } = await import("./interactive-HKPHBHCR.js");
|
|
8190
8190
|
program.exitOverride();
|
|
8191
8191
|
program.configureOutput({
|
|
8192
8192
|
writeErr: () => {
|