@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/bin.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() {
|
|
@@ -14776,5 +14776,5 @@ async function run(argv = process.argv) {
|
|
|
14776
14776
|
// src/bin.ts
|
|
14777
14777
|
run(process.argv);
|
|
14778
14778
|
|
|
14779
|
-
//# debugId=
|
|
14779
|
+
//# debugId=107EA7975B32481364756E2164756E21
|
|
14780
14780
|
//# sourceMappingURL=bin.cjs.map
|