@babel/plugin-transform-async-to-generator
Advanced tools
Comparing version
@@ -7,3 +7,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
var index = declare((api, options) => { | ||
api.assertVersion("8.0.0-alpha.14"); | ||
api.assertVersion("8.0.0-alpha.15"); | ||
const { | ||
@@ -10,0 +10,0 @@ method, |
{ | ||
"name": "@babel/plugin-transform-async-to-generator", | ||
"version": "8.0.0-alpha.14", | ||
"version": "8.0.0-alpha.15", | ||
"description": "Turn async functions into ES2015 generators", | ||
@@ -20,12 +20,12 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-module-imports": "^8.0.0-alpha.14", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.14", | ||
"@babel/helper-remap-async-to-generator": "^8.0.0-alpha.14" | ||
"@babel/helper-module-imports": "^8.0.0-alpha.15", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.15", | ||
"@babel/helper-remap-async-to-generator": "^8.0.0-alpha.15" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.14" | ||
"@babel/core": "^8.0.0-alpha.15" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.14", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.14" | ||
"@babel/core": "^8.0.0-alpha.15", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.15" | ||
}, | ||
@@ -32,0 +32,0 @@ "engines": { |
+ Added
+ Added
- Removed
- Removed
Updated