@thi.ng/pixel-io-geotiff 0.1.100 → 0.1.102

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-07-22T13:15:57Z
3
+ - **Last updated**: 2024-08-10T15:03:07Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -36,7 +36,7 @@ functionality. For the latter we recommend using the wrapped
36
36
 
37
37
  ## Status
38
38
 
39
- **ALPHA** - bleeding edge / work-in-progress
39
+ **STABLE** - used in production
40
40
 
41
41
  [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bpixel-io-geotiff%5D+in%3Atitle)
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/pixel-io-geotiff",
3
- "version": "0.1.100",
3
+ "version": "0.1.102",
4
4
  "description": "GeoTIFF reader support for @thi.ng/pixel",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,15 +36,15 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.11.7",
40
- "@thi.ng/pixel": "^7.2.1",
39
+ "@thi.ng/api": "^8.11.8",
40
+ "@thi.ng/pixel": "^7.3.1",
41
41
  "geotiff": "2.1.3"
42
42
  },
43
43
  "devDependencies": {
44
- "@microsoft/api-extractor": "^7.47.0",
44
+ "@microsoft/api-extractor": "^7.47.5",
45
45
  "esbuild": "^0.23.0",
46
- "typedoc": "^0.26.3",
47
- "typescript": "^5.5.3"
46
+ "typedoc": "^0.26.5",
47
+ "typescript": "^5.5.4"
48
48
  },
49
49
  "keywords": [
50
50
  "conversion",
@@ -56,6 +56,7 @@
56
56
  "grayscale",
57
57
  "image",
58
58
  "pixel",
59
+ "terrain",
59
60
  "tiff",
60
61
  "typescript"
61
62
  ],
@@ -84,8 +85,8 @@
84
85
  "thi.ng": {
85
86
  "alias": "geo",
86
87
  "parent": "@thi.ng/pixel",
87
- "status": "alpha",
88
- "year": 2023
88
+ "year": 2023,
89
+ "screenshot": "pixel-io-geotiff/20230109-n45w121-crop-1280.jpg"
89
90
  },
90
- "gitHead": "74b023c95ab8219fd4192ef2a02962b2e2038563\n"
91
+ "gitHead": "e914ebbd81c56783c39cf746548c547cbacadc96\n"
91
92
  }