lynx-intlayer 9.5.5 → 9.5.6
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 +0 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -201,7 +201,6 @@ Explore our comprehensive documentation to get started with Intlayer and learn h
|
|
|
201
201
|
<li><a href="https://intlayer.org/doc/environment/astro/vue" rel=''>Vue</a></li>
|
|
202
202
|
<li><a href="https://intlayer.org/doc/environment/astro/svelte" rel=''>Svelte</a></li>
|
|
203
203
|
<li><a href="https://intlayer.org/doc/environment/astro/solid" rel=''>Solid</a></li>
|
|
204
|
-
<li><a href="https://intlayer.org/doc/environment/astro/vanilla" rel=''>Vanilla JS</a></li>
|
|
205
204
|
<li><a href="https://intlayer.org/doc/environment/astro/lit" rel=''>Lit</a></li>
|
|
206
205
|
</ul>
|
|
207
206
|
</li>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lynx-intlayer",
|
|
3
|
-
"version": "9.5.
|
|
3
|
+
"version": "9.5.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Lynx plugin for seamless internationalization (i18n) and localization (l10n) of your mobile app.",
|
|
6
6
|
"keywords": [
|
|
@@ -87,11 +87,11 @@
|
|
|
87
87
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
90
|
-
"@intlayer/config": "9.5.
|
|
91
|
-
"@intlayer/core": "9.5.
|
|
92
|
-
"@intlayer/dictionaries-entry": "9.5.
|
|
93
|
-
"@intlayer/engine": "9.5.
|
|
94
|
-
"@intlayer/types": "9.5.
|
|
90
|
+
"@intlayer/config": "9.5.6",
|
|
91
|
+
"@intlayer/core": "9.5.6",
|
|
92
|
+
"@intlayer/dictionaries-entry": "9.5.6",
|
|
93
|
+
"@intlayer/engine": "9.5.6",
|
|
94
|
+
"@intlayer/types": "9.5.6"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"@rsbuild/core": "2.1.10",
|