thevoidforge 21.0.3 → 21.0.4

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.
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env npx tsx
1
+ #!/usr/bin/env node
2
2
  /**
3
3
  * VoidForge CLI — v21.0 The Extraction
4
4
  *
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env npx tsx
1
+ #!/usr/bin/env node
2
2
  /**
3
3
  * VoidForge CLI — v21.0 The Extraction
4
4
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thevoidforge",
3
- "version": "21.0.3",
3
+ "version": "21.0.4",
4
4
  "description": "From nothing, everything. A methodology framework for building with Claude Code.",
5
5
  "type": "module",
6
6
  "engines": {