Compare commits

..

No commits in common. "main" and "v0.2.32" have entirely different histories.

2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "generate-timezone-json", "name": "generate-timezone-json",
"version": "0.2.35", "version": "0.2.32",
"bin": "./index.js", "bin": "./index.js",
"description": "Generate JSON file containing timezones from a tab file or the official IANA database", "description": "Generate JSON file containing timezones from a tab file or the official IANA database",
"main": "index.js", "main": "index.js",
@ -21,7 +21,7 @@
"author": "Ayo Ayco", "author": "Ayo Ayco",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@vvo/tzdb": "^6.186.0", "@vvo/tzdb": "^6.165.0",
"parse-zonetab": "^1.0.0" "parse-zonetab": "^1.0.0"
} }
} }

View file

@ -9,16 +9,16 @@ importers:
.: .:
dependencies: dependencies:
'@vvo/tzdb': '@vvo/tzdb':
specifier: ^6.186.0 specifier: ^6.165.0
version: 6.186.0 version: 6.165.0
parse-zonetab: parse-zonetab:
specifier: ^1.0.0 specifier: ^1.0.0
version: 1.0.0 version: 1.0.0
packages: packages:
'@vvo/tzdb@6.186.0': '@vvo/tzdb@6.165.0':
resolution: {integrity: sha512-UHSNLPElPVd70GmRhZxlD5oCnD+tq1KtVGRu7j0oMuSEeyz4StgZYj/guwCjg4Ew8uFCTI3yUO4TJlpDd5n7wg==} resolution: {integrity: sha512-/UormcvqbH3s+38PAbnulFCPNPGca3HMXMtCgrEldztKq9c4JEaeFic0PILbp3HnIkw+DIdoz/JCOGKj5FY2JQ==}
buffer-alloc-unsafe@1.1.0: buffer-alloc-unsafe@1.1.0:
resolution: {integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==} resolution: {integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==}
@ -131,7 +131,7 @@ packages:
snapshots: snapshots:
'@vvo/tzdb@6.186.0': {} '@vvo/tzdb@6.165.0': {}
buffer-alloc-unsafe@1.1.0: {} buffer-alloc-unsafe@1.1.0: {}