@cgasgarth/opencode-for-rust 1.0.4 → 1.0.5-next.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": "@cgasgarth/opencode-for-rust",
3
- "version": "1.0.4",
3
+ "version": "1.0.5-next.1",
4
4
  "description": "OpenCode plugin for Rust",
5
5
  "author": {
6
6
  "name": "Sisyphus",
@@ -49,7 +49,7 @@
49
49
  "scripts": {
50
50
  "test": "bun test tests/",
51
51
  "typecheck": "tsc --noEmit",
52
- "build": "bun build ./src/index.ts --outdir dist --target bun && ./scripts/fix-tree-sitter.sh && tsc --project tsconfig.build.json",
52
+ "build": "bun build ./src/index.ts --outdir dist --target bun --external tree-sitter --external tree-sitter-rust && tsc --project tsconfig.build.json",
53
53
  "lint": "eslint src --max-warnings 0",
54
54
  "format": "prettier --check .",
55
55
  "prepare": "husky"