mirror of
https://github.com/asadbek064/hyparquet-writer.git
synced 2026-01-04 19:06:37 +00:00
Publish v0.5.1 sideEffect-free
This commit is contained in:
parent
5957c219bc
commit
86f4c4314e
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hyparquet-writer",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"description": "Parquet file writer for JavaScript",
|
||||
"author": "Hyperparam",
|
||||
"homepage": "https://hyperparam.app",
|
||||
@ -42,6 +42,7 @@
|
||||
"import": "./src/*.js"
|
||||
}
|
||||
},
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"build:types": "tsc -p ./tsconfig.build.json",
|
||||
"coverage": "vitest run --coverage --coverage.include=src",
|
||||
@ -58,7 +59,7 @@
|
||||
"@types/node": "22.15.29",
|
||||
"@vitest/coverage-v8": "3.1.4",
|
||||
"eslint": "9.28.0",
|
||||
"eslint-plugin-jsdoc": "50.6.17",
|
||||
"eslint-plugin-jsdoc": "50.7.0",
|
||||
"typescript": "5.8.3",
|
||||
"vitest": "3.1.4"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user