Compare commits
No commits in common. "main" and "v0.2.29" have entirely different histories.
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "generate-timezone-json",
|
||||
"version": "0.2.35",
|
||||
"version": "0.2.29",
|
||||
"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.186.0",
|
||||
"@vvo/tzdb": "^6.157.0",
|
||||
"parse-zonetab": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,16 +9,16 @@ importers:
|
|||
.:
|
||||
dependencies:
|
||||
'@vvo/tzdb':
|
||||
specifier: ^6.186.0
|
||||
version: 6.186.0
|
||||
specifier: ^6.157.0
|
||||
version: 6.157.0
|
||||
parse-zonetab:
|
||||
specifier: ^1.0.0
|
||||
version: 1.0.0
|
||||
|
||||
packages:
|
||||
|
||||
'@vvo/tzdb@6.186.0':
|
||||
resolution: {integrity: sha512-UHSNLPElPVd70GmRhZxlD5oCnD+tq1KtVGRu7j0oMuSEeyz4StgZYj/guwCjg4Ew8uFCTI3yUO4TJlpDd5n7wg==}
|
||||
'@vvo/tzdb@6.157.0':
|
||||
resolution: {integrity: sha512-NB1SgzdVqdYvH3ExzY2fkcGMfAa7Zqrn1t2f+o4A8M4h2Mj6WiyQADPgSIdwR8crh+E6Mh/7nMvyIeZIs3OQJA==}
|
||||
|
||||
buffer-alloc-unsafe@1.1.0:
|
||||
resolution: {integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==}
|
||||
|
@ -131,7 +131,7 @@ packages:
|
|||
|
||||
snapshots:
|
||||
|
||||
'@vvo/tzdb@6.186.0': {}
|
||||
'@vvo/tzdb@6.157.0': {}
|
||||
|
||||
buffer-alloc-unsafe@1.1.0: {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue