@commercetools-uikit/utils 15.14.0 → 15.14.2

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.
@@ -214,7 +214,7 @@ var SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
214
214
  var SafeHTMLElement$1 = SafeHTMLElement;
215
215
 
216
216
  // NOTE: This string will be replaced on build time with the package version.
217
- var version = "15.14.0";
217
+ var version = "15.14.2";
218
218
 
219
219
  exports.SafeHTMLElement = SafeHTMLElement$1;
220
220
  exports.canUseDOM = canUseDOM;
@@ -201,7 +201,7 @@ var SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
201
201
  var SafeHTMLElement$1 = SafeHTMLElement;
202
202
 
203
203
  // NOTE: This string will be replaced on build time with the package version.
204
- var version = "15.14.0";
204
+ var version = "15.14.2";
205
205
 
206
206
  exports.SafeHTMLElement = SafeHTMLElement$1;
207
207
  exports.canUseDOM = canUseDOM;
@@ -201,6 +201,6 @@ var SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
201
201
  var SafeHTMLElement$1 = SafeHTMLElement;
202
202
 
203
203
  // NOTE: This string will be replaced on build time with the package version.
204
- var version = "15.14.0";
204
+ var version = "15.14.2";
205
205
 
206
206
  export { SafeHTMLElement$1 as SafeHTMLElement, canUseDOM, createSequentialId, filterAriaAttributes, filterDataAttributes, filterInvalidAttributes, getFieldId$1 as getFieldId, isNumberish, parseTime$1 as parseTime, useWarnDeprecatedComponent, useWarnDeprecatedProp, useWarning, version, warnDeprecatedComponent, warnDeprecatedProp, 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.14.0",
4
+ "version": "15.14.2",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",