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