rollup-plugin-babel
Advanced tools
Comparing version 4.0.0-beta.7 to 4.0.0-beta.8
@@ -68,3 +68,3 @@ 'use strict'; | ||
if ( check.match( /\/helpers\/(builtin\/)?(es6\/)?inherits/ ) ) { helpers = RUNTIME; } | ||
if ( check.match( /\/helpers\/(esm\/)?inherits/ ) ) { helpers = RUNTIME; } | ||
else if ( ~check.indexOf( 'function _inherits' ) ) { helpers = INLINE; } | ||
@@ -71,0 +71,0 @@ else if ( ~check.indexOf( 'babelHelpers' ) ) { helpers = EXTERNAL; } |
{ | ||
"name": "rollup-plugin-babel", | ||
"version": "4.0.0-beta.7", | ||
"version": "4.0.0-beta.8", | ||
"description": "Seamless integration between Rollup and Babel.", | ||
"main": "dist/rollup-plugin-babel.cjs.js", | ||
"module": "dist/rollup-plugin-babel.es.js", | ||
"jsnext:main": "dist/rollup-plugin-babel.es.js", | ||
"module": "dist/rollup-plugin-babel.esm.js", | ||
"files": [ | ||
"src", | ||
"dist/rollup-plugin-babel.cjs.js", | ||
"dist/rollup-plugin-babel.es.js", | ||
"README" | ||
"dist" | ||
], | ||
@@ -36,3 +33,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@babel/helper-module-imports": "7.0.0-beta.51", | ||
"@babel/helper-module-imports": "7.0.0-beta.56", | ||
"rollup-pluginutils": "^2.3.0" | ||
@@ -44,7 +41,7 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "7.0.0-beta.51", | ||
"@babel/plugin-external-helpers": "7.0.0-beta.51", | ||
"@babel/plugin-proposal-decorators": "7.0.0-beta.51", | ||
"@babel/plugin-transform-runtime": "7.0.0-beta.51", | ||
"@babel/preset-env": "7.0.0-beta.51", | ||
"@babel/core": "7.0.0-beta.56", | ||
"@babel/plugin-external-helpers": "7.0.0-beta.56", | ||
"@babel/plugin-proposal-decorators": "7.0.0-beta.56", | ||
"@babel/plugin-transform-runtime": "7.0.0-beta.56", | ||
"@babel/preset-env": "7.0.0-beta.56", | ||
"buble": "^0.19.3", | ||
@@ -51,0 +48,0 @@ "eslint": "^5.0.1", |
@@ -57,3 +57,3 @@ import { join } from 'path'; | ||
if ( check.match( /\/helpers\/(builtin\/)?(es6\/)?inherits/ ) ) helpers = RUNTIME; | ||
if ( check.match( /\/helpers\/(esm\/)?inherits/ ) ) helpers = RUNTIME; | ||
else if ( ~check.indexOf( 'function _inherits' ) ) helpers = INLINE; | ||
@@ -60,0 +60,0 @@ else if ( ~check.indexOf( 'babelHelpers' ) ) helpers = EXTERNAL; |
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
48464
13
+ Added@babel/helper-module-imports@7.0.0-beta.56(transitive)
+ Added@babel/types@7.0.0-beta.56(transitive)
- Removed@babel/helper-module-imports@7.0.0-beta.51(transitive)
- Removed@babel/types@7.0.0-beta.51(transitive)