Comparing version 3.24.0 to 3.25.0
@@ -7,2 +7,4 @@ export type { default as AbstractIntlMessages } from './AbstractIntlMessages'; | ||
export type { default as NumberFormatOptions } from './NumberFormatOptions'; | ||
export type { default as RelativeTimeFormatOptions } from './RelativeTimeFormatOptions'; | ||
export type { default as Timezone } from './TimeZone'; | ||
export { default as IntlError, IntlErrorCode } from './IntlError'; | ||
@@ -9,0 +11,0 @@ export { default as createTranslator } from './createTranslator'; |
@@ -1,1 +0,1 @@ | ||
export default function useTimeZone(): import("../core/TimeZone").default | undefined; | ||
export default function useTimeZone(): import("..").Timezone | undefined; |
{ | ||
"name": "use-intl", | ||
"version": "3.24.0", | ||
"version": "3.25.0", | ||
"sideEffects": false, | ||
@@ -73,3 +73,3 @@ "author": "Jan Amann <jan@amann.work>", | ||
}, | ||
"gitHead": "fdcfa24aa7da58bb84c79692a98b0c4e163f87dd" | ||
"gitHead": "4e3e9151d9b962ec36afcd19e420c49f5b316124" | ||
} |
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
108595
1749