Publish v0.9.6!

This commit is contained in:
Kenny Daniel 2024-05-24 00:19:02 -07:00
parent 2edc14b70e
commit f4877dcd49
No known key found for this signature in database
GPG Key ID: 90AB653A8CAD7E45
2 changed files with 2 additions and 2 deletions

@ -1,6 +1,6 @@
{
"name": "hyparquet",
"version": "0.9.5",
"version": "0.9.6",
"description": "parquet file parser for javascript",
"keywords": [
"parquet",

@ -3,7 +3,7 @@ import { readPlain } from './plain.js'
import { getMaxDefinitionLevel, getMaxRepetitionLevel } from './schema.js'
/**
* Read a data page from the given Uint8Array.
* Read a data page from uncompressed reader.
*
* @typedef {import("./types.d.ts").DataPage} DataPage
* @typedef {import("./types.d.ts").ColumnMetaData} ColumnMetaData