@bitsness/grapuco-cli 0.1.3 → 0.1.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.
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitsness/grapuco-cli",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Grapuco CLI — Parse your code locally, sync architecture to cloud. Zero source code upload.",
5
5
  "type": "commonjs",
6
6
  "bin": {
@@ -12,6 +12,7 @@
12
12
  ],
13
13
  "scripts": {
14
14
  "build": "tsup src/index.ts --format cjs --clean",
15
+ "postbuild": "node -e \"const fs=require('fs'); fs.cpSync('src/parser/tree-sitter/parsers', 'dist/parsers', {recursive:true, force:true});\"",
15
16
  "dev": "tsup src/index.ts --format cjs --watch",
16
17
  "start": "node dist/index.js",
17
18
  "lint": "eslint src/",
@@ -47,4 +48,4 @@
47
48
  "tsup": "^8.5.1",
48
49
  "typescript": "^6.0.2"
49
50
  }
50
- }
51
+ }