@vvo/tzdb
Advanced tools
Comparing version 6.2.0 to 6.2.1
@@ -7,8 +7,9 @@ type TimeZoneName = string; | ||
group: string[]; | ||
countryName: string; | ||
continentCode: string; | ||
continentName: string; | ||
countryName: string; | ||
countryCode: string; | ||
mainCities: string[]; | ||
rawOffsetInMinutes: number; | ||
abbreviation: string; | ||
rawFormat: string; | ||
@@ -22,4 +23,4 @@ } | ||
export type rawTimeZones = RawTimeZone[]; | ||
export type timeZonesNames = TimeZoneName[]; | ||
export const rawTimeZones: RawTimeZone[]; | ||
export const timeZonesNames: TimeZoneName[]; | ||
export function getTimeZones(): TimeZone[]; |
@@ -7,8 +7,9 @@ type TimeZoneName = string; | ||
group: string[]; | ||
countryName: string; | ||
continentCode: string; | ||
continentName: string; | ||
countryName: string; | ||
countryCode: string; | ||
mainCities: string[]; | ||
rawOffsetInMinutes: number; | ||
abbreviation: string; | ||
rawFormat: string; | ||
@@ -22,4 +23,4 @@ } | ||
export type rawTimeZones = RawTimeZone[]; | ||
export type timeZonesNames = TimeZoneName[]; | ||
export const rawTimeZones: RawTimeZone[]; | ||
export const timeZonesNames: TimeZoneName[]; | ||
export function getTimeZones(): TimeZone[]; |
{ | ||
"name": "@vvo/tzdb", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"description": "Always up to date list of time zones, with grouping and major cities", | ||
@@ -98,6 +98,6 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/cli": "7.12.0", | ||
"@babel/core": "7.12.0", | ||
"@babel/node": "7.10.5", | ||
"@babel/preset-env": "7.12.0", | ||
"@babel/cli": "7.12.1", | ||
"@babel/core": "7.12.3", | ||
"@babel/node": "7.12.1", | ||
"@babel/preset-env": "7.12.1", | ||
"algoliasearch": "4.5.1", | ||
@@ -107,9 +107,9 @@ "babel-eslint": "10.1.0", | ||
"dotenv": "8.2.0", | ||
"eslint": "7.11.0", | ||
"eslint": "7.12.0", | ||
"eslint-plugin-import": "2.22.1", | ||
"got": "11.7.0", | ||
"got": "11.8.0", | ||
"lodash": "4.17.20", | ||
"p-each-series": "2.1.0", | ||
"prettier": "2.1.2", | ||
"prettier-plugin-packagejson": "2.2.6", | ||
"prettier-plugin-packagejson": "2.2.7", | ||
"semantic-release": "17.2.1", | ||
@@ -116,0 +116,0 @@ "semantic-release-cli": "5.4.0", |
141445
1241