@refinitiv-ui/i18n
Advanced tools
Comparing version 5.2.7-build.1823865528.3.47 to 5.2.7-build.1840650306.1.56
declare const DEFAULT_LOCALE = "en-GB"; | ||
export { DEFAULT_LOCALE }; | ||
//# sourceMappingURL=constants.d.ts.map |
const DEFAULT_LOCALE = 'en-GB'; | ||
export { DEFAULT_LOCALE }; | ||
//# sourceMappingURL=constants.js.map |
@@ -5,2 +5,1 @@ export type { TranslateOptions, TranslateMessage, TranslateParams, UnicodeExtensions, MessageFormats, MessageOptions } from './types'; | ||
export { DEFAULT_LOCALE } from './constants.js'; | ||
//# sourceMappingURL=index.d.ts.map |
export { LangAttributeObserver } from './lang-attribute-observer.js'; | ||
export { t, clearCache, resolveLocale, clearCachedRecord } from './translate.js'; | ||
export { DEFAULT_LOCALE } from './constants.js'; | ||
//# sourceMappingURL=index.js.map |
@@ -34,2 +34,1 @@ declare type LangObserverCallback = () => void; | ||
export { LangObserverCallback, LangAttributeObserver }; | ||
//# sourceMappingURL=lang-attribute-observer.d.ts.map |
@@ -69,2 +69,1 @@ /** | ||
export { LangAttributeObserver }; | ||
//# sourceMappingURL=lang-attribute-observer.js.map |
@@ -59,2 +59,1 @@ import type { TranslateOptions, TranslateMessage, MessageFormats, MessageOptions } from './types'; | ||
export { Memoiser }; | ||
//# sourceMappingURL=memoiser.d.ts.map |
@@ -124,2 +124,1 @@ // see https://github.com/formatjs/formatjs/tree/main/packages/intl-format-cache | ||
export { Memoiser }; | ||
//# sourceMappingURL=memoiser.js.map |
@@ -40,2 +40,1 @@ import type { TranslateOptions, TranslateParams } from './types'; | ||
export { t, resolveLocale, clearCache, clearCachedRecord }; | ||
//# sourceMappingURL=translate.d.ts.map |
@@ -111,2 +111,1 @@ import { Phrasebook } from '@refinitiv-ui/phrasebook'; | ||
export { t, resolveLocale, clearCache, clearCachedRecord }; | ||
//# sourceMappingURL=translate.js.map |
@@ -65,2 +65,1 @@ import type { MessageFormatElement } from '@formatjs/icu-messageformat-parser'; | ||
export { TranslateOptions, TranslateParams, TranslateMessage, UnicodeExtensions, MessageFormats, MessageOptions }; | ||
//# sourceMappingURL=types.d.ts.map |
export {}; | ||
//# sourceMappingURL=types.js.map |
{ | ||
"name": "@refinitiv-ui/i18n", | ||
"version": "5.2.7-build.1823865528.3.47+b61b2f10", | ||
"version": "5.2.7-build.1840650306.1.56+69b2b8c", | ||
"description": "i18n support for Web Components", | ||
@@ -34,7 +34,7 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@refinitiv-ui/phrasebook": "^5.4.2-build.1823865528.3.47+b61b2f10", | ||
"@refinitiv-ui/test-helpers": "^5.1.3-build.1823865528.3.47+b61b2f10" | ||
"@refinitiv-ui/phrasebook": "5.4.2-build.1840650306.1.56+69b2b8c", | ||
"@refinitiv-ui/test-helpers": "5.1.3-build.1840650306.1.56+69b2b8c" | ||
}, | ||
"peerDependencies": { | ||
"@refinitiv-ui/phrasebook": "^5.4.2-build.1823865528.3.47+b61b2f10" | ||
"@refinitiv-ui/phrasebook": "5.4.2-build.1840650306.1.56+69b2b8c" | ||
}, | ||
@@ -44,3 +44,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "b61b2f1035f5d187980d0492969f2bd6dd3adb8f" | ||
"gitHead": "69b2b8c58f86dfea2c3eefab705c9f55de489c71" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
66777