@livestore/svelte 0.0.0-snapshot-216065c9f5bcc78ec5ac81bd5288374996273cb8 → 0.0.0-snapshot-cf9f3afc0bf101510fe1bc4a69d3bba87d999471
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/dist/.tsbuildinfo +1 -1
- package/package.json +7 -7
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-cf9f3afc0bf101510fe1bc4a69d3bba87d999471",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"exports": {
|
|
@@ -8,21 +8,21 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@opentelemetry/api": "1.9.0",
|
|
11
|
-
"@livestore/common": "0.0.0-snapshot-
|
|
12
|
-
"@livestore/
|
|
13
|
-
"@livestore/
|
|
11
|
+
"@livestore/common": "0.0.0-snapshot-cf9f3afc0bf101510fe1bc4a69d3bba87d999471",
|
|
12
|
+
"@livestore/utils": "0.0.0-snapshot-cf9f3afc0bf101510fe1bc4a69d3bba87d999471",
|
|
13
|
+
"@livestore/livestore": "0.0.0-snapshot-cf9f3afc0bf101510fe1bc4a69d3bba87d999471"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@sveltejs/vite-plugin-svelte": "^6.2.1",
|
|
17
|
-
"@testing-library/jest-dom": "^6.
|
|
17
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
18
18
|
"@testing-library/svelte": "^5.2.4",
|
|
19
19
|
"jsdom": "^26.1.0",
|
|
20
20
|
"svelte": "^5.43.14",
|
|
21
21
|
"typescript": "5.9.3",
|
|
22
22
|
"vite": "7.3.0",
|
|
23
23
|
"vitest": "4.0.16",
|
|
24
|
-
"@livestore/
|
|
25
|
-
"@livestore/
|
|
24
|
+
"@livestore/utils-dev": "0.0.0-snapshot-cf9f3afc0bf101510fe1bc4a69d3bba87d999471",
|
|
25
|
+
"@livestore/adapter-web": "0.0.0-snapshot-cf9f3afc0bf101510fe1bc4a69d3bba87d999471"
|
|
26
26
|
},
|
|
27
27
|
"files": [
|
|
28
28
|
"package.json",
|