@babel/helpers
Advanced tools
Comparing version 7.1.0 to 7.1.1
@@ -1176,3 +1176,3 @@ "use strict"; | ||
} else if (def.kind === "field") { | ||
descriptor = { configurable: true, writable: true, enumerable: false }; | ||
descriptor = { configurable: true, writable: true, enumerable: true }; | ||
} | ||
@@ -1179,0 +1179,0 @@ |
{ | ||
"name": "@babel/helpers", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"description": "Collection of helper functions used by Babel transforms.", | ||
@@ -14,5 +14,5 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"dependencies": { | ||
"@babel/template": "^7.1.0", | ||
"@babel/template": "^7.1.1", | ||
"@babel/traverse": "^7.1.0", | ||
"@babel/types": "^7.0.0" | ||
"@babel/types": "^7.1.1" | ||
}, | ||
@@ -19,0 +19,0 @@ "devDependencies": { |
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
60865
Updated@babel/template@^7.1.1
Updated@babel/types@^7.1.1