@objectstack/driver-sqlite-wasm 6.8.0 → 6.8.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -91,4 +91,4 @@ raise `max` — concurrent access would corrupt the in-memory database handle.
91
91
 
92
92
  ## License
93
93
 
94
- Apache-2.0
94
+ Apache-2.0. See [LICENSING.md](../../../LICENSING.md).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@objectstack/driver-sqlite-wasm",
3
- "version": "6.8.0",
4
- "license": "BUSL-1.1",
3
+ "version": "6.8.1",
4
+ "license": "Apache-2.0",
5
5
  "description": "WASM SQLite Driver for ObjectStack — runs in browser/WebContainer (StackBlitz) without native bindings",
6
6
  "keywords": [
7
7
  "objectstack",
@@ -26,9 +26,9 @@
26
26
  "knex": "^3.2.10",
27
27
  "nanoid": "^5.1.11",
28
28
  "sql.js": "^1.14.1",
29
- "@objectstack/core": "6.8.0",
30
- "@objectstack/driver-sql": "6.8.0",
31
- "@objectstack/spec": "6.8.0"
29
+ "@objectstack/core": "6.8.1",
30
+ "@objectstack/driver-sql": "6.8.1",
31
+ "@objectstack/spec": "6.8.1"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/node": "^25.9.1",