@plurnk/plurnk-grammar 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plurnk/plurnk-grammar",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "ANTLR4 grammar for the Plurnk LLM agent protocol",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -15,10 +15,10 @@
15
15
  "./package.json": "./package.json"
16
16
  },
17
17
  "bin": {
18
- "plurnk": "./bin/plurnk.ts"
18
+ "plurnk": "./bin/plurnk.js"
19
19
  },
20
20
  "files": [
21
- "bin/plurnk.ts",
21
+ "bin/plurnk.js",
22
22
  "src/*.ts",
23
23
  "src/generated/*.ts",
24
24
  "SPEC.md",
File without changes