@wevu/compiler 0.0.4 → 0.0.5

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wevu/compiler",
3
3
  "type": "module",
4
- "version": "0.0.4",
4
+ "version": "0.0.5",
5
5
  "description": "wevu 编译器基础包,面向小程序模板的编译与转换",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -41,7 +41,7 @@
41
41
  "dist"
42
42
  ],
43
43
  "dependencies": {
44
- "@babel/generator": "^7.29.0",
44
+ "@babel/generator": "^7.29.1",
45
45
  "@babel/parser": "^7.29.0",
46
46
  "@babel/traverse": "^7.29.0",
47
47
  "@babel/types": "^7.29.0",
@@ -54,7 +54,7 @@
54
54
  "pathe": "^2.0.3",
55
55
  "vue": "^3.5.27",
56
56
  "@weapp-core/shared": "3.0.1",
57
- "rolldown-require": "2.0.4"
57
+ "rolldown-require": "2.0.5"
58
58
  },
59
59
  "publishConfig": {
60
60
  "access": "public",