@intlayer/next-i18next 9.3.3 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -9
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
- [![Star History Chart](https://api.star-history.com/svg?repos=aymericzip/intlayer&type=Date)](https://star-history.com/#aymericzip/intlayer&Date)
330
+ [![Star History Chart](https://star-history.dera.page/svg?repos=aymericzip/intlayer&type=Date)](https://star-history.dera.page/#aymericzip/intlayer&Date)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/next-i18next",
3
- "version": "9.3.3",
3
+ "version": "9.4.0-canary.0",
4
4
  "private": false,
5
5
  "description": "next-i18next API adapter for intlayer — serverSideTranslations, appWithTranslation, useTranslation backed by next-intlayer",
6
6
  "keywords": [
@@ -79,14 +79,14 @@
79
79
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
80
80
  },
81
81
  "dependencies": {
82
- "@intlayer/config": "9.3.3",
83
- "@intlayer/core": "9.3.3",
84
- "@intlayer/engine": "9.3.2",
85
- "@intlayer/i18next": "9.3.3",
86
- "@intlayer/react-i18next": "9.3.3",
87
- "@intlayer/types": "9.3.3",
88
- "next-intlayer": "9.3.3",
89
- "react-intlayer": "9.3.3"
82
+ "@intlayer/config": "9.4.0-canary.0",
83
+ "@intlayer/core": "9.4.0-canary.0",
84
+ "@intlayer/engine": "9.4.0-canary.0",
85
+ "@intlayer/i18next": "9.4.0-canary.0",
86
+ "@intlayer/react-i18next": "9.4.0-canary.0",
87
+ "@intlayer/types": "9.4.0-canary.0",
88
+ "next-intlayer": "9.4.0-canary.0",
89
+ "react-intlayer": "9.4.0-canary.0"
90
90
  },
91
91
  "devDependencies": {
92
92
  "@types/node": "26.2.0",