mirror of
https://github.com/asadbek064/hyparquet.git
synced 2026-02-22 04:11:32 +00:00
Publish v0.1.1
This commit is contained in:
parent
92902c41d3
commit
37e981fa13
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hyparquet",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "parquet file parser for javascript",
|
||||
"keywords": [
|
||||
"parquet",
|
||||
@ -29,12 +29,12 @@
|
||||
"devDependencies": {
|
||||
"@types/node": "20.10.6",
|
||||
"@typescript-eslint/eslint-plugin": "6.17.0",
|
||||
"@vitest/coverage-v8": "1.1.2",
|
||||
"@vitest/coverage-v8": "1.1.3",
|
||||
"eslint": "8.56.0",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-jsdoc": "48.0.2",
|
||||
"http-server": "14.1.1",
|
||||
"typescript": "5.3.3",
|
||||
"vitest": "1.1.2"
|
||||
"vitest": "1.1.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -8,7 +8,7 @@ import { toJson } from './toJson.js'
|
||||
export { toJson }
|
||||
|
||||
/**
|
||||
* Read parquet data rows from a file
|
||||
* Read parquet data rows from a buffer.
|
||||
*
|
||||
* @param {ArrayBuffer} arrayBuffer parquet file contents
|
||||
* @returns {any[][]} row data
|
||||
|
||||
Loading…
Reference in New Issue
Block a user