Skip to content

Commit ddb49f4

Browse files
committed
Publish v1.25.1
1 parent 2dd2377 commit ddb49f4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyparquet",
3-
"version": "1.25.0",
3+
"version": "1.25.1",
44
"description": "Parquet file parser for JavaScript",
55
"author": "Hyperparam",
66
"homepage": "https://hyperparam.app",
@@ -57,7 +57,7 @@
5757
"test": "vitest run"
5858
},
5959
"devDependencies": {
60-
"@types/node": "25.3.0",
60+
"@types/node": "25.3.1",
6161
"@vitest/coverage-v8": "4.0.18",
6262
"eslint": "9.39.2",
6363
"eslint-plugin-jsdoc": "62.7.1",

src/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ export interface BoundingBox {
316316
mmax?: number
317317
}
318318

319-
interface PageEncodingStats {
319+
export interface PageEncodingStats {
320320
page_type: PageType
321321
encoding: Encoding
322322
count: number

0 commit comments

Comments
 (0)