Publish v1.18.0

This commit is contained in:
Kenny Daniel 2025-09-16 15:36:33 -07:00
parent c6429d5abe
commit 3c1fce4b3f
No known key found for this signature in database
GPG Key ID: 90AB653A8CAD7E45
2 changed files with 8 additions and 3 deletions

@ -1,5 +1,10 @@
# Changelog
## [1.18.0]
- Refine `onComplete` types for `rowFormat: 'array'` and `rowFormat: 'object'` (#120)
- Only object format for `parquetReadObjects` and `parquetQuery` (#120)
- Parquet `__index__` column overrides `parquetQuery` index annotation (#120)
## [1.17.8]
- Export `readColumnIndex` and `readOffsetIndex` (#122)

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