Compare commits

...

6 commits

Author SHA1 Message Date
Ayo
38ab0b197e chore: add husky; add post-commit auto import to gh & sh 2026-02-22 19:35:16 +01:00
Ayo
3400ffceb0 0.2.43 2025-12-14 12:25:34 +01:00
Ayo
818e6dca1e chore(deps): update tzdb 2025-12-14 12:25:27 +01:00
Ayo
2416c82685 0.2.42 2025-11-25 13:23:57 +01:00
Ayo
9cbd6efb3e chore(deps): update tzdb 2025-11-25 13:23:52 +01:00
Ayo
d7daf15989 chore: update repository 2025-11-19 17:56:01 +01:00
3 changed files with 27 additions and 9 deletions

3
.husky/post-commit Normal file
View file

@ -0,0 +1,3 @@
echo "post-commit..."
git push gh --mirror
git push sh --mirror

View file

@ -1,17 +1,18 @@
{ {
"name": "generate-timezone-json", "name": "generate-timezone-json",
"version": "0.2.41", "version": "0.2.43",
"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",
"scripts": { "scripts": {
"preinstall": "npx only-allow pnpm", "preinstall": "npx only-allow pnpm",
"start": "node .", "start": "node .",
"test": "generate-timezone-json --tab-file zone.tab" "test": "generate-timezone-json --tab-file zone.tab",
"prepare": "husky"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/ayoayco/generate-timezone-json" "url": "https://git.ayo.run/ayo/generate-timezone-json"
}, },
"keywords": [ "keywords": [
"timezones", "timezones",
@ -21,7 +22,10 @@
"author": "Ayo Ayco", "author": "Ayo Ayco",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@vvo/tzdb": "^6.196.0", "@vvo/tzdb": "^6.198.0",
"parse-zonetab": "^1.0.0" "parse-zonetab": "^1.0.0"
},
"devDependencies": {
"husky": "^9.1.7"
} }
} }

View file

@ -9,16 +9,20 @@ importers:
.: .:
dependencies: dependencies:
'@vvo/tzdb': '@vvo/tzdb':
specifier: ^6.196.0 specifier: ^6.198.0
version: 6.196.0 version: 6.198.0
parse-zonetab: parse-zonetab:
specifier: ^1.0.0 specifier: ^1.0.0
version: 1.0.0 version: 1.0.0
devDependencies:
husky:
specifier: ^9.1.7
version: 9.1.7
packages: packages:
'@vvo/tzdb@6.196.0': '@vvo/tzdb@6.198.0':
resolution: {integrity: sha512-5BBJBmxJ1z/TzSuKE10stIX4dOsFN4tlMqj3WMPBSGM8euO1z5X/s2DaTSkXlTzznD5aWa4nV3t//zChFHruag==} resolution: {integrity: sha512-bNRWBhWYl0edVgyX6AYbhoCM2tk2lXJjGCyO2VDc2xn6Dw8dLd7WGj2DDXkVOkmOIQTNjEAcxrEpIzz5pWVwFg==}
buffer-alloc-unsafe@1.1.0: buffer-alloc-unsafe@1.1.0:
resolution: {integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==} resolution: {integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==}
@ -52,6 +56,11 @@ packages:
resolution: {integrity: sha512-AUGhbbemXxrZJRD5cDvKtQxLuYaIbNtDTK8YqupCI393Q2KSTreEsLUN3ZxAWFGiKTzL6nKuzfcIvieflUX9qA==} resolution: {integrity: sha512-AUGhbbemXxrZJRD5cDvKtQxLuYaIbNtDTK8YqupCI393Q2KSTreEsLUN3ZxAWFGiKTzL6nKuzfcIvieflUX9qA==}
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
husky@9.1.7:
resolution: {integrity: sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==}
engines: {node: '>=18'}
hasBin: true
inherits@2.0.4: inherits@2.0.4:
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
@ -131,7 +140,7 @@ packages:
snapshots: snapshots:
'@vvo/tzdb@6.196.0': {} '@vvo/tzdb@6.198.0': {}
buffer-alloc-unsafe@1.1.0: {} buffer-alloc-unsafe@1.1.0: {}
@ -172,6 +181,8 @@ snapshots:
object-assign: 4.1.1 object-assign: 4.1.1
pinkie-promise: 2.0.1 pinkie-promise: 2.0.1
husky@9.1.7: {}
inherits@2.0.4: {} inherits@2.0.4: {}
into-stream@2.0.1: into-stream@2.0.1: