compact-timezone-list
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -293,3 +293,3 @@ /** | ||
*/ | ||
export const minimalTimezoneSet = [ | ||
export var minimalTimezoneSet = [ | ||
{ offset: '-11:00', label: '(GMT-11:00) Pago Pago', tzCode: 'Pacific/Pago_Pago' }, | ||
@@ -296,0 +296,0 @@ { offset: '-10:00', label: '(GMT-10:00) Hawaii Time', tzCode: 'Pacific/Honolulu' }, |
{ | ||
"name": "compact-timezone-list", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Array of timezones with their labels, tz code, and UTC/GMT offsets.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
28021