Publish v0.4.0

This commit is contained in:
Kenny Daniel 2024-02-26 19:16:39 -08:00
parent a65132b79c
commit 5147dbe709
No known key found for this signature in database
GPG Key ID: 90AB653A8CAD7E45
2 changed files with 1 additions and 2 deletions

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

@ -1,4 +1,3 @@
import { off } from 'process'
import { decompressPage } from './column.js'
import { Encoding } from './constants.js'
import { readPlain, readRleBitPackedHybrid, widthFromMaxInt } from './encoding.js'