@commercetools-uikit/localized-utils 19.22.1 → 19.22.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.
|
@@ -139,7 +139,7 @@ const isTouched = touched => {
|
|
|
139
139
|
};
|
|
140
140
|
|
|
141
141
|
// NOTE: This string will be replaced on build time with the package version.
|
|
142
|
-
var version = "19.22.
|
|
142
|
+
var version = "19.22.2";
|
|
143
143
|
|
|
144
144
|
exports.createLocalizedDataAttributes = createLocalizedDataAttributes;
|
|
145
145
|
exports.createLocalizedString = createLocalizedString;
|
|
@@ -138,7 +138,7 @@ const isTouched = touched => {
|
|
|
138
138
|
};
|
|
139
139
|
|
|
140
140
|
// NOTE: This string will be replaced on build time with the package version.
|
|
141
|
-
var version = "19.22.
|
|
141
|
+
var version = "19.22.2";
|
|
142
142
|
|
|
143
143
|
exports.createLocalizedDataAttributes = createLocalizedDataAttributes;
|
|
144
144
|
exports.createLocalizedString = createLocalizedString;
|
|
@@ -116,6 +116,6 @@ const isTouched = touched => {
|
|
|
116
116
|
};
|
|
117
117
|
|
|
118
118
|
// NOTE: This string will be replaced on build time with the package version.
|
|
119
|
-
var version = "19.22.
|
|
119
|
+
var version = "19.22.2";
|
|
120
120
|
|
|
121
121
|
export { createLocalizedDataAttributes, createLocalizedString, getHasErrorOnRemainingLanguages, getHasWarningOnRemainingLanguages, getId, getName, getPrimaryLanguage, isEmpty, isTouched, omitEmptyTranslations, sortLanguages, splitLanguages, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/localized-utils",
|
|
3
3
|
"description": "Utilities to work with localized data.",
|
|
4
|
-
"version": "19.22.
|
|
4
|
+
"version": "19.22.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/utils": "19.22.
|
|
24
|
+
"@commercetools-uikit/utils": "19.22.2",
|
|
25
25
|
"lodash": "4.17.21"
|
|
26
26
|
}
|
|
27
27
|
}
|