@ttoss/react-i18n 1.19.6 → 1.19.8
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 +11 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/react-i18n",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.8",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": "ttoss",
|
|
6
6
|
"contributors": [
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
],
|
|
16
16
|
"scripts": {
|
|
17
17
|
"build": "tsup",
|
|
18
|
-
"dev": "
|
|
19
|
-
"pretest:compile": "
|
|
18
|
+
"dev": "pnpm workspace @ttoss/storybook run dev",
|
|
19
|
+
"pretest:compile": "pnpm run pretest:compile:en && pnpm run pretest:compile:ptBR",
|
|
20
20
|
"pretest:compile:en": "formatjs compile i18n/lang/en.json --ast --out-file i18n/compiled/en.json",
|
|
21
21
|
"pretest:compile:ptBR": "formatjs compile i18n/lang/pt-BR.json --ast --out-file i18n/compiled/pt-BR.json",
|
|
22
22
|
"pretest:extract": "formatjs extract 'tests/**/*.ts*' --out-file i18n/lang/en.json",
|
|
23
|
-
"pretest": "
|
|
23
|
+
"pretest": "pnpm run pretest:extract && pnpm run pretest:compile",
|
|
24
24
|
"test": "jest"
|
|
25
25
|
},
|
|
26
26
|
"sideEffects": false,
|
|
@@ -33,9 +33,12 @@
|
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@formatjs/cli": "^6.0.4",
|
|
36
|
-
"@ttoss/config": "^1.29.
|
|
37
|
-
"@ttoss/i18n-cli": "^0.4.
|
|
38
|
-
"@ttoss/test-utils": "^1.21.
|
|
36
|
+
"@ttoss/config": "^1.29.4",
|
|
37
|
+
"@ttoss/i18n-cli": "^0.4.5",
|
|
38
|
+
"@ttoss/test-utils": "^1.21.4",
|
|
39
|
+
"@types/react": "^18.0.37",
|
|
40
|
+
"jest": "^29.5.0",
|
|
41
|
+
"tsup": "^6.7.0"
|
|
39
42
|
},
|
|
40
43
|
"keywords": [
|
|
41
44
|
"React",
|
|
@@ -45,5 +48,5 @@
|
|
|
45
48
|
"publishConfig": {
|
|
46
49
|
"access": "public"
|
|
47
50
|
},
|
|
48
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "8eafbcce082f4e1d8173eef0d40b99c683de8af9"
|
|
49
52
|
}
|