@nocoo/pew 1.14.3 → 1.14.5

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/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -20,7 +20,7 @@ import { ConfigManager } from "./config/manager.js";
20
20
  // ---------------------------------------------------------------------------
21
21
  // CLI version — single source of truth within CLI runtime
22
22
  // ---------------------------------------------------------------------------
23
- const CLI_VERSION = "1.14.3";
23
+ const CLI_VERSION = "1.14.5";
24
24
  // ---------------------------------------------------------------------------
25
25
  // Dev mode detection (otter pattern)
26
26
  // ---------------------------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocoo/pew",
3
- "version": "1.14.3",
3
+ "version": "1.14.5",
4
4
  "description": "The contribution graph for AI-native developers",
5
5
  "type": "module",
6
6
  "bin": {