@dodoex/widgets 2.4.2-5 → 2.4.3
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 +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dodoex/widgets",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.3",
|
|
4
4
|
"description": "DODO Widgets",
|
|
5
5
|
"source": "src/index.tsx",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -14,8 +14,9 @@
|
|
|
14
14
|
],
|
|
15
15
|
"scripts": {
|
|
16
16
|
"prepare": "yarn compile:i18n",
|
|
17
|
-
"extract:
|
|
18
|
-
"compile:i18n": "yarn extract:
|
|
17
|
+
"extract:i18n": "lingui extract --clean",
|
|
18
|
+
"compile:i18n": "yarn extract:i18n && lingui compile",
|
|
19
|
+
"sync:i18n": "export $(cat .env | xargs) && env lingui extract --overwrite && lingui compile",
|
|
19
20
|
"watch": "yarn run rollup -c --watch",
|
|
20
21
|
"build": "yarn compile:i18n && rollup --config",
|
|
21
22
|
"release": "semantic-release",
|
|
@@ -126,4 +127,4 @@
|
|
|
126
127
|
"ts-jest": "^29.0.1",
|
|
127
128
|
"typescript": "^4.7.3"
|
|
128
129
|
}
|
|
129
|
-
}
|
|
130
|
+
}
|