arc-lang 0.5.0 → 0.5.2

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.
package/dist/index.d.ts CHANGED
@@ -1 +1,2 @@
1
+ #!/usr/bin/env node
1
2
  export {};
package/dist/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  // Arc Language CLI Entry Point
2
3
  import { readFileSync, writeFileSync } from "fs";
3
4
  import { resolve } from "path";
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "arc-lang",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "Arc ⚡ — A programming language designed by AI agents, for AI agents. 27-63% fewer tokens than JavaScript.",
5
5
  "type": "module",
6
6
  "bin": {
7
- "arc": "./dist/index.js"
7
+ "arc": "dist/index.js"
8
8
  },
9
9
  "main": "./dist/index.js",
10
10
  "files": [