Publish v1.16.1

This commit is contained in:
Kenny Daniel 2025-06-13 00:41:04 -07:00
parent 1f4e1f2f0b
commit 2eb793c30f
No known key found for this signature in database
GPG Key ID: 90AB653A8CAD7E45
2 changed files with 6 additions and 3 deletions

@ -6,6 +6,7 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- run: npm i
@ -13,6 +14,7 @@ jobs:
typecheck:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- run: npm i
@ -20,6 +22,7 @@ jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- run: npm i

@ -1,6 +1,6 @@
{
"name": "hyparquet",
"version": "1.16.0",
"version": "1.16.1",
"description": "Parquet file parser for JavaScript",
"author": "Hyperparam",
"homepage": "https://hyperparam.app",
@ -54,10 +54,10 @@
"test": "vitest run"
},
"devDependencies": {
"@types/node": "24.0.0",
"@types/node": "24.0.1",
"@vitest/coverage-v8": "3.2.3",
"eslint": "9.28.0",
"eslint-plugin-jsdoc": "50.7.1",
"eslint-plugin-jsdoc": "51.0.1",
"hyparquet-compressors": "1.1.1",
"typescript": "5.8.3",
"typescript-eslint": "8.34.0",