Publish v1.17.8 (#123)

* update dev dep + increment version

* update CHANGELOG
This commit is contained in:
Sylvain Lesage 2025-09-09 05:29:22 -04:00 committed by GitHub
parent fbfa7cb426
commit 6f1b0b53e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 4 deletions

@ -1,11 +1,16 @@
# Changelog
## [1.17.6]
## [1.17.8]
- Export `readColumnIndex` and `readOffsetIndex` (#122)
## [1.17.7]
- Fix early page termination for non-flat columns (#119)
- Fix a bug in parquetQuery, when rowFormat is 'array' (#118 thanks @severo)
## [1.17.5]
## [1.17.6]
- Revert "Fix onComplete return type (#104)" (#117)
## [1.17.5]
- Fix high-precision decimal parsing (#116)
## [1.17.4]

@ -1,6 +1,6 @@
{
"name": "hyparquet",
"version": "1.17.7",
"version": "1.17.8",
"description": "Parquet file parser for JavaScript",
"author": "Hyperparam",
"homepage": "https://hyperparam.app",
@ -57,7 +57,7 @@
"@types/node": "24.3.1",
"@vitest/coverage-v8": "3.2.4",
"eslint": "9.35.0",
"eslint-plugin-jsdoc": "54.4.0",
"eslint-plugin-jsdoc": "55.0.3",
"hyparquet-compressors": "1.1.1",
"typescript": "5.9.2",
"vitest": "3.2.4"