@vizejs/nuxt 0.178.0 → 0.180.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 -0
  2. package/package.json +5 -5
package/dist/index.d.mts CHANGED
@@ -55,6 +55,8 @@ interface VizeNuxtCompilerOptions {
55
55
  vapor?: boolean;
56
56
  /** Treat lowercase non-HTML tags as custom renderer elements. */
57
57
  customRenderer?: boolean;
58
+ /** Template syntax compatibility mode. */
59
+ templateSyntax?: "standard" | "strict" | "quirks";
58
60
  /** Root directory to scan for .vue files. */
59
61
  root?: string;
60
62
  /** Glob patterns to scan for .vue files during pre-compilation. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizejs/nuxt",
3
- "version": "0.178.0",
3
+ "version": "0.180.0",
4
4
  "description": "Nuxt module for Vize - compiler, musea gallery, linter, and type checker",
5
5
  "keywords": [
6
6
  "compiler",
@@ -41,10 +41,10 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@nuxt/kit": "4.4.6",
44
- "@vizejs/musea-nuxt": "0.178.0",
45
- "@vizejs/vite-plugin": "0.178.0",
46
- "@vizejs/vite-plugin-musea": "0.178.0",
47
- "vize": "0.178.0"
44
+ "@vizejs/musea-nuxt": "0.180.0",
45
+ "@vizejs/vite-plugin": "0.180.0",
46
+ "@vizejs/vite-plugin-musea": "0.180.0",
47
+ "vize": "0.180.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "typescript": "6.0.3",