@lunora/nuxt 1.0.0-alpha.34 → 1.0.0-alpha.35

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
@@ -11,7 +11,7 @@ interface ModuleOptions {
11
11
  prefix: string;
12
12
  }
13
13
  /**
14
- * Return type of `defineNuxtModule<ModuleOptions>({...})` — the value overload of
14
+ * Return type of `defineNuxtModule&lt;ModuleOptions>({...})` — the value overload of
15
15
  * `defineNuxtModule` (the one taking a definition), extracted structurally so the
16
16
  * default export has a locally-nameable type under `isolatedDeclarations` without
17
17
  * 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.33"
4
+ "version": "1.0.0-alpha.34"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lunora/nuxt",
3
- "version": "1.0.0-alpha.34",
3
+ "version": "1.0.0-alpha.35",
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",
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@lunora/client": "1.0.0-alpha.25",
55
- "@lunora/runtime": "1.0.0-alpha.29",
55
+ "@lunora/runtime": "1.0.0-alpha.30",
56
56
  "@nuxt/kit": "^4.4.8"
57
57
  },
58
58
  "peerDependencies": {