@babel/helper-wrap-function
Advanced tools
+5
-5
| { | ||
| "name": "@babel/helper-wrap-function", | ||
| "version": "8.0.0-rc.4", | ||
| "version": "8.0.0-rc.5", | ||
| "description": "Helper to wrap functions inside a function call.", | ||
@@ -17,8 +17,8 @@ "repository": { | ||
| "dependencies": { | ||
| "@babel/template": "^8.0.0-rc.4", | ||
| "@babel/traverse": "^8.0.0-rc.4", | ||
| "@babel/types": "^8.0.0-rc.4" | ||
| "@babel/template": "^8.0.0-rc.5", | ||
| "@babel/traverse": "^8.0.0-rc.5", | ||
| "@babel/types": "^8.0.0-rc.5" | ||
| }, | ||
| "engines": { | ||
| "node": "^20.19.0 || >=22.12.0" | ||
| "node": "^22.18.0 || >=24.11.0" | ||
| }, | ||
@@ -25,0 +25,0 @@ "author": "The Babel Team (https://babel.dev/team)", |
Updated
Updated
Updated