@vizejs/vite-plugin 0.66.0 → 0.67.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/README.md +4 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -210,10 +210,10 @@ When a `.vue` file changes:
210
210
 
211
211
  Vize's native compiler is significantly faster than the official Vue compiler:
212
212
 
213
- | Benchmark (15,000 SFCs) | @vue/compiler-sfc | Vize | Speedup |
214
- | ----------------------- | ----------------- | ----- | -------- |
215
- | Single-threaded | 10.43s | 6.06s | **1.7x** |
216
- | Multi-threaded | 3.45s | 612ms | **5.6x** |
213
+ | Benchmark (15,000 SFCs) | @vue/compiler-sfc | Vize | Speedup |
214
+ | ----------------------- | ----------------- | ----- | --------- |
215
+ | Single-threaded | 9.35s | 3.47s | **2.7x** |
216
+ | Multi-threaded | 4.08s | 353ms | **11.6x** |
217
217
 
218
218
  ## Comparison with vite-plugin-vize
219
219
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizejs/vite-plugin",
3
- "version": "0.66.0",
3
+ "version": "0.67.0",
4
4
  "description": "High-performance native Vite plugin for Vue SFC compilation powered by Vize",
5
5
  "keywords": [
6
6
  "compiler",
@@ -33,9 +33,9 @@
33
33
  "access": "public"
34
34
  },
35
35
  "dependencies": {
36
- "@vizejs/native": "0.66.0",
36
+ "@vizejs/native": "0.67.0",
37
37
  "tinyglobby": "0.2.16",
38
- "vize": "0.66.0"
38
+ "vize": "0.67.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/node": "25.6.0",