@livestore/sqlite-wasm 0.0.0-snapshot-0e17e767cc8943c221675bf0f3cf48fe96553d3a → 0.0.0-snapshot-51241c8916c8e08494902c5a84ebc76d710d43ea

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 +3 -3
package/README.md CHANGED
@@ -17,4 +17,4 @@
17
17
  - **`node`**: Node.js environments (CI tests), uses Node.js APIs
18
18
  - **`default`**: Fallback to browser version
19
19
 
20
- Order matters - browser/worker first ensures Vite web worker builds resolve correctly.
20
+ Order matters - browser/worker first ensures Vite web worker builds resolve correctly.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livestore/sqlite-wasm",
3
- "version": "0.0.0-snapshot-0e17e767cc8943c221675bf0f3cf48fe96553d3a",
3
+ "version": "0.0.0-snapshot-51241c8916c8e08494902c5a84ebc76d710d43ea",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@livestore/wa-sqlite": "1.0.5",
27
- "@livestore/common": "0.0.0-snapshot-0e17e767cc8943c221675bf0f3cf48fe96553d3a",
28
- "@livestore/utils": "0.0.0-snapshot-0e17e767cc8943c221675bf0f3cf48fe96553d3a"
27
+ "@livestore/common": "0.0.0-snapshot-51241c8916c8e08494902c5a84ebc76d710d43ea",
28
+ "@livestore/utils": "0.0.0-snapshot-51241c8916c8e08494902c5a84ebc76d710d43ea"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/chrome": "^0.1.0",