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.
Files changed (2) hide show
  1. package/dist/bin.js +1 -1
  2. 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.38";
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),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mano-coding",
3
- "version": "0.1.38",
3
+ "version": "0.1.39",
4
4
  "description": "Mano Coding CLI and toolchain",
5
5
  "type": "module",
6
6
  "main": "index.js",