@babel/helper-remap-async-to-generator
Advanced tools
Comparing version 7.25.0 to 7.25.7
{ | ||
"name": "@babel/helper-remap-async-to-generator", | ||
"version": "7.25.0", | ||
"version": "7.25.7", | ||
"description": "Helper function to remap async functions to generators", | ||
@@ -17,8 +17,8 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-annotate-as-pure": "^7.24.7", | ||
"@babel/helper-wrap-function": "^7.25.0", | ||
"@babel/traverse": "^7.25.0" | ||
"@babel/helper-annotate-as-pure": "^7.25.7", | ||
"@babel/helper-wrap-function": "^7.25.7", | ||
"@babel/traverse": "^7.25.7" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.24.9" | ||
"@babel/core": "^7.25.7" | ||
}, | ||
@@ -25,0 +25,0 @@ "peerDependencies": { |
@@ -14,11 +14,14 @@ /* This file is automatically generated by scripts/generators/tsconfig.js */ | ||
{ | ||
"path": "../../packages/babel-helper-plugin-utils" | ||
"path": "../../packages/babel-helper-annotate-as-pure" | ||
}, | ||
{ | ||
"path": "../../packages/babel-helper-annotate-as-pure" | ||
"path": "../../packages/babel-helper-wrap-function" | ||
}, | ||
{ | ||
"path": "../../packages/babel-helper-wrap-function" | ||
"path": "../../packages/babel-traverse" | ||
}, | ||
{ | ||
"path": "../../packages/babel-core" | ||
} | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80459
87
1