@livestore/svelte 0.0.0-snapshot-c6aa29bea4ed36ec0ec0e7826f18689c2e8da1c4 → 0.0.0-snapshot-7fec227f317fc3d47465077490fa0d09a16d739b
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livestore/svelte",
|
|
3
|
-
"version": "0.0.0-snapshot-
|
|
3
|
+
"version": "0.0.0-snapshot-7fec227f317fc3d47465077490fa0d09a16d739b",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"exports": {
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@opentelemetry/api": "1.9.0",
|
|
11
|
-
"@livestore/
|
|
12
|
-
"@livestore/
|
|
13
|
-
"@livestore/utils": "0.0.0-snapshot-
|
|
11
|
+
"@livestore/livestore": "0.0.0-snapshot-7fec227f317fc3d47465077490fa0d09a16d739b",
|
|
12
|
+
"@livestore/common": "0.0.0-snapshot-7fec227f317fc3d47465077490fa0d09a16d739b",
|
|
13
|
+
"@livestore/utils": "0.0.0-snapshot-7fec227f317fc3d47465077490fa0d09a16d739b"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@sveltejs/vite-plugin-svelte": "^6.2.1",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"typescript": "5.9.2",
|
|
22
22
|
"vite": "7.2.4",
|
|
23
23
|
"vitest": "3.2.4",
|
|
24
|
-
"@livestore/
|
|
25
|
-
"@livestore/
|
|
24
|
+
"@livestore/utils-dev": "0.0.0-snapshot-7fec227f317fc3d47465077490fa0d09a16d739b",
|
|
25
|
+
"@livestore/adapter-web": "0.0.0-snapshot-7fec227f317fc3d47465077490fa0d09a16d739b"
|
|
26
26
|
},
|
|
27
27
|
"files": [
|
|
28
28
|
"package.json",
|