@livestore/adapter-cloudflare 0.0.0-snapshot-4009c476940beef5dd2244cbb1cda61e62393190 → 0.0.0-snapshot-aea4006c8ab150de86a4ebe0d6f233733c5116ca
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-aea4006c8ab150de86a4ebe0d6f233733c5116ca",
|
|
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.20250923.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-aea4006c8ab150de86a4ebe0d6f233733c5116ca",
|
|
16
|
+
"@livestore/common-cf": "0.0.0-snapshot-aea4006c8ab150de86a4ebe0d6f233733c5116ca",
|
|
17
|
+
"@livestore/livestore": "0.0.0-snapshot-aea4006c8ab150de86a4ebe0d6f233733c5116ca",
|
|
18
|
+
"@livestore/sqlite-wasm": "0.0.0-snapshot-aea4006c8ab150de86a4ebe0d6f233733c5116ca",
|
|
19
|
+
"@livestore/sync-cf": "0.0.0-snapshot-aea4006c8ab150de86a4ebe0d6f233733c5116ca",
|
|
20
|
+
"@livestore/utils": "0.0.0-snapshot-aea4006c8ab150de86a4ebe0d6f233733c5116ca"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"wrangler": "4.42.2"
|