@commercetools-uikit/utils 15.10.0 → 15.11.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.
|
|
209
|
+
var version = "15.11.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.
|
|
190
|
+
var version = "15.11.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.
|
|
195
|
+
var version = "15.11.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