Compare commits
8 commits
Author | SHA1 | Date | |
---|---|---|---|
91c2c00e79 | |||
dec287483a | |||
0b6a1d37c3 | |||
598fed56a6 | |||
f39dcd05e3 | |||
b09819d865 | |||
abf36c8861 | |||
d90b7b617f |
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "generate-timezone-json",
|
||||
"version": "0.2.30",
|
||||
"version": "0.2.34",
|
||||
"bin": "./index.js",
|
||||
"description": "Generate JSON file containing timezones from a tab file or the official IANA database",
|
||||
"main": "index.js",
|
||||
|
@ -21,7 +21,7 @@
|
|||
"author": "Ayo Ayco",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@vvo/tzdb": "^6.158.0",
|
||||
"@vvo/tzdb": "^6.184.0",
|
||||
"parse-zonetab": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,16 +9,16 @@ importers:
|
|||
.:
|
||||
dependencies:
|
||||
'@vvo/tzdb':
|
||||
specifier: ^6.158.0
|
||||
version: 6.158.0
|
||||
specifier: ^6.184.0
|
||||
version: 6.184.0
|
||||
parse-zonetab:
|
||||
specifier: ^1.0.0
|
||||
version: 1.0.0
|
||||
|
||||
packages:
|
||||
|
||||
'@vvo/tzdb@6.158.0':
|
||||
resolution: {integrity: sha512-rtkoqtpUP3qXZkO8btrTxeoWemFsf3mPAdG6rgMT582LOMrYpPZZhtve3/VyonznUtP9SJ/UrEBTSPN07a7NHw==}
|
||||
'@vvo/tzdb@6.184.0':
|
||||
resolution: {integrity: sha512-HbUxV1Jr3dKHZaXBw56cKvoVAF8o1oyWKrUH4J50wmNUntWV6yzcQRgj/HYfVdix0l9uPKU4Z5OnV/6zhSpxaA==}
|
||||
|
||||
buffer-alloc-unsafe@1.1.0:
|
||||
resolution: {integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==}
|
||||
|
@ -131,7 +131,7 @@ packages:
|
|||
|
||||
snapshots:
|
||||
|
||||
'@vvo/tzdb@6.158.0': {}
|
||||
'@vvo/tzdb@6.184.0': {}
|
||||
|
||||
buffer-alloc-unsafe@1.1.0: {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue