Publish v0.10.1

This commit is contained in:
Kenny Daniel 2025-12-03 20:08:12 -08:00
parent 390a86fe07
commit af164d3344
No known key found for this signature in database
GPG Key ID: 90AB653A8CAD7E45
2 changed files with 7 additions and 4 deletions

@ -6,21 +6,24 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- run: npm i
- run: npm run lint
typecheck:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- run: npm i
- run: npx tsc
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- run: npm i
- run: npm run coverage

@ -1,6 +1,6 @@
{
"name": "hyparquet-writer",
"version": "0.10.0",
"version": "0.10.1",
"description": "Parquet file writer for JavaScript",
"author": "Hyperparam",
"homepage": "https://hyperparam.app",