@babel/helper-remap-async-to-generator
Advanced tools
Comparing version 8.0.0-alpha.9 to 8.0.0-alpha.10
{ | ||
"name": "@babel/helper-remap-async-to-generator", | ||
"version": "8.0.0-alpha.9", | ||
"version": "8.0.0-alpha.10", | ||
"description": "Helper function to remap async functions to generators", | ||
@@ -17,12 +17,12 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-annotate-as-pure": "^8.0.0-alpha.9", | ||
"@babel/helper-environment-visitor": "^8.0.0-alpha.9", | ||
"@babel/helper-wrap-function": "^8.0.0-alpha.9" | ||
"@babel/helper-annotate-as-pure": "^8.0.0-alpha.10", | ||
"@babel/helper-environment-visitor": "^8.0.0-alpha.10", | ||
"@babel/helper-wrap-function": "^8.0.0-alpha.10" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.9", | ||
"@babel/traverse": "^8.0.0-alpha.9" | ||
"@babel/core": "^8.0.0-alpha.10", | ||
"@babel/traverse": "^8.0.0-alpha.10" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.9" | ||
"@babel/core": "^8.0.0-alpha.10" | ||
}, | ||
@@ -29,0 +29,0 @@ "engines": { |
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
76709