@qtv/anchorkit 1.0.0-beta.3 → 1.0.0-beta.3.1
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/dist/cli.mjs +2 -2
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -92579,7 +92579,7 @@ async function bootstrapSyncWorker(opts) {
|
|
|
92579
92579
|
}
|
|
92580
92580
|
|
|
92581
92581
|
// src/index.ts
|
|
92582
|
-
var VERSION = "1.0.0-beta.3";
|
|
92582
|
+
var VERSION = "1.0.0-beta.3.1";
|
|
92583
92583
|
var args = process.argv.slice(2);
|
|
92584
92584
|
if (args.includes("--version") || args.includes("-v")) {
|
|
92585
92585
|
console.log(`anchorkit v${VERSION}`);
|
|
@@ -92638,4 +92638,4 @@ if (args[0] === "internal-mcp-server") {
|
|
|
92638
92638
|
});
|
|
92639
92639
|
}
|
|
92640
92640
|
|
|
92641
|
-
//# debugId=
|
|
92641
|
+
//# debugId=EB5ABAA5C09D038064756E2164756E21
|