@intlayer/next-intl 9.4.0-canary.0 → 9.4.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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -214,6 +214,7 @@ Explore our comprehensive documentation to get started with Intlayer and learn h
214
214
  <li><a href="https://intlayer.org/doc/environment/vite-and-vue" rel=''>Vite + Vue</a></li>
215
215
  <li><a href="https://intlayer.org/doc/environment/nuxt-and-vue" rel=''>Vite + Nuxt</a></li>
216
216
  <li><a href="https://intlayer.org/doc/environment/vite-and-solid" rel=''>Vite + Solid</a></li>
217
+ <li><a href="https://intlayer.org/doc/environment/solid-start" rel=''>Solid Start</a></li>
217
218
  <li><a href="https://intlayer.org/doc/environment/angular" rel=''>Angular</a></li>
218
219
  <li>
219
220
  <a href="https://intlayer.org/doc/environment/express" rel=''>Backend</a>
@@ -223,7 +224,9 @@ Explore our comprehensive documentation to get started with Intlayer and learn h
223
224
  <li><a href="https://intlayer.org/doc/environment/fastify" rel=''>Fastify</a></li>
224
225
  <li><a href="https://intlayer.org/doc/environment/adonisjs" rel=''>AdonisJS</a></li>
225
226
  <li><a href="https://intlayer.org/doc/environment/hono" rel=''>Hono</a></li>
227
+ <li><a href="https://intlayer.org/doc/environment/elysia" rel=''>Elysia</a></li>
226
228
  </ul>
229
+
227
230
  </li>
228
231
  </ul>
229
232
  </details>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/next-intl",
3
- "version": "9.4.0-canary.0",
3
+ "version": "9.4.0",
4
4
  "private": false,
5
5
  "description": "next-intl API adapter for intlayer — useTranslations, useLocale, getTranslations, getLocale, NextIntlClientProvider backed by next-intlayer",
6
6
  "keywords": [
@@ -110,17 +110,17 @@
110
110
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
111
111
  },
112
112
  "dependencies": {
113
- "@intlayer/config": "9.4.0-canary.0",
114
- "@intlayer/core": "9.4.0-canary.0",
115
- "@intlayer/dictionaries-entry": "9.4.0-canary.0",
116
- "@intlayer/engine": "9.4.0-canary.0",
117
- "@intlayer/types": "9.4.0-canary.0",
118
- "@intlayer/use-intl": "9.4.0-canary.0",
119
- "next-intlayer": "9.4.0-canary.0",
120
- "react-intlayer": "9.4.0-canary.0"
113
+ "@intlayer/config": "9.4.0",
114
+ "@intlayer/core": "9.4.0",
115
+ "@intlayer/dictionaries-entry": "9.4.0",
116
+ "@intlayer/engine": "9.4.0",
117
+ "@intlayer/types": "9.4.0",
118
+ "@intlayer/use-intl": "9.4.0",
119
+ "next-intlayer": "9.3.3",
120
+ "react-intlayer": "9.4.0"
121
121
  },
122
122
  "devDependencies": {
123
- "@types/node": "26.2.0",
123
+ "@types/node": "26.3.0",
124
124
  "@types/react": "19.2.18",
125
125
  "@utils/ts-config": "1.0.4",
126
126
  "@utils/ts-config-types": "1.0.4",