@rollup/plugin-babel
Advanced tools
Comparing version 6.0.3 to 6.0.4
{ | ||
"name": "@rollup/plugin-babel", | ||
"version": "6.0.3", | ||
"version": "6.0.4", | ||
"publishConfig": { | ||
@@ -33,2 +33,3 @@ "access": "public" | ||
"prebuild": "del-cli dist", | ||
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi", | ||
"prerelease": "pnpm build", | ||
@@ -58,3 +59,3 @@ "pretest": "pnpm build", | ||
"@types/babel__core": "^7.1.9", | ||
"rollup": "^1.20.0||^2.0.0||^3.0.0" | ||
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" | ||
}, | ||
@@ -83,3 +84,3 @@ "peerDependenciesMeta": { | ||
"@types/babel__core": "^7.1.9", | ||
"rollup": "^3.2.3", | ||
"rollup": "^4.0.0-24", | ||
"source-map": "^0.7.4" | ||
@@ -86,0 +87,0 @@ }, |
@@ -1,4 +0,4 @@ | ||
import { Plugin, PluginContext, TransformPluginContext } from 'rollup'; | ||
import { FilterPattern, CreateFilter } from '@rollup/pluginutils'; | ||
import * as babelCore from '@babel/core'; | ||
import type { Plugin, PluginContext, TransformPluginContext } from 'rollup'; | ||
import type { FilterPattern, CreateFilter } from '@rollup/pluginutils'; | ||
import type * as babelCore from '@babel/core'; | ||
@@ -5,0 +5,0 @@ export interface RollupBabelInputPluginOptions |
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
51999