@commercetools-uikit/localized-utils 12.2.5 → 12.2.9
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.
|
@@ -186,7 +186,7 @@ var isTouched = function isTouched(touched) {
|
|
|
186
186
|
};
|
|
187
187
|
|
|
188
188
|
// NOTE: This string will be replaced on build time with the package version.
|
|
189
|
-
var version = "12.2.
|
|
189
|
+
var version = "12.2.9";
|
|
190
190
|
|
|
191
191
|
exports.createLocalizedDataAttributes = createLocalizedDataAttributes;
|
|
192
192
|
exports.createLocalizedString = createLocalizedString;
|
|
@@ -184,7 +184,7 @@ var isTouched = function isTouched(touched) {
|
|
|
184
184
|
};
|
|
185
185
|
|
|
186
186
|
// NOTE: This string will be replaced on build time with the package version.
|
|
187
|
-
var version = "12.2.
|
|
187
|
+
var version = "12.2.9";
|
|
188
188
|
|
|
189
189
|
exports.createLocalizedDataAttributes = createLocalizedDataAttributes;
|
|
190
190
|
exports.createLocalizedString = createLocalizedString;
|
|
@@ -162,6 +162,6 @@ var isTouched = function isTouched(touched) {
|
|
|
162
162
|
};
|
|
163
163
|
|
|
164
164
|
// NOTE: This string will be replaced on build time with the package version.
|
|
165
|
-
var version = "12.2.
|
|
165
|
+
var version = "12.2.9";
|
|
166
166
|
|
|
167
167
|
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": "12.2.
|
|
4
|
+
"version": "12.2.9",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,12 +9,7 @@
|
|
|
9
9
|
"directory": "packages/localized-utils"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
|
-
"keywords": [
|
|
13
|
-
"javascript",
|
|
14
|
-
"design system",
|
|
15
|
-
"react",
|
|
16
|
-
"uikit"
|
|
17
|
-
],
|
|
12
|
+
"keywords": ["javascript", "design system", "react", "uikit"],
|
|
18
13
|
"license": "MIT",
|
|
19
14
|
"publishConfig": {
|
|
20
15
|
"access": "public"
|
|
@@ -22,13 +17,11 @@
|
|
|
22
17
|
"sideEffects": false,
|
|
23
18
|
"main": "dist/commercetools-uikit-localized-utils.cjs.js",
|
|
24
19
|
"module": "dist/commercetools-uikit-localized-utils.esm.js",
|
|
25
|
-
"files": [
|
|
26
|
-
"dist"
|
|
27
|
-
],
|
|
20
|
+
"files": ["dist"],
|
|
28
21
|
"dependencies": {
|
|
29
|
-
"@babel/runtime": "7.16.
|
|
30
|
-
"@babel/runtime-corejs3": "7.16.
|
|
31
|
-
"@commercetools-uikit/utils": "12.2.
|
|
22
|
+
"@babel/runtime": "7.16.5",
|
|
23
|
+
"@babel/runtime-corejs3": "7.16.5",
|
|
24
|
+
"@commercetools-uikit/utils": "12.2.9",
|
|
32
25
|
"lodash": "4.17.21"
|
|
33
26
|
}
|
|
34
27
|
}
|