Comparing version 3.4.9 to 3.5.0
@@ -10,5 +10,5 @@ import type { Locales } from '@intlayer/config/client'; | ||
export type { LanguageContent, QuantityContent, ContentValue, DeclarationContent, } from '@intlayer/core'; | ||
export { getLocaleName, enu, getEnumerationContent, getHTMLLang, getHTMLTextDir, localeList, } from '@intlayer/core'; | ||
export type { LocalesValues, CustomIntlayerConfig as IntlayerConfig, } from '@intlayer/config/client'; | ||
export { getLocaleName, enu, getEnumerationContent, getHTMLLang, getHTMLTextDir, getPathWithoutLocale, localeList, } from '@intlayer/core'; | ||
export { type CustomIntlayerConfig as IntlayerConfig, type LocalesValues, getConfiguration, } from '@intlayer/config/client'; | ||
export { Locales } from '@intlayer/config/client'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "intlayer", | ||
"version": "3.4.9", | ||
"version": "3.5.0", | ||
"private": false, | ||
@@ -61,5 +61,5 @@ "description": "Manage internationalization in a simple way, through TypeScript, declaration file, declare your multilingual every where in your code.", | ||
"dependencies": { | ||
"@intlayer/core": "^3.4.9", | ||
"@intlayer/config": "^3.4.9", | ||
"@intlayer/cli": "^3.4.9" | ||
"@intlayer/cli": "^3.5.0", | ||
"@intlayer/config": "^3.5.0", | ||
"@intlayer/core": "^3.5.0" | ||
}, | ||
@@ -78,10 +78,10 @@ "devDependencies": { | ||
"@utils/eslint-config": "^1.0.4", | ||
"@utils/ts-config-types": "^1.0.4", | ||
"@utils/ts-config": "^1.0.4", | ||
"@utils/tsup-config": "^1.0.4" | ||
"@utils/tsup-config": "^1.0.4", | ||
"@utils/ts-config-types": "^1.0.4" | ||
}, | ||
"peerDependencies": { | ||
"@intlayer/cli": "^3.4.9", | ||
"@intlayer/config": "^3.4.9", | ||
"@intlayer/core": "^3.4.9" | ||
"@intlayer/core": "^3.5.0", | ||
"@intlayer/config": "^3.5.0", | ||
"@intlayer/cli": "^3.5.0" | ||
}, | ||
@@ -88,0 +88,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
29149
106
Updated@intlayer/cli@^3.5.0
Updated@intlayer/config@^3.5.0
Updated@intlayer/core@^3.5.0