@refinitiv-ui/i18n
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [6.0.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/i18n@6.0.1...@refinitiv-ui/i18n@6.0.2) (2022-07-19) | ||
**Note:** Version bump only for package @refinitiv-ui/i18n | ||
## [6.0.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/i18n@6.0.0...@refinitiv-ui/i18n@6.0.1) (2022-06-20) | ||
@@ -8,0 +16,0 @@ |
@@ -1,4 +0,5 @@ | ||
export type { TranslateOptions, TranslateMessage, TranslateParams, UnicodeExtensions, MessageFormats, MessageOptions } from './types'; | ||
import type { TranslateOptions, TranslateMessage, TranslateParams, UnicodeExtensions, MessageFormats, MessageOptions } from './types'; | ||
export type { TranslateOptions, TranslateMessage, TranslateParams, UnicodeExtensions, MessageFormats, MessageOptions }; | ||
export { LangObserverCallback, LangAttributeObserver } from './lang-attribute-observer.js'; | ||
export { t, clearCache, resolveLocale, clearCachedRecord } from './translate.js'; | ||
export { DEFAULT_LOCALE } from './constants.js'; |
{ | ||
"name": "@refinitiv-ui/i18n", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "i18n support for Web Components", | ||
@@ -34,7 +34,7 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@refinitiv-ui/phrasebook": "^6.1.0", | ||
"@refinitiv-ui/test-helpers": "^6.0.1" | ||
"@refinitiv-ui/phrasebook": "^6.1.1", | ||
"@refinitiv-ui/test-helpers": "^6.0.2" | ||
}, | ||
"peerDependencies": { | ||
"@refinitiv-ui/phrasebook": "^6.1.0" | ||
"@refinitiv-ui/phrasebook": "^6.1.1" | ||
}, | ||
@@ -44,3 +44,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "bbebf238324b4138b55ea7e585a70a3d69023d4a" | ||
"gitHead": "555d6c80c253de726ea3dcbb678ad913b41082a6" | ||
} |
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
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
76766
508