terra-i18n
Advanced tools
Comparing version 4.37.0 to 4.38.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 4.38.0 - (September 21, 2021) | ||
* Changed | ||
* Updated WDIO Screenshots due to webpack-config-terra sass upgrade. | ||
## 4.37.0 - (April 6, 2021) | ||
@@ -7,0 +12,0 @@ |
@@ -30,3 +30,3 @@ "use strict"; | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); } | ||
@@ -33,0 +33,0 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } |
@@ -38,3 +38,3 @@ "use strict"; | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); } | ||
@@ -41,0 +41,0 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } |
{ | ||
"name": "terra-i18n", | ||
"main": "lib/I18n.js", | ||
"version": "4.37.0", | ||
"version": "4.38.0", | ||
"description": "The terra-i18n package provides on-demand internationalization of React components.", | ||
@@ -46,3 +46,3 @@ "repository": { | ||
}, | ||
"gitHead": "b6ddb01d67dc1ecbe6fd0eba0ddc8f46b7eb3d61" | ||
"gitHead": "b63b085b6be99ff184a3c43eab5d24843315942e" | ||
} |
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
92771