@yoooclaw/cli 0.0.7 → 0.0.8
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/bin.cjs +2 -2
- package/dist/bin.cjs.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4245,7 +4245,7 @@ function buildContext(flags) {
|
|
|
4245
4245
|
var import_node_fs3 = require("node:fs");
|
|
4246
4246
|
function readBuildInjectedVersion() {
|
|
4247
4247
|
if (false) {}
|
|
4248
|
-
const version = "0.0.
|
|
4248
|
+
const version = "0.0.8".trim();
|
|
4249
4249
|
return version || undefined;
|
|
4250
4250
|
}
|
|
4251
4251
|
function readVersionFromPackageJson() {
|
|
@@ -14773,5 +14773,5 @@ async function run(argv = process.argv) {
|
|
|
14773
14773
|
await program.parseAsync(argv);
|
|
14774
14774
|
}
|
|
14775
14775
|
|
|
14776
|
-
//# debugId=
|
|
14776
|
+
//# debugId=EBB1287D31BB76D864756E2164756E21
|
|
14777
14777
|
//# sourceMappingURL=index.cjs.map
|