mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-06 06:51:54 +00:00
Publish v1.10.4
This commit is contained in:
parent
f9a10da20b
commit
8c4c7456b4
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user