@vizejs/nuxt 0.241.0 → 0.243.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.
Files changed (2) hide show
  1. package/dist/index.d.mts +2 -2
  2. package/package.json +6 -6
package/dist/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import * as _$nuxt_schema0 from "nuxt/schema";
1
+ import { defineNuxtModule } from "@nuxt/kit";
2
2
  import { MuseaOptions, MuseaOptions as MuseaOptions$1 } from "@vizejs/vite-plugin-musea";
3
3
 
4
4
  //#region src/compiler-options.d.ts
@@ -239,6 +239,6 @@ interface VizeNuxtOptions {
239
239
  }
240
240
  //#endregion
241
241
  //#region src/index.d.ts
242
- declare const _default: _$nuxt_schema0.NuxtModule<VizeNuxtOptions, VizeNuxtOptions, false>;
242
+ declare const _default: ReturnType<typeof defineNuxtModule<VizeNuxtOptions>>;
243
243
  //#endregion
244
244
  export { type MuseaOptions, type NuxtMuseaOptions, type VizeNuxtBridgeOptions, type VizeNuxtCompatibilityOptions, type VizeNuxtCompilerCompatibilityOptions, type VizeNuxtCompilerOptions, type VizeNuxtDevOptions, type VizeNuxtMajorVersion, type VizeNuxtOptions, type VizeNuxtUnoCssOptions, type VizeNuxtVueVersion, _default as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizejs/nuxt",
3
- "version": "0.241.0",
3
+ "version": "0.243.0",
4
4
  "description": "Nuxt module for Vize - compiler, musea gallery, linter, and type checker",
5
5
  "keywords": [
6
6
  "compiler",
@@ -22,7 +22,7 @@
22
22
  "repository": {
23
23
  "type": "git",
24
24
  "url": "https://github.com/ubugeeei-prod/vize.git",
25
- "directory": "npm/nuxt"
25
+ "directory": "npm/framework/nuxt"
26
26
  },
27
27
  "files": [
28
28
  "dist"
@@ -41,10 +41,10 @@
41
41
  "access": "public"
42
42
  },
43
43
  "dependencies": {
44
- "@nuxt/kit": "4.4.8",
45
- "@vizejs/vite-plugin": "0.241.0",
46
- "@vizejs/vite-plugin-musea": "0.241.0",
47
- "vize": "0.241.0"
44
+ "@nuxt/kit": "3.11.2",
45
+ "@vizejs/vite-plugin": "0.243.0",
46
+ "@vizejs/vite-plugin-musea": "0.243.0",
47
+ "vize": "0.243.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "typescript": "6.0.3",