Publish v0.1.4

This commit is contained in:
Kenny Daniel 2025-03-31 14:51:11 -07:00
parent 7be21caa9e
commit 3d00ca30a8
No known key found for this signature in database
GPG Key ID: 90AB653A8CAD7E45
2 changed files with 2 additions and 1 deletions

@ -25,5 +25,6 @@ const arrayBuffer = parquetWrite({
## References
- https://github.com/hyparam/hyparquet
- https://github.com/hyparam/hyparquet-compressors
- https://github.com/apache/parquet-format
- https://github.com/apache/parquet-testing

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