@0xchain/i18n 1.1.0-beta.41 → 1.1.0-beta.43

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.
@@ -0,0 +1,9 @@
1
+ import type createNavigation from 'next-intl/navigation';
2
+
3
+ type IntlNavigation = ReturnType<typeof createNavigation>;
4
+
5
+ export declare const Link: IntlNavigation['Link'];
6
+ export declare const usePathname: IntlNavigation['usePathname'];
7
+ export declare const getPathname: IntlNavigation['getPathname'];
8
+ export declare const redirect: IntlNavigation['redirect'];
9
+ export declare const useRouter: IntlNavigation['useRouter'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xchain/i18n",
3
- "version": "1.1.0-beta.41",
3
+ "version": "1.1.0-beta.43",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -54,6 +54,7 @@
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/react": "19.0.0",
57
+ "@types/react-dom": "19.0.0",
57
58
  "next": "16.1.6",
58
59
  "next-intl": "4.13.0",
59
60
  "react": "19.1.1"