@sqlite.org/sqlite-wasm
Advanced tools
Comparing version
{ | ||
"name": "@sqlite.org/sqlite-wasm", | ||
"version": "3.49.1-build1", | ||
"version": "3.49.1-build2", | ||
"description": "SQLite Wasm conveniently wrapped as an ES Module.", | ||
@@ -17,2 +17,3 @@ "keywords": [ | ||
"main": "index.mjs", | ||
"node": "node.mjs", | ||
"type": "module", | ||
@@ -22,2 +23,3 @@ "files": [ | ||
"index.mjs", | ||
"node.mjs", | ||
"sqlite-wasm/" | ||
@@ -29,3 +31,3 @@ ], | ||
"types": "./index.d.ts", | ||
"node": "./index.mjs", | ||
"node": "./node.mjs", | ||
"import": "./index.mjs", | ||
@@ -47,2 +49,3 @@ "main": "./index.mjs", | ||
"start": "npx http-server --coop", | ||
"start:node": "cd demo && node node.mjs", | ||
"fix": "npx prettier . --write", | ||
@@ -67,5 +70,5 @@ "prepublishOnly": "npm run build && npm run fix && npm run publint && npm run check-types", | ||
"node-fetch": "^3.3.2", | ||
"prettier": "^3.5.1", | ||
"prettier": "^3.5.2", | ||
"prettier-plugin-jsdoc": "^1.3.2", | ||
"publint": "^0.3.5", | ||
"publint": "^0.3.6", | ||
"shx": "^0.3.4", | ||
@@ -72,0 +75,0 @@ "typescript": "^5.7.3" |
@@ -17,2 +17,9 @@ # SQLite Wasm | ||
## Node.js support | ||
> [!Warning] | ||
> | ||
> Node.js is currently only supported for in-memory databases without | ||
> persistence. | ||
## Installation | ||
@@ -19,0 +26,0 @@ |
2984176
0.01%16
6.67%58969
0244
2.95%