mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-06 06:51:54 +00:00
Publish v1.19.0
This commit is contained in:
parent
d701904253
commit
c427924668
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## [1.19.0]
|
||||
- Parse geometry and geography data types to geojson geometry objects (#131)
|
||||
|
||||
## [1.18.1]
|
||||
- Fix geospatial metadata parsing
|
||||
- Custom `stringFromBytes` parser option (#129)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hyparquet",
|
||||
"version": "1.18.1",
|
||||
"version": "1.19.0",
|
||||
"description": "Parquet file parser for JavaScript",
|
||||
"author": "Hyperparam",
|
||||
"homepage": "https://hyperparam.app",
|
||||
@ -54,12 +54,12 @@
|
||||
"test": "vitest run"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "24.5.2",
|
||||
"@types/node": "24.6.1",
|
||||
"@vitest/coverage-v8": "3.2.4",
|
||||
"eslint": "9.36.0",
|
||||
"eslint-plugin-jsdoc": "60.4.1",
|
||||
"eslint-plugin-jsdoc": "60.6.0",
|
||||
"hyparquet-compressors": "1.1.1",
|
||||
"typescript": "5.9.2",
|
||||
"typescript": "5.9.3",
|
||||
"vitest": "3.2.4"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user