@babel/plugin-transform-sticky-regex
Advanced tools
Comparing version 8.0.0-alpha.4 to 8.0.0-alpha.5
@@ -5,3 +5,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
var index = declare(api => { | ||
api.assertVersion(7); | ||
api.assertVersion("8.0.0-alpha.5"); | ||
return { | ||
@@ -8,0 +8,0 @@ name: "transform-sticky-regex", |
{ | ||
"name": "@babel/plugin-transform-sticky-regex", | ||
"version": "8.0.0-alpha.4", | ||
"version": "8.0.0-alpha.5", | ||
"description": "Compile ES2015 sticky regex to an ES5 RegExp constructor", | ||
@@ -19,10 +19,10 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.4" | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.5" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.4" | ||
"@babel/core": "^8.0.0-alpha.5" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.4", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.4" | ||
"@babel/core": "^8.0.0-alpha.5", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.5" | ||
}, | ||
@@ -29,0 +29,0 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-sticky-regex", |
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
4629