@lunora/nuxt 1.0.0-alpha.34 → 1.0.0-alpha.36
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 +1 -1
- package/dist/module.json +1 -1
- package/package.json +2 -2
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
|
|
14
|
+
* Return type of `defineNuxtModule<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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lunora/nuxt",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.36",
|
|
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.
|
|
55
|
+
"@lunora/runtime": "1.0.0-alpha.31",
|
|
56
56
|
"@nuxt/kit": "^4.4.8"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|