mano-coding 0.1.22 → 0.1.23
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
|
@@ -42101,7 +42101,7 @@ import { createRequire as createRequire2 } from "node:module";
|
|
|
42101
42101
|
import { readFileSync as readFileSync4 } from "node:fs";
|
|
42102
42102
|
import { fileURLToPath as fileURLToPath5 } from "node:url";
|
|
42103
42103
|
function resolveVersion() {
|
|
42104
|
-
if (true) return "0.1.
|
|
42104
|
+
if (true) return "0.1.23";
|
|
42105
42105
|
const candidates = [
|
|
42106
42106
|
new URL("../package.json", import.meta.url),
|
|
42107
42107
|
new URL("../../package.json", import.meta.url),
|