elm-ssr 1.0.8 → 1.0.9

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.
Files changed (1) hide show
  1. package/package.json +8 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elm-ssr",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Elm-first SSR library and framework for Cloudflare Workers (and Bun): file-based routes/islands, backend-neutral effect adapters (KV/D1/Redis/Postgres), background tasks (waitUntil/Queues), SQL-file migrations, CLI scaffold + build.",
5
5
  "license": "MIT",
6
6
  "author": "Michał Majchrzak <michmajchrzak@gmail.com>",
@@ -69,7 +69,11 @@
69
69
  "@better-auth/infra": "0.3.4"
70
70
  },
71
71
  "peerDependenciesMeta": {
72
- "better-auth": { "optional": true },
73
- "@better-auth/infra": { "optional": true }
74
- }
72
+ "better-auth": {
73
+ "optional": true
74
+ },
75
+ "@better-auth/infra": {
76
+ "optional": true
77
+ }
78
+ }
75
79
  }