@wordpress/token-list
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -0,1 +1,2 @@ | ||
import _regeneratorRuntime from "@babel/runtime/regenerator"; | ||
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck"; | ||
@@ -73,4 +74,4 @@ import _createClass from "@babel/runtime/helpers/esm/createClass"; | ||
/*#__PURE__*/ | ||
regeneratorRuntime.mark(function value() { | ||
return regeneratorRuntime.wrap(function value$(_context) { | ||
_regeneratorRuntime.mark(function value() { | ||
return _regeneratorRuntime.wrap(function value$(_context) { | ||
while (1) { | ||
@@ -77,0 +78,0 @@ switch (_context.prev = _context.next) { |
@@ -10,2 +10,4 @@ "use strict"; | ||
var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator")); | ||
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck")); | ||
@@ -83,4 +85,4 @@ | ||
/*#__PURE__*/ | ||
regeneratorRuntime.mark(function value() { | ||
return regeneratorRuntime.wrap(function value$(_context) { | ||
_regenerator.default.mark(function value() { | ||
return _regenerator.default.wrap(function value$(_context) { | ||
while (1) { | ||
@@ -87,0 +89,0 @@ switch (_context.prev = _context.next) { |
{ | ||
"name": "@wordpress/token-list", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Constructable, plain JavaScript DOMTokenList implementation, supporting non-browser runtimes.", | ||
@@ -22,3 +22,3 @@ "author": "The WordPress Contributors", | ||
"dependencies": { | ||
"@babel/runtime": "^7.3.1", | ||
"@babel/runtime": "^7.4.4", | ||
"lodash": "^4.17.11" | ||
@@ -29,3 +29,3 @@ }, | ||
}, | ||
"gitHead": "80d228669adadb8dfcd24b8421517fed3be2d474" | ||
"gitHead": "87f92f8f58a14a58b44beff0919734c546b3b975" | ||
} |
Sorry, the diff of this file is not supported yet
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
63103
862
Updated@babel/runtime@^7.4.4