Publish v1.17.7

This commit is contained in:
Kenny Daniel 2025-09-06 17:55:52 -07:00
parent 06a2c79123
commit 669a96fe40
No known key found for this signature in database
GPG Key ID: FDF16101AF5AFD3A
2 changed files with 12 additions and 4 deletions

@ -1,5 +1,13 @@
# Changelog
## [1.17.6]
- Fix early page termination for non-flat columns (#119)
- Fix a bug in parquetQuery, when rowFormat is 'array' (#118 thanks @severo)
## [1.17.5]
- Revert "Fix onComplete return type (#104)" (#117)
- Fix high-precision decimal parsing (#116)
## [1.17.4]
- Fix onComplete return type (#104 thanks @supermar1010)

@ -1,6 +1,6 @@
{
"name": "hyparquet",
"version": "1.17.6",
"version": "1.17.7",
"description": "Parquet file parser for JavaScript",
"author": "Hyperparam",
"homepage": "https://hyperparam.app",
@ -54,10 +54,10 @@
"test": "vitest run"
},
"devDependencies": {
"@types/node": "24.3.0",
"@types/node": "24.3.1",
"@vitest/coverage-v8": "3.2.4",
"eslint": "9.34.0",
"eslint-plugin-jsdoc": "54.1.1",
"eslint": "9.35.0",
"eslint-plugin-jsdoc": "54.4.0",
"hyparquet-compressors": "1.1.1",
"typescript": "5.9.2",
"vitest": "3.2.4"