@djangocfg/i18n 2.1.464 → 2.1.466
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/dist/index.d.mts +1 -2
- package/package.json +7 -7
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
2
|
|
|
4
3
|
/**
|
|
5
4
|
* Type-safe translation keys
|
|
@@ -885,7 +884,7 @@ interface I18nProviderProps {
|
|
|
885
884
|
* <App />
|
|
886
885
|
* </I18nProvider>
|
|
887
886
|
*/
|
|
888
|
-
declare function I18nProvider({ children, locale: initialLocale, translations: initialTranslations, allTranslations, onLocaleChange, }: I18nProviderProps):
|
|
887
|
+
declare function I18nProvider({ children, locale: initialLocale, translations: initialTranslations, allTranslations, onLocaleChange, }: I18nProviderProps): react.JSX.Element;
|
|
889
888
|
/**
|
|
890
889
|
* Hook to access i18n context
|
|
891
890
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@djangocfg/i18n",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.466",
|
|
4
4
|
"description": "Lightweight i18n library for @djangocfg packages with built-in translations for English, Russian, and Korean",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"i18n",
|
|
@@ -72,14 +72,14 @@
|
|
|
72
72
|
"dependencies": {
|
|
73
73
|
"citty": "^0.1.6",
|
|
74
74
|
"consola": "^3.4.2",
|
|
75
|
-
"jiti": "^2.
|
|
75
|
+
"jiti": "^2.7.0"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@djangocfg/typescript-config": "^2.1.
|
|
79
|
-
"@types/node": "^25.
|
|
80
|
-
"@types/react": "
|
|
81
|
-
"eslint": "^9.
|
|
82
|
-
"tsup": "^8.5.
|
|
78
|
+
"@djangocfg/typescript-config": "^2.1.466",
|
|
79
|
+
"@types/node": "^25.9.5",
|
|
80
|
+
"@types/react": "19.2.15",
|
|
81
|
+
"eslint": "^9.39.5",
|
|
82
|
+
"tsup": "^8.5.1",
|
|
83
83
|
"typescript": "^5.9.3"
|
|
84
84
|
},
|
|
85
85
|
"publishConfig": {
|