Compare commits

..

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

3 changed files with 9 additions and 27 deletions

View file

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

View file

@ -1,18 +1,17 @@
{ {
"name": "generate-timezone-json", "name": "generate-timezone-json",
"version": "0.2.43", "version": "0.2.41",
"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://git.ayo.run/ayo/generate-timezone-json" "url": "https://github.com/ayoayco/generate-timezone-json"
}, },
"keywords": [ "keywords": [
"timezones", "timezones",
@ -22,10 +21,7 @@
"author": "Ayo Ayco", "author": "Ayo Ayco",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@vvo/tzdb": "^6.198.0", "@vvo/tzdb": "^6.196.0",
"parse-zonetab": "^1.0.0" "parse-zonetab": "^1.0.0"
},
"devDependencies": {
"husky": "^9.1.7"
} }
} }

View file

@ -9,20 +9,16 @@ importers:
.: .:
dependencies: dependencies:
'@vvo/tzdb': '@vvo/tzdb':
specifier: ^6.198.0 specifier: ^6.196.0
version: 6.198.0 version: 6.196.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.198.0': '@vvo/tzdb@6.196.0':
resolution: {integrity: sha512-bNRWBhWYl0edVgyX6AYbhoCM2tk2lXJjGCyO2VDc2xn6Dw8dLd7WGj2DDXkVOkmOIQTNjEAcxrEpIzz5pWVwFg==} resolution: {integrity: sha512-5BBJBmxJ1z/TzSuKE10stIX4dOsFN4tlMqj3WMPBSGM8euO1z5X/s2DaTSkXlTzznD5aWa4nV3t//zChFHruag==}
buffer-alloc-unsafe@1.1.0: buffer-alloc-unsafe@1.1.0:
resolution: {integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==} resolution: {integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==}
@ -56,11 +52,6 @@ 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==}
@ -140,7 +131,7 @@ packages:
snapshots: snapshots:
'@vvo/tzdb@6.198.0': {} '@vvo/tzdb@6.196.0': {}
buffer-alloc-unsafe@1.1.0: {} buffer-alloc-unsafe@1.1.0: {}
@ -181,8 +172,6 @@ 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: