Comparing version 1.4.1 to 1.5.0
{ | ||
"name": "hyparquet", | ||
"version": "1.4.1", | ||
"version": "1.5.0", | ||
"description": "parquet file parser for javascript", | ||
@@ -30,14 +30,14 @@ "keywords": [ | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "28.0.0", | ||
"@rollup/plugin-commonjs": "28.0.1", | ||
"@rollup/plugin-node-resolve": "15.3.0", | ||
"@rollup/plugin-replace": "6.0.1", | ||
"@rollup/plugin-terser": "0.4.4", | ||
"@rollup/plugin-typescript": "12.1.0", | ||
"@types/node": "22.7.4", | ||
"@rollup/plugin-typescript": "12.1.1", | ||
"@types/node": "22.7.5", | ||
"@types/react": "18.3.11", | ||
"@types/react-dom": "18.3.0", | ||
"@vitest/coverage-v8": "2.1.2", | ||
"@types/react-dom": "18.3.1", | ||
"@vitest/coverage-v8": "2.1.3", | ||
"eslint": "9.12.0", | ||
"eslint-plugin-jsdoc": "50.3.1", | ||
"hightable": "0.4.4", | ||
"eslint-plugin-jsdoc": "50.4.1", | ||
"hightable": "0.5.3", | ||
"http-server": "14.1.1", | ||
@@ -48,6 +48,6 @@ "hyparquet-compressors": "0.1.4", | ||
"rollup": "4.24.0", | ||
"typescript": "5.6.2", | ||
"typescript-eslint": "8.8.0", | ||
"vitest": "2.1.2" | ||
"typescript": "5.6.3", | ||
"typescript-eslint": "8.9.0", | ||
"vitest": "2.1.3" | ||
} | ||
} |
@@ -134,2 +134,7 @@ import type { AsyncBuffer, CompressionCodec, Compressors, ConvertedType, FileMetaData, LogicalType, ParquetType, SchemaTree } from './types.d.ts' | ||
/** | ||
* Returns a cached layer on top of an AsyncBuffer. | ||
*/ | ||
export function cachedAsyncBuffer(asyncBuffer: AsyncBuffer): AsyncBuffer | ||
/** | ||
* Parquet query options for reading data | ||
@@ -136,0 +141,0 @@ */ |
@@ -12,2 +12,4 @@ export { parquetMetadata, parquetMetadataAsync, parquetSchema } from './metadata.js' | ||
export { cachedAsyncBuffer } from './asyncBuffer.js' | ||
/** | ||
@@ -14,0 +16,0 @@ * @param {import('./hyparquet.js').ParquetReadOptions} options |
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
116399
25
3022