mirror of
https://github.com/asadbek064/hyparquet.git
synced 2026-02-23 04:41:33 +00:00
Update dependencies
This commit is contained in:
parent
0e807587e1
commit
8e0235413a
@ -6,7 +6,7 @@
|
||||
[](https://github.com/hyparam/hyparquet/actions)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://www.npmjs.com/package/hyparquet?activeTab=dependencies)
|
||||

|
||||

|
||||
|
||||
Dependency free since 2023!
|
||||
|
||||
|
||||
10
package.json
10
package.json
@ -26,15 +26,15 @@
|
||||
"test": "vitest run"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "20.14.12",
|
||||
"@typescript-eslint/eslint-plugin": "7.17.0",
|
||||
"@vitest/coverage-v8": "2.0.4",
|
||||
"@types/node": "22.1.0",
|
||||
"@typescript-eslint/eslint-plugin": "8.0.0",
|
||||
"@vitest/coverage-v8": "2.0.5",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-jsdoc": "48.8.3",
|
||||
"eslint-plugin-jsdoc": "48.11.0",
|
||||
"http-server": "14.1.1",
|
||||
"hyparquet-compressors": "0.1.4",
|
||||
"typescript": "5.5.4",
|
||||
"vitest": "2.0.4"
|
||||
"vitest": "2.0.5"
|
||||
}
|
||||
}
|
||||
|
||||
4
src/types.d.ts
vendored
4
src/types.d.ts
vendored
@ -179,7 +179,7 @@ export interface ColumnMetaData {
|
||||
size_statistics?: SizeStatistics
|
||||
}
|
||||
|
||||
interface ColumnCryptoMetaData {}
|
||||
type ColumnCryptoMetaData = Record<string, never>
|
||||
|
||||
export type Encoding =
|
||||
'PLAIN' |
|
||||
@ -268,7 +268,7 @@ export interface DataPageHeader {
|
||||
statistics?: Statistics
|
||||
}
|
||||
|
||||
interface IndexPageHeader {}
|
||||
type IndexPageHeader = Record<string, never>
|
||||
|
||||
export interface DictionaryPageHeader {
|
||||
num_values: number
|
||||
|
||||
Loading…
Reference in New Issue
Block a user