lynx-intlayer 9.3.2 → 9.4.0-canary.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 +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -327,4 +327,4 @@ Contribute on [GitHub](https://github.com/aymericzip/intlayer), [GitLab](https:/
|
|
|
327
327
|
|
|
328
328
|
If you like Intlayer, give us a ⭐ on GitHub. It helps others discover the project! [See why GitHub Stars matter](https://github.com/aymericzip/intlayer/blob/main/CONTRIBUTING.md#why-github-stars-matter-).
|
|
329
329
|
|
|
330
|
-
[](https://star-history.dera.page/#aymericzip/intlayer&Date)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lynx-intlayer",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.4.0-canary.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Lynx plugin for seamless internationalization (i18n) and localization (l10n) of your mobile app.",
|
|
6
6
|
"keywords": [
|
|
@@ -86,11 +86,11 @@
|
|
|
86
86
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@intlayer/config": "9.
|
|
90
|
-
"@intlayer/core": "9.
|
|
91
|
-
"@intlayer/dictionaries-entry": "9.
|
|
92
|
-
"@intlayer/engine": "9.
|
|
93
|
-
"@intlayer/types": "9.
|
|
89
|
+
"@intlayer/config": "9.4.0-canary.0",
|
|
90
|
+
"@intlayer/core": "9.4.0-canary.0",
|
|
91
|
+
"@intlayer/dictionaries-entry": "9.4.0-canary.0",
|
|
92
|
+
"@intlayer/engine": "9.4.0-canary.0",
|
|
93
|
+
"@intlayer/types": "9.4.0-canary.0"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
96
|
"@rsbuild/core": "2.1.10",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"rimraf": "6.1.3",
|
|
102
102
|
"tsdown": "0.22.14",
|
|
103
103
|
"typescript": "7.0.2",
|
|
104
|
-
"vitest": "4.1.
|
|
104
|
+
"vitest": "4.1.11"
|
|
105
105
|
},
|
|
106
106
|
"peerDependencies": {
|
|
107
107
|
"@lynx-js/rspeedy": ">=0.5.0",
|