@commercetools-uikit/utils 17.0.1 → 17.1.0

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.
@@ -58,6 +58,7 @@ function isNumberish(number) {
58
58
  // To avoid getting the following error, we type the entire function.
59
59
  // "Assertions require every name in the call target to be declared with an explicit type annotation."
60
60
  // See https://github.com/microsoft/TypeScript/pull/33622#issuecomment-575301357
61
+
61
62
  const isProduction = process.env.NODE_ENV === 'production';
62
63
 
63
64
  // Throw an error if the condition fails
@@ -195,7 +196,7 @@ const SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
195
196
  var SafeHTMLElement$1 = SafeHTMLElement;
196
197
 
197
198
  // NOTE: This string will be replaced on build time with the package version.
198
- var version = "17.0.1";
199
+ var version = "17.1.0";
199
200
 
200
201
  exports.SafeHTMLElement = SafeHTMLElement$1;
201
202
  exports.canUseDOM = canUseDOM;
@@ -183,7 +183,7 @@ const SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
183
183
  var SafeHTMLElement$1 = SafeHTMLElement;
184
184
 
185
185
  // NOTE: This string will be replaced on build time with the package version.
186
- var version = "17.0.1";
186
+ var version = "17.1.0";
187
187
 
188
188
  exports.SafeHTMLElement = SafeHTMLElement$1;
189
189
  exports.canUseDOM = canUseDOM;
@@ -45,6 +45,7 @@ function isNumberish(number) {
45
45
  // To avoid getting the following error, we type the entire function.
46
46
  // "Assertions require every name in the call target to be declared with an explicit type annotation."
47
47
  // See https://github.com/microsoft/TypeScript/pull/33622#issuecomment-575301357
48
+
48
49
  const isProduction = process.env.NODE_ENV === 'production';
49
50
 
50
51
  // Throw an error if the condition fails
@@ -182,6 +183,6 @@ const SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
182
183
  var SafeHTMLElement$1 = SafeHTMLElement;
183
184
 
184
185
  // NOTE: This string will be replaced on build time with the package version.
185
- var version = "17.0.1";
186
+ var version = "17.1.0";
186
187
 
187
188
  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": "17.0.1",
4
+ "version": "17.1.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",