@commercetools-uikit/i18n 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.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/i18n",
|
|
3
3
|
"description": "All translation messages from the UI-Kit components.",
|
|
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/i18n"
|
|
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,16 +17,12 @@
|
|
|
22
17
|
"sideEffects": false,
|
|
23
18
|
"main": "dist/commercetools-uikit-i18n.cjs.js",
|
|
24
19
|
"module": "dist/commercetools-uikit-i18n.esm.js",
|
|
25
|
-
"files": [
|
|
26
|
-
"dist",
|
|
27
|
-
"data",
|
|
28
|
-
"compiled-data"
|
|
29
|
-
],
|
|
20
|
+
"files": ["dist", "data", "compiled-data"],
|
|
30
21
|
"scripts": {
|
|
31
22
|
"compile-data": "formatjs compile-folder --format=./transifex-transformer.js --ast data compiled-data"
|
|
32
23
|
},
|
|
33
24
|
"dependencies": {
|
|
34
|
-
"@babel/runtime": "7.16.
|
|
35
|
-
"@babel/runtime-corejs3": "7.16.
|
|
25
|
+
"@babel/runtime": "7.16.5",
|
|
26
|
+
"@babel/runtime-corejs3": "7.16.5"
|
|
36
27
|
}
|
|
37
28
|
}
|