@babel/helper-create-class-features-plugin
Advanced tools
Comparing version 7.22.1 to 7.22.5
@@ -87,8 +87,8 @@ "use strict"; | ||
if (typeof file.get(versionKey) === "number") { | ||
file.set(versionKey, "7.22.1"); | ||
file.set(versionKey, "7.22.5"); | ||
return; | ||
} | ||
} | ||
if (!file.get(versionKey) || _semver.lt(file.get(versionKey), "7.22.1")) { | ||
file.set(versionKey, "7.22.1"); | ||
if (!file.get(versionKey) || _semver.lt(file.get(versionKey), "7.22.5")) { | ||
file.set(versionKey, "7.22.5"); | ||
} | ||
@@ -100,3 +100,3 @@ }, | ||
}) { | ||
if (file.get(versionKey) !== "7.22.1") return; | ||
if (file.get(versionKey) !== "7.22.5") return; | ||
if (!(0, _features.shouldTransform)(path, file)) return; | ||
@@ -212,3 +212,3 @@ if (path.isClassDeclaration()) (0, _typescript.assertFieldTransformed)(path); | ||
{ | ||
if (file.get(versionKey) !== "7.22.1") return; | ||
if (file.get(versionKey) !== "7.22.5") return; | ||
const decl = path.get("declaration"); | ||
@@ -215,0 +215,0 @@ if (decl.isClassDeclaration() && (0, _decorators.hasDecorators)(decl.node)) { |
{ | ||
"name": "@babel/helper-create-class-features-plugin", | ||
"version": "7.22.1", | ||
"version": "7.22.5", | ||
"author": "The Babel Team (https://babel.dev/team)", | ||
@@ -21,10 +21,10 @@ "license": "MIT", | ||
"dependencies": { | ||
"@babel/helper-annotate-as-pure": "^7.18.6", | ||
"@babel/helper-environment-visitor": "^7.22.1", | ||
"@babel/helper-function-name": "^7.21.0", | ||
"@babel/helper-member-expression-to-functions": "^7.22.0", | ||
"@babel/helper-optimise-call-expression": "^7.18.6", | ||
"@babel/helper-replace-supers": "^7.22.1", | ||
"@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", | ||
"@babel/helper-split-export-declaration": "^7.18.6", | ||
"@babel/helper-annotate-as-pure": "^7.22.5", | ||
"@babel/helper-environment-visitor": "^7.22.5", | ||
"@babel/helper-function-name": "^7.22.5", | ||
"@babel/helper-member-expression-to-functions": "^7.22.5", | ||
"@babel/helper-optimise-call-expression": "^7.22.5", | ||
"@babel/helper-replace-supers": "^7.22.5", | ||
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", | ||
"@babel/helper-split-export-declaration": "^7.22.5", | ||
"semver": "^6.3.0" | ||
@@ -36,6 +36,6 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.1", | ||
"@babel/helper-plugin-test-runner": "^7.18.6", | ||
"@babel/core": "^7.22.5", | ||
"@babel/helper-plugin-test-runner": "^7.22.5", | ||
"@babel/plugin-syntax-class-static-block": "^7.14.5", | ||
"@babel/preset-env": "^7.22.1" | ||
"@babel/preset-env": "^7.22.5" | ||
}, | ||
@@ -42,0 +42,0 @@ "engines": { |
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