geotiffjs / geotiff.js

geotiff.js is a small library to parse TIFF files for visualization or analysis. It is written in pure JavaScript, and is usable in both the browser and node.js applications.
https://geotiffjs.github.io/
MIT License
878 stars 183 forks source link

Fix TS types for references that do not point to objects #295

Closed pbomb closed 2 years ago

pbomb commented 2 years ago

Context

There are a few TS errors in the generated types making it difficult for consumers to use this library.

This also bumps the patch version so a new version can be published.

Fixes #286

mediafreakch commented 2 years ago

Thanks for the fix! Any plans to release that change in a new patch version anytime soon?

silvanadrian commented 2 years ago

Is there a plan to release this fix anytime soon?

constantinius commented 2 years ago

Yes, sorry, will issue a new release today.

mkelly1495 commented 2 years ago

Was there ever a release? According to npmjs, the last release was 7 months ago.

constantinius commented 2 years ago

Sorry this took so long. v2.0.6 is now up

mkelly1495 commented 2 years ago

Awesome - thanks!