@genesislcap/foundation-i18n 14.178.0 → 14.180.0
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/README.md +4 -4
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -30,13 +30,12 @@ To enable this module in your application, follow the steps below.
|
|
|
30
30
|
|
|
31
31
|
```json
|
|
32
32
|
{
|
|
33
|
-
...
|
|
33
|
+
// ...
|
|
34
34
|
"dependencies": {
|
|
35
|
-
...
|
|
35
|
+
// ...
|
|
36
36
|
"@genesislcap/foundation-i18n": "latest"
|
|
37
|
-
...
|
|
38
37
|
},
|
|
39
|
-
...
|
|
38
|
+
// ...
|
|
40
39
|
}
|
|
41
40
|
```
|
|
42
41
|
|
|
@@ -122,4 +121,5 @@ Coming soon.
|
|
|
122
121
|
Note: this project provides front-end dependencies and uses licensed components listed in the next section; thus, licenses for those components are required during development. Contact [Genesis Global](https://genesis.global/contact-us/) for more details.
|
|
123
122
|
|
|
124
123
|
### Licensed components
|
|
124
|
+
|
|
125
125
|
Genesis low-code platform
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-i18n",
|
|
3
3
|
"description": "Foundation components and services for Internationalization (i18n) support",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.180.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
"serve": "genx serve"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@genesislcap/genx": "14.
|
|
26
|
-
"@genesislcap/rollup-builder": "14.
|
|
27
|
-
"@genesislcap/ts-builder": "14.
|
|
28
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
29
|
-
"@genesislcap/vite-builder": "14.
|
|
30
|
-
"@genesislcap/webpack-builder": "14.
|
|
25
|
+
"@genesislcap/genx": "14.180.0",
|
|
26
|
+
"@genesislcap/rollup-builder": "14.180.0",
|
|
27
|
+
"@genesislcap/ts-builder": "14.180.0",
|
|
28
|
+
"@genesislcap/uvu-playwright-builder": "14.180.0",
|
|
29
|
+
"@genesislcap/vite-builder": "14.180.0",
|
|
30
|
+
"@genesislcap/webpack-builder": "14.180.0",
|
|
31
31
|
"rimraf": "^3.0.2"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@genesislcap/foundation-logger": "14.
|
|
34
|
+
"@genesislcap/foundation-logger": "14.180.0",
|
|
35
35
|
"@microsoft/fast-element": "^1.12.0",
|
|
36
36
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
37
37
|
"i18next": "^20.3.0",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "24ddbaf4c43ccfe2c323ec1178b1829451b1721a"
|
|
49
49
|
}
|