@tolgee/i18next
Advanced tools
Comparing version 5.4.0 to 5.4.1-rc.49c54f24.0
@@ -44,3 +44,3 @@ import { TolgeeInstance } from '@tolgee/web'; | ||
appendNamespaceToMissingKey?: boolean; | ||
missingInterpolationHandler?: (text: string, value: any, options: InitOptions) => any; | ||
missingInterpolationHandler?: (text: string, value: any, options: InitOptions<object>) => any; | ||
simplifyPluralSuffix?: boolean; | ||
@@ -47,0 +47,0 @@ postProcessPassResolved?: boolean; |
@@ -44,3 +44,3 @@ import { TolgeeInstance } from '@tolgee/web'; | ||
appendNamespaceToMissingKey?: boolean; | ||
missingInterpolationHandler?: (text: string, value: any, options: InitOptions) => any; | ||
missingInterpolationHandler?: (text: string, value: any, options: InitOptions<object>) => any; | ||
simplifyPluralSuffix?: boolean; | ||
@@ -47,0 +47,0 @@ postProcessPassResolved?: boolean; |
{ | ||
"name": "@tolgee/i18next", | ||
"version": "5.4.0", | ||
"version": "5.4.1-rc.49c54f24.0", | ||
"description": "Tolgee i18n integration.", | ||
@@ -40,3 +40,4 @@ "main": "./dist/tolgee-i18next.cjs.js", | ||
"lib/**/*", | ||
"dist/**/*" | ||
"dist/**/*", | ||
"src/**/*" | ||
], | ||
@@ -47,7 +48,7 @@ "devDependencies": { | ||
"@testing-library/jest-dom": "^5.11.4", | ||
"@tolgee/testing": "5.1.0", | ||
"@tolgee/testing": "5.4.1-rc.49c54f24.0", | ||
"@types/jest": "^28.1.6", | ||
"@types/node": "^18.6.1", | ||
"concurrently": "7.3.0", | ||
"i18next": "^21.5.4", | ||
"i18next": "^22.4.10", | ||
"jest": "^27.2.4", | ||
@@ -65,5 +66,5 @@ "jest-fetch-mock": "^3.0.3", | ||
}, | ||
"gitHead": "7516757f652c038ab2c3a065123226cf9db93510", | ||
"gitHead": "1ee75fb8ef4e537f3b726fb014bb5f7b28078115", | ||
"peerDependencies": { | ||
"i18next": "^21.5.4" | ||
"i18next": "*" | ||
}, | ||
@@ -78,3 +79,3 @@ "exports": { | ||
"dependencies": { | ||
"@tolgee/web": "5.4.0" | ||
"@tolgee/web": "5.4.1-rc.49c54f24.0" | ||
}, | ||
@@ -81,0 +82,0 @@ "publishConfig": { |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
70394
43
966
3
+ Added@tolgee/core@5.4.1-rc.49c54f24.0(transitive)
+ Added@tolgee/web@5.4.1-rc.49c54f24.0(transitive)
+ Addedi18next@24.2.1(transitive)
- Removed@tolgee/core@5.4.0(transitive)
- Removed@tolgee/web@5.4.0(transitive)
- Removedi18next@21.10.0(transitive)