@livestore/sqlite-wasm 3.46.0-build0 → 3.46.0-build1

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,3 +1,6 @@
1
+ > NOTE This fork enables the SQLite [bytecode](byte) and
2
+ > [session](https://www.sqlite.org/sessionintro.html) extension.
3
+
1
4
  # SQLite Wasm
2
5
 
3
6
  SQLite Wasm conveniently wrapped as an ES Module.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livestore/sqlite-wasm",
3
- "version": "3.46.0-build0",
3
+ "version": "3.46.0-build1",
4
4
  "description": "SQLite Wasm conveniently wrapped as an ES Module.",
5
5
  "keywords": [
6
6
  "sqlite",
@@ -26,6 +26,7 @@
26
26
  "types": "./index.d.ts",
27
27
  "import": "./index.mjs",
28
28
  "main": "./index.mjs",
29
+ "node": "./sqlite-wasm/jswasm/sqlite3-node.mjs",
29
30
  "browser": "./index.mjs"
30
31
  },
31
32
  "./package.json": "./package.json"