Publish v1.8.1

This commit is contained in:
Kenny Daniel 2025-01-16 12:04:23 -08:00
parent 725545731d
commit 3c5dbab649
No known key found for this signature in database
GPG Key ID: FDF16101AF5AFD3A

@ -1,6 +1,6 @@
{
"name": "hyparquet",
"version": "1.8.0",
"version": "1.8.1",
"description": "parquet file parser for javascript",
"author": "Hyperparam",
"homepage": "https://hyperparam.app",
@ -32,13 +32,13 @@
"test": "vitest run"
},
"devDependencies": {
"@types/node": "22.10.2",
"@vitest/coverage-v8": "2.1.8",
"eslint": "9.17.0",
"@types/node": "22.10.7",
"@vitest/coverage-v8": "3.0.1",
"eslint": "9.18.0",
"eslint-plugin-jsdoc": "50.6.1",
"hyparquet-compressors": "1.0.0",
"typescript": "5.7.2",
"typescript-eslint": "8.18.1",
"vitest": "2.1.8"
"typescript": "5.7.3",
"typescript-eslint": "8.20.0",
"vitest": "3.0.1"
}
}