@devframes/nuxt 0.6.0-beta.2 → 0.6.0

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.mts CHANGED
@@ -1,4 +1,3 @@
1
- import * as _$_nuxt_schema0 from "@nuxt/schema";
2
1
  import { DevframeDefinition } from "devframe/types";
3
2
 
4
3
  //#region src/module.d.ts
@@ -78,6 +77,6 @@ type ModuleOptions = DevframeNuxtModuleOptions;
78
77
  * }
79
78
  * ```
80
79
  */
81
- declare const _default: _$_nuxt_schema0.NuxtModule<DevframeNuxtModuleOptions, DevframeNuxtModuleOptions, false>;
80
+ declare const _default: import("@nuxt/schema").NuxtModule<DevframeNuxtModuleOptions, DevframeNuxtModuleOptions, false>;
82
81
  //#endregion
83
82
  export { DevframeNuxtModuleOptions, ModuleOptions, _default as default };
package/dist/module.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@devframes/nuxt",
3
3
  "configKey": "devframe",
4
- "version": "0.6.0-beta.2",
4
+ "version": "0.6.0",
5
5
  "builder": {
6
- "tsdown": "0.22.0"
6
+ "tsdown": "0.22.3"
7
7
  }
8
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@devframes/nuxt",
3
3
  "type": "module",
4
- "version": "0.6.0-beta.2",
4
+ "version": "0.6.0",
5
5
  "description": "Nuxt module for Devframe — wires a Nuxt-built SPA up as a devframe client",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -31,14 +31,14 @@
31
31
  ],
32
32
  "peerDependencies": {
33
33
  "@nuxt/kit": "^3.0.0 || ^4.0.0 || ^5.0.0-0",
34
- "devframe": "0.6.0-beta.2"
34
+ "devframe": "0.6.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@nuxt/kit": "^4.4.6",
38
- "@types/node": "^25.9.1",
39
- "nuxt": "^4.4.6",
40
- "tsdown": "^0.22.0",
41
- "devframe": "0.6.0-beta.2"
37
+ "@nuxt/kit": "^4.4.8",
38
+ "@types/node": "^26.1.0",
39
+ "nuxt": "^4.4.8",
40
+ "tsdown": "^0.22.3",
41
+ "devframe": "0.6.0"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "tsdown",