@livestore/adapter-cloudflare 0.0.0-snapshot-159a545f297da342bdde93009cc708050363c115 → 0.0.0-snapshot-218fbc8b9fe8fb6286b52193093802324ac5e617
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 +10 -12
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livestore/adapter-cloudflare",
|
|
3
|
-
"version": "0.0.0-snapshot-
|
|
3
|
+
"version": "0.0.0-snapshot-218fbc8b9fe8fb6286b52193093802324ac5e617",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": [
|
|
6
|
-
"./src/polyfill.ts"
|
|
6
|
+
"./src/polyfill.ts",
|
|
7
|
+
"./dist/polyfill.js"
|
|
7
8
|
],
|
|
8
9
|
"exports": {
|
|
9
10
|
".": "./dist/mod.js",
|
|
@@ -11,12 +12,12 @@
|
|
|
11
12
|
},
|
|
12
13
|
"dependencies": {
|
|
13
14
|
"@cloudflare/workers-types": "4.20250823.0",
|
|
14
|
-
"@livestore/common": "0.0.0-snapshot-
|
|
15
|
-
"@livestore/common-cf": "0.0.0-snapshot-
|
|
16
|
-
"@livestore/livestore": "0.0.0-snapshot-
|
|
17
|
-
"@livestore/sqlite-wasm": "0.0.0-snapshot-
|
|
18
|
-
"@livestore/sync-cf": "0.0.0-snapshot-
|
|
19
|
-
"@livestore/utils": "0.0.0-snapshot-
|
|
15
|
+
"@livestore/common": "0.0.0-snapshot-218fbc8b9fe8fb6286b52193093802324ac5e617",
|
|
16
|
+
"@livestore/common-cf": "0.0.0-snapshot-218fbc8b9fe8fb6286b52193093802324ac5e617",
|
|
17
|
+
"@livestore/livestore": "0.0.0-snapshot-218fbc8b9fe8fb6286b52193093802324ac5e617",
|
|
18
|
+
"@livestore/sqlite-wasm": "0.0.0-snapshot-218fbc8b9fe8fb6286b52193093802324ac5e617",
|
|
19
|
+
"@livestore/sync-cf": "0.0.0-snapshot-218fbc8b9fe8fb6286b52193093802324ac5e617",
|
|
20
|
+
"@livestore/utils": "0.0.0-snapshot-218fbc8b9fe8fb6286b52193093802324ac5e617"
|
|
20
21
|
},
|
|
21
22
|
"devDependencies": {
|
|
22
23
|
"wrangler": "^4.32.0"
|
|
@@ -28,10 +29,7 @@
|
|
|
28
29
|
],
|
|
29
30
|
"license": "Apache-2.0",
|
|
30
31
|
"publishConfig": {
|
|
31
|
-
"access": "public"
|
|
32
|
-
"sideEffects": [
|
|
33
|
-
"./dist/polyfill.js"
|
|
34
|
-
]
|
|
32
|
+
"access": "public"
|
|
35
33
|
},
|
|
36
34
|
"scripts": {
|
|
37
35
|
"test": "echo No tests yet"
|