@babel/plugin-transform-private-methods
Advanced tools
Comparing version 8.0.0-alpha.9 to 8.0.0-alpha.10
@@ -5,3 +5,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
var index = declare((api, options) => { | ||
api.assertVersion("8.0.0-alpha.9"); | ||
api.assertVersion("8.0.0-alpha.10"); | ||
return createClassFeaturePlugin({ | ||
@@ -8,0 +8,0 @@ name: "transform-private-methods", |
{ | ||
"name": "@babel/plugin-transform-private-methods", | ||
"version": "8.0.0-alpha.9", | ||
"version": "8.0.0-alpha.10", | ||
"description": "This plugin transforms private class methods", | ||
@@ -20,11 +20,11 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-create-class-features-plugin": "^8.0.0-alpha.9", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.9" | ||
"@babel/helper-create-class-features-plugin": "^8.0.0-alpha.10", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.10" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.9" | ||
"@babel/core": "^8.0.0-alpha.10" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.9", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.9" | ||
"@babel/core": "^8.0.0-alpha.10", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.10" | ||
}, | ||
@@ -31,0 +31,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
71721