Publish v1.19.0

This commit is contained in:
Kenny Daniel 2025-09-30 23:00:06 -07:00
parent d701904253
commit c427924668
No known key found for this signature in database
GPG Key ID: 90AB653A8CAD7E45
2 changed files with 7 additions and 4 deletions

@ -1,5 +1,8 @@
# Changelog
## [1.19.0]
- Parse geometry and geography data types to geojson geometry objects (#131)
## [1.18.1]
- Fix geospatial metadata parsing
- Custom `stringFromBytes` parser option (#129)

@ -1,6 +1,6 @@
{
"name": "hyparquet",
"version": "1.18.1",
"version": "1.19.0",
"description": "Parquet file parser for JavaScript",
"author": "Hyperparam",
"homepage": "https://hyperparam.app",
@ -54,12 +54,12 @@
"test": "vitest run"
},
"devDependencies": {
"@types/node": "24.5.2",
"@types/node": "24.6.1",
"@vitest/coverage-v8": "3.2.4",
"eslint": "9.36.0",
"eslint-plugin-jsdoc": "60.4.1",
"eslint-plugin-jsdoc": "60.6.0",
"hyparquet-compressors": "1.1.1",
"typescript": "5.9.2",
"typescript": "5.9.3",
"vitest": "3.2.4"
}
}