Skip to content

Commit 80753ab

Browse files
committed
2.0.6
1 parent d8cd5f4 commit 80753ab

File tree

2 files changed

+52
-20
lines changed

2 files changed

+52
-20
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 50 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geotiff",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "GeoTIFF image decoding in JavaScript",
55
"repository": "https://github.com/geotiffjs/geotiff.js",
66
"keywords": [
@@ -13,7 +13,7 @@
1313
"main": "dist-node/geotiff.js",
1414
"module": "dist-module/geotiff.js",
1515
"jsdelivr": "dist-browser/geotiff.js",
16-
"unpkg": "dist-browser/geotiff.js",
16+
"unpkg": "dist-browser/geotiff.js",
1717
"exports": {
1818
".": {
1919
"import": "./dist-module/geotiff.js",
@@ -23,22 +23,54 @@
2323
},
2424
"typesVersions": {
2525
"*": {
26-
"globals": ["dist-module/globals.d.ts"],
27-
"rgb": ["dist-module/rgb.d.ts"],
28-
"BaseDecoder": ["dist-module/compression/BaseDecoder.d.ts"],
29-
"getDecoder": ["dist-module/compression/index.d.ts"],
30-
"addDecoder": ["dist-module/compression/index.d.ts"],
31-
"setLogger": ["dist-module/logging.d.ts"],
32-
"GeoTIFF": ["dist-module/geotiff.d.ts"],
33-
"MultiGeoTIFF": ["dist-module/geotiff.d.ts"],
34-
"fromUrl": ["dist-module/geotiff.d.ts"],
35-
"fromArrayBuffer": ["dist-module/geotiff.d.ts"],
36-
"fromFile": ["dist-module/geotiff.d.ts"],
37-
"fromBlob": ["dist-module/geotiff.d.ts"],
38-
"fromUrls": ["dist-module/geotiff.d.ts"],
39-
"writeArrayBuffer": ["dist-module/geotiff.d.ts"],
40-
"Pool": ["dist-module/pool.d.ts"],
41-
"GeoTIFFImage": ["dist-module/geotiffimage.d.ts"]
26+
"globals": [
27+
"dist-module/globals.d.ts"
28+
],
29+
"rgb": [
30+
"dist-module/rgb.d.ts"
31+
],
32+
"BaseDecoder": [
33+
"dist-module/compression/BaseDecoder.d.ts"
34+
],
35+
"getDecoder": [
36+
"dist-module/compression/index.d.ts"
37+
],
38+
"addDecoder": [
39+
"dist-module/compression/index.d.ts"
40+
],
41+
"setLogger": [
42+
"dist-module/logging.d.ts"
43+
],
44+
"GeoTIFF": [
45+
"dist-module/geotiff.d.ts"
46+
],
47+
"MultiGeoTIFF": [
48+
"dist-module/geotiff.d.ts"
49+
],
50+
"fromUrl": [
51+
"dist-module/geotiff.d.ts"
52+
],
53+
"fromArrayBuffer": [
54+
"dist-module/geotiff.d.ts"
55+
],
56+
"fromFile": [
57+
"dist-module/geotiff.d.ts"
58+
],
59+
"fromBlob": [
60+
"dist-module/geotiff.d.ts"
61+
],
62+
"fromUrls": [
63+
"dist-module/geotiff.d.ts"
64+
],
65+
"writeArrayBuffer": [
66+
"dist-module/geotiff.d.ts"
67+
],
68+
"Pool": [
69+
"dist-module/pool.d.ts"
70+
],
71+
"GeoTIFFImage": [
72+
"dist-module/geotiffimage.d.ts"
73+
]
4274
}
4375
},
4476
"files": [

0 commit comments

Comments
 (0)