infernoflow 0.10.26 → 0.10.28

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.
@@ -5,7 +5,7 @@ import { fileURLToPath } from "node:url";
5
5
  import { bold, gray, cyan, red } from "../lib/ui/output.mjs";
6
6
 
7
7
  const __dirname = dirname(fileURLToPath(import.meta.url));
8
- const pkg = JSON.parse(readFileSync(join(__dirname, "..", "package.json"), "utf8"));
8
+ const pkg = JSON.parse(readFileSync(join(__dirname, "..", "..", "package.json"), "utf8"));
9
9
  const VERSION = pkg.version || "0.0.0";
10
10
  const COMMAND_DESCRIPTIONS = {
11
11
  publish: "Bump version, update changelog, build, npm publish, git commit + push in one shot",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infernoflow",
3
- "version": "0.10.26",
3
+ "version": "0.10.28",
4
4
  "description": "The forge for liquid code — keep capabilities, contracts, and docs in sync.",
5
5
  "type": "module",
6
6
  "bin": {