@thi.ng/pixel-io-geotiff 0.2.15 → 0.2.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -76,7 +76,7 @@ Package sizes (brotli'd, pre-treeshake): ESM: 474 bytes
76
76
  - [@thi.ng/api](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/api)
77
77
  - [@thi.ng/math](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/math)
78
78
  - [@thi.ng/pixel](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/pixel)
79
- - [geotiff](https://github.com/geotiffjs/geotiff.js)
79
+ - [geotiff](git+https://github.com/geotiffjs/geotiff.js.git)
80
80
 
81
81
  Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
82
82
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/pixel-io-geotiff",
3
- "version": "0.2.15",
3
+ "version": "0.2.16",
4
4
  "description": "GeoTIFF reader support for @thi.ng/pixel",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -92,5 +92,5 @@
92
92
  "year": 2023,
93
93
  "screenshot": "pixel-io-geotiff/20230109-n45w121-crop-1280.jpg"
94
94
  },
95
- "gitHead": "febee81fd8b59e5e330a6e6521a2667ed5401a3d"
95
+ "gitHead": "bc535a90970f96564cae15f1732b5fb8562135c4"
96
96
  }