@cogeotiff/cli 9.1.0 → 9.1.1

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/CHANGELOG.md +9 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -24,6 +24,15 @@
24
24
  * dependencies
25
25
  * @cogeotiff/core bumped from ^9.1.1 to ^9.1.2
26
26
 
27
+ ## [9.1.1](https://github.com/blacha/cogeotiff/compare/cli-v9.1.0...cli-v9.1.1) (2026-02-26)
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * The following workspace dependencies were updated
33
+ * dependencies
34
+ * @cogeotiff/core bumped from ^9.3.0 to ^9.4.0
35
+
27
36
  ## [9.1.0](https://github.com/blacha/cogeotiff/compare/cli-v9.0.7...cli-v9.1.0) (2026-02-20)
28
37
 
29
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cogeotiff/cli",
3
- "version": "9.1.0",
3
+ "version": "9.1.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/blacha/cogeotiff.git",
@@ -21,10 +21,10 @@
21
21
  "@chunkd/fs-aws": "^11.0.2",
22
22
  "@chunkd/middleware": "^11.0.0",
23
23
  "@chunkd/source": "^11.0.0",
24
- "@cogeotiff/core": "^9.3.0",
24
+ "@cogeotiff/core": "^9.4.0",
25
25
  "@linzjs/tracing": "^1.1.1",
26
26
  "ansi-colors": "^4.1.1",
27
- "cmd-ts": "^0.14.3",
27
+ "cmd-ts": "^0.15.0",
28
28
  "p-limit": "^4.0.0",
29
29
  "pretty-json-log": "^1.4.0"
30
30
  },
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "82b82e9d9f8996dfb0cb48827c143e134acc9865"
38
+ "gitHead": "2cb33fbbd63f87fc2535282a4dd4426a449dd758"
39
39
  }