@commercetools-uikit/utils 15.4.0 → 15.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -206,7 +206,7 @@ var warning = function warning(condition, message) {
206
206
  var warning$1 = warning;
207
207
 
208
208
  // NOTE: This string will be replaced on build time with the package version.
209
- var version = "15.4.0";
209
+ var version = "15.5.1";
210
210
 
211
211
  exports.SafeHTMLElement = SafeHTMLElement$1;
212
212
  exports.canUseDOM = canUseDOM;
@@ -187,7 +187,7 @@ var warning = function warning(condition, message) {
187
187
  var warning$1 = warning;
188
188
 
189
189
  // NOTE: This string will be replaced on build time with the package version.
190
- var version = "15.4.0";
190
+ var version = "15.5.1";
191
191
 
192
192
  exports.SafeHTMLElement = SafeHTMLElement$1;
193
193
  exports.canUseDOM = canUseDOM;
@@ -192,6 +192,6 @@ var warning = function warning(condition, message) {
192
192
  var warning$1 = warning;
193
193
 
194
194
  // NOTE: This string will be replaced on build time with the package version.
195
- var version = "15.4.0";
195
+ var version = "15.5.1";
196
196
 
197
197
  export { SafeHTMLElement$1 as SafeHTMLElement, canUseDOM, createSequentialId, filterAriaAttributes, filterDataAttributes, filterInvalidAttributes, getFieldId$1 as getFieldId, isNumberish, parseTime$1 as parseTime, version, warnDeprecatedComponent, warnDeprecatedProp, warning$1 as warning };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/utils",
3
3
  "description": "A collection of utilities shared across the other packages.",
4
- "version": "15.4.0",
4
+ "version": "15.5.1",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",