@livestore/sqlite-wasm 0.0.0-snapshot-74a1aa7d3163e3fee22accf4421c150dd026aa1f → 0.0.0-snapshot-6353ff2501c85f78906637def7f05b679b92ab4d
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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livestore/sqlite-wasm",
|
|
3
|
-
"version": "0.0.0-snapshot-
|
|
3
|
+
"version": "0.0.0-snapshot-6353ff2501c85f78906637def7f05b679b92ab4d",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@livestore/
|
|
28
|
-
"@livestore/
|
|
29
|
-
"@livestore/wa-sqlite": "0.0.0-snapshot-
|
|
27
|
+
"@livestore/common": "0.0.0-snapshot-6353ff2501c85f78906637def7f05b679b92ab4d",
|
|
28
|
+
"@livestore/utils": "0.0.0-snapshot-6353ff2501c85f78906637def7f05b679b92ab4d",
|
|
29
|
+
"@livestore/wa-sqlite": "0.0.0-snapshot-6353ff2501c85f78906637def7f05b679b92ab4d"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/chrome": "^0.1.1",
|