mano-coding 0.1.38 → 0.1.39
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.js +1 -1
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -53287,7 +53287,7 @@ import { createRequire as createRequire2 } from "node:module";
|
|
|
53287
53287
|
import { readFileSync as readFileSync4 } from "node:fs";
|
|
53288
53288
|
import { fileURLToPath as fileURLToPath5 } from "node:url";
|
|
53289
53289
|
function resolveVersion() {
|
|
53290
|
-
if (true) return "0.1.
|
|
53290
|
+
if (true) return "0.1.39";
|
|
53291
53291
|
const candidates = [
|
|
53292
53292
|
new URL("../package.json", import.meta.url),
|
|
53293
53293
|
new URL("../../package.json", import.meta.url),
|