Skip to content

Commit ce76da0

Browse files
authored
chore: prepared 3.51.2-build7 release, added tsgo (#154)
1 parent 8d1c944 commit ce76da0

2 files changed

Lines changed: 128 additions & 9 deletions

File tree

package-lock.json

Lines changed: 124 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sqlite.org/sqlite-wasm",
3-
"version": "3.51.2-build6",
3+
"version": "3.51.2-build7",
44
"description": "SQLite Wasm conveniently wrapped as an ES Module.",
55
"type": "module",
66
"repository": {
@@ -50,7 +50,7 @@
5050
"test:node": "vitest --project node",
5151
"test:browser": "vitest --project browser",
5252
"publint": "npx publint",
53-
"check-types": "tsc",
53+
"check-types": "tsgo",
5454
"build": "tsdown",
5555
"start": "npx http-server --coop",
5656
"start:node": "cd demo && node node.mjs",
@@ -63,7 +63,8 @@
6363
"node": ">=22"
6464
},
6565
"devDependencies": {
66-
"@types/node": "^25.3.5",
66+
"@types/node": "^25.4.0",
67+
"@typescript/native-preview": "^7.0.0-dev.20260309.1",
6768
"@vitest/browser": "^4.0.18",
6869
"@vitest/browser-playwright": "^4.0.18",
6970
"happy-dom": "^20.8.3",

0 commit comments

Comments
 (0)