@intlayer/use-intl 9.4.4 → 9.5.1

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 +0 -2
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -69,8 +69,6 @@ With **per-locale content files**, **TypeScript autocompletion**, **tree-shakabl
69
69
  | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/interoperability.png?raw=true" alt="Feature" width="700"> | **Interoperability**<br><br>Allow interoperability with react-i18next, next-i18next, next-intl, react-intl, vue-i18n. <br><br> - [Intlayer and react-intl](https://intlayer.org/blog/intlayer-with-react-intl) <br> - [Intlayer and next-intl](https://intlayer.org/blog/intlayer-with-next-intl) <br> - [Intlayer and next-i18next](https://intlayer.org/blog/intlayer-with-next-i18next) <br> - [Intlayer and vue-i18n](https://intlayer.org/blog/intlayer-with-vue-i18n) <br> - [Intlayer compat adapters](https://intlayer.org/doc/compatibility) |
70
70
  | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/benchmark.png?raw=true" alt="Feature" width="700"> | **Performances & Benchmark**<br><br>Uses advanced tree-shaking and dynamic loading to boost performances and keep the solution as light as possible. <br><br> - [Performances & Benchmark](https://intlayer.org/doc/benchmark) |
71
71
 
72
- ---
73
-
74
72
  ## 📦 Installation
75
73
 
76
74
  Start your journey with Intlayer today and experience a smoother, more powerful approach to internationalization.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/use-intl",
3
- "version": "9.4.4",
3
+ "version": "9.5.1",
4
4
  "private": false,
5
5
  "description": "use-intl API adapter for intlayer — useTranslations, useLocale, useFormatter, IntlProvider, createTranslator backed by react-intlayer",
6
6
  "keywords": [
@@ -89,16 +89,16 @@
89
89
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
90
90
  },
91
91
  "dependencies": {
92
- "@intlayer/config": "9.4.4",
93
- "@intlayer/core": "9.4.4",
94
- "@intlayer/dictionaries-entry": "9.4.4",
95
- "@intlayer/engine": "9.4.4",
96
- "@intlayer/types": "9.4.4",
97
- "react-intlayer": "9.4.4",
98
- "vite-intlayer": "9.4.4"
92
+ "@intlayer/config": "9.5.1",
93
+ "@intlayer/core": "9.5.1",
94
+ "@intlayer/dictionaries-entry": "9.5.1",
95
+ "@intlayer/engine": "9.5.1",
96
+ "@intlayer/types": "9.5.1",
97
+ "react-intlayer": "9.5.1",
98
+ "vite-intlayer": "9.5.1"
99
99
  },
100
100
  "devDependencies": {
101
- "@types/node": "26.4.1",
101
+ "@types/node": "26.5.0",
102
102
  "@types/react": "19.2.18",
103
103
  "@utils/ts-config": "1.0.4",
104
104
  "@utils/ts-config-types": "1.0.4",