@lunora/nuxt 1.0.0-alpha.57 → 1.0.0-alpha.59

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/module.d.ts CHANGED
@@ -23,7 +23,7 @@ interface ModuleOptions {
23
23
  prefix: string;
24
24
  }
25
25
  /**
26
- * Return type of `defineNuxtModule<ModuleOptions>({...})` — the value overload of
26
+ * Return type of `defineNuxtModule<ModuleOptions>({...})` — the value overload of
27
27
  * `defineNuxtModule` (the one taking a definition), extracted structurally so the
28
28
  * default export has a locally-nameable type under `isolatedDeclarations` without
29
29
  * importing `NuxtModule` from `@nuxt/schema` (not a resolvable dependency here).
package/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "configKey": "lunora",
3
3
  "name": "@lunora/nuxt",
4
- "version": "1.0.0-alpha.56"
4
+ "version": "1.0.0-alpha.58"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lunora/nuxt",
3
- "version": "1.0.0-alpha.57",
3
+ "version": "1.0.0-alpha.59",
4
4
  "description": "Nuxt module for Lunora — single-worker composition (mounts /_lunora/* into Nitro) plus reactive-loader server helpers",
5
5
  "keywords": [
6
6
  "cloudflare",
@@ -51,8 +51,8 @@
51
51
  "access": "public"
52
52
  },
53
53
  "dependencies": {
54
- "@lunora/client": "1.0.0-alpha.37",
55
- "@lunora/runtime": "1.0.0-alpha.51",
54
+ "@lunora/client": "1.0.0-alpha.40",
55
+ "@lunora/runtime": "1.0.0-alpha.53",
56
56
  "@nuxt/kit": "^4.5.0"
57
57
  },
58
58
  "peerDependencies": {