Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions binary/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions binary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"out/tree-sitter-wasms/*"
],
"targets": [
"node18-darwin-arm64"
"node20-darwin-arm64"
],
"outputPath": "bin"
},
Expand All @@ -36,7 +36,7 @@
"cross-env": "^7.0.3",
"esbuild": "0.19.11",
"jest": "^29.7.0",
"pkg": "^5.8.1",
"@yao-pkg/pkg": "^6.10.1",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.4",
"typescript": "^5.6.3"
Expand All @@ -55,7 +55,7 @@
"tar": "^7.5.1",
"undici": "^7.16.0",
"uuid": "^9.0.1",
"vectordb": "0.4.20",
"vectordb": "^0.4.20",
"win-ca": "^3.5.1"
}
}
2 changes: 1 addition & 1 deletion binary/pkgJson/darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"../../out/package.json"
],
"targets": [
"node18-macos-arm64"
"node20-macos-arm64"
],
"outputPath": "bin"
},
Expand Down
2 changes: 1 addition & 1 deletion binary/pkgJson/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"../../out/package.json"
],
"targets": [
"node18-macos-x64"
"node20-macos-x64"
],
"outputPath": "bin"
},
Expand Down
2 changes: 1 addition & 1 deletion binary/pkgJson/linux-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"../../out/package.json"
],
"targets": [
"node18-linux-arm64"
"node20-linux-arm64"
],
"outputPath": "bin"
},
Expand Down
2 changes: 1 addition & 1 deletion binary/pkgJson/linux-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"../../out/package.json"
],
"targets": [
"node18-linux-x64"
"node20-linux-x64"
],
"outputPath": "bin"
},
Expand Down
2 changes: 1 addition & 1 deletion binary/pkgJson/win32-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"../../out/package.json"
],
"targets": [
"node18-win-arm64"
"node20-win-arm64"
],
"outputPath": "bin"
},
Expand Down
2 changes: 1 addition & 1 deletion binary/pkgJson/win32-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"../../out/package.json"
],
"targets": [
"node18-win-x64"
"node20-win-x64"
],
"outputPath": "bin"
},
Expand Down
Loading
Loading