@livestore/adapter-cloudflare 0.4.0-dev.13 → 0.4.0-dev.14

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livestore/adapter-cloudflare",
3
- "version": "0.4.0-dev.13",
3
+ "version": "0.4.0-dev.14",
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/livestore": "0.4.0-dev.13",
16
- "@livestore/sqlite-wasm": "0.4.0-dev.13",
17
- "@livestore/common-cf": "0.4.0-dev.13",
18
- "@livestore/sync-cf": "0.4.0-dev.13",
19
- "@livestore/utils": "0.4.0-dev.13",
20
- "@livestore/common": "0.4.0-dev.13"
15
+ "@livestore/common": "0.4.0-dev.14",
16
+ "@livestore/common-cf": "0.4.0-dev.14",
17
+ "@livestore/livestore": "0.4.0-dev.14",
18
+ "@livestore/sqlite-wasm": "0.4.0-dev.14",
19
+ "@livestore/sync-cf": "0.4.0-dev.14",
20
+ "@livestore/utils": "0.4.0-dev.14"
21
21
  },
22
22
  "devDependencies": {
23
23
  "wrangler": "4.42.2"
@@ -148,6 +148,7 @@ export const makeAdapter =
148
148
  isLeader: true,
149
149
  // Not really applicable for node as there is no "reload the app" concept
150
150
  registerBeforeUnload: (_onBeforeUnload) => () => {},
151
+ origin: undefined,
151
152
  })
152
153
 
153
154
  return clientSession