mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-05 22:41:55 +00:00
Publish v1.17.0
This commit is contained in:
parent
8050e0e38d
commit
3e3ddf343a
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user