@livestore/adapter-cloudflare 0.0.0-snapshot-61ffc7dbe7378bd127038444529800e35e2ebb4b → 0.0.0-snapshot-0fb8ecdef5037e1d17fd803af2aa68d65017002a
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livestore/adapter-cloudflare",
|
|
3
|
-
"version": "0.0.0-snapshot-
|
|
3
|
+
"version": "0.0.0-snapshot-0fb8ecdef5037e1d17fd803af2aa68d65017002a",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"./src/polyfill.ts",
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@cloudflare/workers-types": "4.20250823.0",
|
|
15
|
-
"@livestore/common": "0.0.0-snapshot-
|
|
16
|
-
"@livestore/common-cf": "0.0.0-snapshot-
|
|
17
|
-
"@livestore/livestore": "0.0.0-snapshot-
|
|
18
|
-
"@livestore/sqlite-wasm": "0.0.0-snapshot-
|
|
19
|
-
"@livestore/sync-cf": "0.0.0-snapshot-
|
|
20
|
-
"@livestore/utils": "0.0.0-snapshot-
|
|
15
|
+
"@livestore/common": "0.0.0-snapshot-0fb8ecdef5037e1d17fd803af2aa68d65017002a",
|
|
16
|
+
"@livestore/common-cf": "0.0.0-snapshot-0fb8ecdef5037e1d17fd803af2aa68d65017002a",
|
|
17
|
+
"@livestore/livestore": "0.0.0-snapshot-0fb8ecdef5037e1d17fd803af2aa68d65017002a",
|
|
18
|
+
"@livestore/sqlite-wasm": "0.0.0-snapshot-0fb8ecdef5037e1d17fd803af2aa68d65017002a",
|
|
19
|
+
"@livestore/sync-cf": "0.0.0-snapshot-0fb8ecdef5037e1d17fd803af2aa68d65017002a",
|
|
20
|
+
"@livestore/utils": "0.0.0-snapshot-0fb8ecdef5037e1d17fd803af2aa68d65017002a"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"wrangler": "4.32.0"
|