@barkajs/barka 0.1.0 → 0.1.1

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,3 +1,3 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env tsx
2
2
  export {};
3
3
  //# sourceMappingURL=index.d.ts.map
package/dist/cli/index.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env tsx
2
2
  import fs from 'node:fs';
3
3
  import path from 'node:path';
4
4
  import { Command } from 'commander';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barkajs/barka",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "AI-native progressive Content-as-Code CMS. Built for AI coding agents. Files-first, optional database.",
5
5
  "type": "module",
6
6
  "bin": {