Skip to content

Commit

Permalink
Merge pull request #176 from evansiroky/working-2024b-branch
Browse files Browse the repository at this point in the history
Prepare for 2024b release
  • Loading branch information
evansiroky authored Sep 10, 2024
2 parents 3a4072e + c29548d commit 42e519c
Show file tree
Hide file tree
Showing 10 changed files with 2,965 additions and 3,065 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ sudo: false
dist: jammy
language: node_js
node_js:
- "22"
- "21"
- "20"
- "19"
Expand Down
Binary file modified data/timezones-1970.geojson.geo.dat
Binary file not shown.
2 changes: 1 addition & 1 deletion data/timezones-1970.geojson.index.json

Large diffs are not rendered by default.

Binary file modified data/timezones-now.geojson.geo.dat
Binary file not shown.
2 changes: 1 addition & 1 deletion data/timezones-now.geojson.index.json

Large diffs are not rendered by default.

Binary file modified data/timezones.geojson.geo.dat
Binary file not shown.
2 changes: 1 addition & 1 deletion data/timezones.geojson.index.json

Large diffs are not rendered by default.

5,978 changes: 2,931 additions & 3,047 deletions package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"homepage": "https://github.com/evansiroky/node-geo-tz#readme",
"engines": {
"node": ">=12"
"node": ">=16"
},
"funding": {
"url": "https://github.com/sponsors/evansiroky"
Expand Down Expand Up @@ -73,41 +73,41 @@
},
"devDependencies": {
"@types/async": "^3.2.24",
"@types/chai": "^4.3.11",
"@types/chai": "^4.3.19",
"@types/follow-redirects": "^1.14.4",
"@types/geobuf": "^3.0.4",
"@types/jsts": "^0.17.14",
"@types/lodash": "^4.14.202",
"@types/mocha": "^10.0.6",
"@types/jsts": "^0.17.24",
"@types/lodash": "^4.17.7",
"@types/mocha": "^10.0.7",
"@types/yauzl": "^2.10.3",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"async": "^3.2.5",
"async": "^3.2.6",
"chai": "^4.3.10",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-promise": "^6.1.1",
"follow-redirects": "^1.15.4",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.6.0",
"follow-redirects": "^1.15.9",
"jsts": "2.6.1",
"lodash": "^4.17.21",
"microbundle": "^0.15.1",
"mocha": "^10.2.0",
"mocha": "^10.7.3",
"nock": "^13.4.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"prettier": "^3.1.1",
"semantic-release": "^22.0.12",
"semantic-release": "^24.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"yauzl": "^2.10.0"
"yauzl": "^3.1.3"
},
"dependencies": {
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/boolean-point-in-polygon": "^7.1.0",
"@turf/helpers": "^7.1.0",
"geobuf": "^3.0.2",
"pbf": "^3.2.1"
}
Expand Down
15 changes: 15 additions & 0 deletions tests/fixtures/issues.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,5 +269,20 @@
"lat": 70.922533,
"lon": -8.714836,
"description": "#158 - 2023b - test for Europe/Oslo"
}, {
"zid": "Asia/Ulaanbaatar",
"lat": 46.38025,
"lon": 96.22243,
"description": "#174 - 2024b - test for Asia/Ulaanbaatar"
}, {
"zid": "Asia/Ulaanbaatar",
"lat": 49.87329,
"lon": 115.73496,
"description": "#174 - 2024b - test for Asia/Ulaanbaatar"
}, {
"zid": "Asia/Hovd",
"lat": 47.96326,
"lon": 91.62525,
"description": "#174 - 2024b - test for Asia/Hovd"
}
]

0 comments on commit 42e519c

Please sign in to comment.