@cogeotiff/cli 9.0.4 → 9.0.5

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 +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -12,6 +12,12 @@
12
12
  * dependencies
13
13
  * @cogeotiff/core bumped from ^9.0.2 to ^9.0.3
14
14
 
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * dependencies
19
+ * @cogeotiff/core bumped from ^9.1.0 to ^9.1.1
20
+
15
21
  ## [9.0.4](https://github.com/blacha/cogeotiff/compare/cli-v9.0.3...cli-v9.0.4) (2025-09-17)
16
22
 
17
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cogeotiff/cli",
3
- "version": "9.0.4",
3
+ "version": "9.0.5",
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.1.0",
24
+ "@cogeotiff/core": "^9.1.1",
25
25
  "@linzjs/tracing": "^1.1.1",
26
26
  "ansi-colors": "^4.1.1",
27
- "cmd-ts": "^0.13.0",
27
+ "cmd-ts": "^0.14.3",
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": "ec8605ad429408eaac5503acb2bc9c1f96790abb"
38
+ "gitHead": "38e71bede6e9b095ee49d25ed7962ba7ef44f306"
39
39
  }