Publish v1.10.4

This commit is contained in:
Kenny Daniel 2025-04-03 20:03:21 -07:00
parent f9a10da20b
commit 8c4c7456b4
No known key found for this signature in database
GPG Key ID: 90AB653A8CAD7E45
2 changed files with 2 additions and 2 deletions

@ -49,7 +49,7 @@ Check out a minimal parquet viewer demo that shows how to integrate hyparquet in
### Node.js Example
To read the contents of a parquet file in a node.js environment use `asyncBufferFromFile`:
To read the contents of a local parquet file in a node.js environment use `asyncBufferFromFile`:
```javascript
const { asyncBufferFromFile, parquetReadObjects } = await import('hyparquet')

@ -1,6 +1,6 @@
{
"name": "hyparquet",
"version": "1.10.3",
"version": "1.10.4",
"description": "Parquet file parser for JavaScript",
"author": "Hyperparam",
"homepage": "https://hyperparam.app",