cog-tiler-wasm 0.2.1 → 0.2.2
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.
- package/README.md +1 -1
- package/cog_tiler_wasm_bg.wasm +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -163,7 +163,7 @@ For a no-build page, map the peer deps with an import map (see
|
|
|
163
163
|
{ "imports": {
|
|
164
164
|
"whitebox-wasm": "https://esm.sh/whitebox-wasm@0.4.0",
|
|
165
165
|
"proj4": "https://esm.sh/proj4@2.20.9",
|
|
166
|
-
"geotiff": "https://esm.sh/geotiff@
|
|
166
|
+
"geotiff": "https://esm.sh/geotiff@3.0.5",
|
|
167
167
|
"geotiff-geokeys-to-proj4": "https://esm.sh/geotiff-geokeys-to-proj4@2024.4.13"
|
|
168
168
|
} }
|
|
169
169
|
</script>
|
package/cog_tiler_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"Qiusheng Wu <giswqs@gmail.com>"
|
|
6
6
|
],
|
|
7
7
|
"description": "Serverless Cloud Optimized GeoTIFF (COG) dynamic tiling in WebAssembly. TiTiler-style XYZ tiles, no backend.",
|
|
8
|
-
"version": "0.2.
|
|
8
|
+
"version": "0.2.2",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"whitebox-wasm": "^0.4.0",
|
|
41
41
|
"proj4": "^2.15.0",
|
|
42
|
-
"geotiff": "^2.1.0",
|
|
42
|
+
"geotiff": "^2.1.0 || ^3.0.0",
|
|
43
43
|
"geotiff-geokeys-to-proj4": "^2024.4.13"
|
|
44
44
|
},
|
|
45
45
|
"keywords": [
|