Publish v1.17.0

This commit is contained in:
Kenny Daniel 2025-06-30 01:48:51 -07:00
parent 8050e0e38d
commit 3e3ddf343a
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.17.0]
- Require explicit `$eq` operator for `parquetQuery` filters.
## [1.16.2]
- Fix readRleBitPackedHybrid when length is zero

@ -1,6 +1,6 @@
{
"name": "hyparquet",
"version": "1.16.2",
"version": "1.17.0",
"description": "Parquet file parser for JavaScript",
"author": "Hyperparam",
"homepage": "https://hyperparam.app",
@ -54,10 +54,10 @@
"test": "vitest run"
},
"devDependencies": {
"@types/node": "24.0.3",
"@types/node": "24.0.7",
"@vitest/coverage-v8": "3.2.4",
"eslint": "9.29.0",
"eslint-plugin-jsdoc": "51.0.3",
"eslint": "9.30.0",
"eslint-plugin-jsdoc": "51.3.1",
"hyparquet-compressors": "1.1.1",
"typescript": "5.8.3",
"vitest": "3.2.4"