Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "hyparquet", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "parquet file parser for javascript", | ||
@@ -30,4 +30,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/node": "20.11.0", | ||
"@typescript-eslint/eslint-plugin": "6.18.1", | ||
"@types/node": "20.11.3", | ||
"@typescript-eslint/eslint-plugin": "6.19.0", | ||
"@vitest/coverage-v8": "1.2.0", | ||
@@ -34,0 +34,0 @@ "eslint": "8.56.0", |
@@ -28,3 +28,3 @@ export { AsyncBuffer, FileMetaData } from './types' | ||
*/ | ||
export async function parquetMetadataAsync(asyncBuffer: ArrayBuffer, initialFetchSize: number = 1 << 19 /* 512kb */): Promise<FileMetaData> | ||
export async function parquetMetadataAsync(asyncBuffer: AsyncBuffer, initialFetchSize: number = 1 << 19 /* 512kb */): Promise<FileMetaData> | ||
@@ -31,0 +31,0 @@ /** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package