@vizejs/vite-plugin 0.212.0 → 0.213.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 +3 -3
  2. package/package.json +3 -3
package/dist/index.d.mts CHANGED
@@ -161,10 +161,10 @@ interface LinterConfig {
161
161
  * Enable linting
162
162
  */
163
163
  enabled?: boolean;
164
- /**
165
- * Built-in lint preset
166
- */
164
+ /** Built-in lint preset */
167
165
  preset?: "happy-path" | "opinionated" | "essential" | "incremental" | "ecosystem" | "nuxt";
166
+ /** Enable native type-aware lint rules from the active lint configuration */
167
+ typeAware?: boolean;
168
168
  /**
169
169
  * Rules to enable/disable
170
170
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizejs/vite-plugin",
3
- "version": "0.212.0",
3
+ "version": "0.213.0",
4
4
  "description": "High-performance native Vite plugin for Vue SFC compilation powered by Vize",
5
5
  "keywords": [
6
6
  "compiler",
@@ -39,9 +39,9 @@
39
39
  "access": "public"
40
40
  },
41
41
  "dependencies": {
42
- "@vizejs/native": "0.212.0",
42
+ "@vizejs/native": "0.213.0",
43
43
  "tinyglobby": "0.2.16",
44
- "vize": "0.212.0"
44
+ "vize": "0.213.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "25.9.2",