From 2eb793c30fae0386d9d6ddf186cdbd10b60043e3 Mon Sep 17 00:00:00 2001 From: Kenny Daniel Date: Fri, 13 Jun 2025 00:41:04 -0700 Subject: [PATCH] Publish v1.16.1 --- .github/workflows/ci.yml | 3 +++ package.json | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c21f27b..b8893e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/package.json b/package.json index c73d535..e590f20 100644 --- a/package.json +++ b/package.json @@ -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",