@weapp-vite/ast 6.10.2 → 6.11.1
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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@weapp-vite/ast",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.11.1",
|
|
5
5
|
"description": "weapp-vite 共享 AST 分析工具包,统一 Babel/Oxc 解析与常用分析操作",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -106,8 +106,8 @@
|
|
|
106
106
|
"@babel/parser": "^7.29.2",
|
|
107
107
|
"@babel/traverse": "^7.29.0",
|
|
108
108
|
"@babel/types": "^7.29.0",
|
|
109
|
-
"@oxc-project/types": "^0.
|
|
110
|
-
"oxc-parser": "^0.
|
|
109
|
+
"@oxc-project/types": "^0.121.0",
|
|
110
|
+
"oxc-parser": "^0.121.0",
|
|
111
111
|
"oxc-walker": "^0.7.0"
|
|
112
112
|
},
|
|
113
113
|
"publishConfig": {
|