@crowdin/app-project-module 0.28.8 → 0.28.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.
|
@@ -105,7 +105,11 @@
|
|
|
105
105
|
{{/ifeq}}
|
|
106
106
|
{{/ifeq}}
|
|
107
107
|
{{else}}
|
|
108
|
-
|
|
108
|
+
{{#if labelHtml}}
|
|
109
|
+
<crowdin-p>{{{labelHtml}}}</crowdin-p>
|
|
110
|
+
{{else}}
|
|
111
|
+
<crowdin-p>{{label}}</crowdin-p>
|
|
112
|
+
{{/if}}
|
|
109
113
|
{{/if}}
|
|
110
114
|
<div style="padding: 8px"></div>
|
|
111
115
|
{{/each}}
|
|
@@ -164,7 +164,11 @@
|
|
|
164
164
|
</crowdin-input>
|
|
165
165
|
{{/ifeq}}
|
|
166
166
|
{{else}}
|
|
167
|
-
|
|
167
|
+
{{#if labelHtml}}
|
|
168
|
+
<crowdin-p>{{labelHtml}}</crowdin-p>
|
|
169
|
+
{{else}}
|
|
170
|
+
<crowdin-p>{{label}}</crowdin-p>
|
|
171
|
+
{{/if}}
|
|
168
172
|
{{/if}}
|
|
169
173
|
<div style="padding: 8px"></div>
|
|
170
174
|
{{/each}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crowdin/app-project-module",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.9",
|
|
4
4
|
"description": "Module that generates for you all common endpoints for serving standalone Crowdin App",
|
|
5
5
|
"main": "out/index.js",
|
|
6
6
|
"types": "out/index.d.ts",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"test": "jest"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@crowdin/crowdin-apps-functions": "0.
|
|
16
|
+
"@crowdin/crowdin-apps-functions": "0.5.1",
|
|
17
17
|
"@types/pg": "^8.6.6",
|
|
18
18
|
"amqplib": "^0.10.3",
|
|
19
19
|
"crypto-js": "^4.0.0",
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
"uuid": "^8.3.2"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@babel/preset-react": "^7.
|
|
29
|
+
"@babel/preset-react": "^7.22.3",
|
|
30
30
|
"@emotion/react": "^11.10.6",
|
|
31
31
|
"@emotion/styled": "^11.10.6",
|
|
32
32
|
"@mui/icons-material": "^5.11.16",
|
|
33
33
|
"@mui/material": "^5.11.12",
|
|
34
|
-
"@rjsf/core": "^5.
|
|
35
|
-
"@rjsf/mui": "^5.
|
|
36
|
-
"@rjsf/utils": "^5.
|
|
37
|
-
"@rjsf/validator-ajv8": "^5.
|
|
34
|
+
"@rjsf/core": "^5.7.3",
|
|
35
|
+
"@rjsf/mui": "^5.7.3",
|
|
36
|
+
"@rjsf/utils": "^5.7.3",
|
|
37
|
+
"@rjsf/validator-ajv8": "^5.7.3",
|
|
38
38
|
"@rollup/plugin-babel": "^6.0.3",
|
|
39
39
|
"@rollup/plugin-commonjs": "^24.0.1",
|
|
40
40
|
"@rollup/plugin-json": "^6.0.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@types/crypto-js": "^4.0.0",
|
|
46
46
|
"@types/express": "4.17.17",
|
|
47
47
|
"@types/express-handlebars": "^5.3.1",
|
|
48
|
-
"@types/jest": "^29.5.
|
|
48
|
+
"@types/jest": "^29.5.2",
|
|
49
49
|
"@types/node": "^12.20.55",
|
|
50
50
|
"@types/node-cron": "^3.0.7",
|
|
51
51
|
"@typescript-eslint/eslint-plugin": "^2.3.1",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"react": "^18.2.0",
|
|
60
60
|
"react-dom": "^18.2.0",
|
|
61
61
|
"rollup": "^3.20.2",
|
|
62
|
-
"ts-jest": "^29.0
|
|
62
|
+
"ts-jest": "^29.1.0",
|
|
63
63
|
"typescript": "^4.9.5"
|
|
64
64
|
},
|
|
65
65
|
"repository": {
|