@babel/helper-create-regexp-features-plugin
Advanced tools
Comparing version 8.0.0-alpha.2 to 8.0.0-alpha.3
@@ -113,3 +113,3 @@ import rewritePattern from 'regexpu-core'; | ||
if (runtime !== undefined) { | ||
if (file.has(runtimeKey) && file.get(runtimeKey) !== runtime && true) { | ||
if (file.has(runtimeKey) && file.get(runtimeKey) !== runtime) { | ||
throw new Error(`The 'runtime' option must be the same for ` + `'@babel/plugin-transform-named-capturing-groups-regex' and ` + `'@babel/plugin-proposal-duplicate-named-capturing-groups-regex'.`); | ||
@@ -121,4 +121,4 @@ } | ||
} | ||
if (!file.get(versionKey) || semver.lt(file.get(versionKey), "8.0.0-alpha.2")) { | ||
file.set(versionKey, "8.0.0-alpha.2"); | ||
if (!file.get(versionKey) || semver.lt(file.get(versionKey), "8.0.0-alpha.3")) { | ||
file.set(versionKey, "8.0.0-alpha.3"); | ||
} | ||
@@ -125,0 +125,0 @@ }, |
{ | ||
"name": "@babel/helper-create-regexp-features-plugin", | ||
"version": "8.0.0-alpha.2", | ||
"version": "8.0.0-alpha.3", | ||
"author": "The Babel Team (https://babel.dev/team)", | ||
@@ -21,3 +21,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@babel/helper-annotate-as-pure": "^8.0.0-alpha.2", | ||
"@babel/helper-annotate-as-pure": "^8.0.0-alpha.3", | ||
"regexpu-core": "^5.3.1", | ||
@@ -27,7 +27,7 @@ "semver": "^7.3.4" | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.2" | ||
"@babel/core": "^8.0.0-alpha.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.2", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.2" | ||
"@babel/core": "^8.0.0-alpha.3", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.3" | ||
}, | ||
@@ -34,0 +34,0 @@ "engines": { |
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
24862
5
176