@cogeotiff/cli 7.2.0 → 7.2.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.
package/CHANGELOG.md CHANGED
@@ -42,6 +42,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
42
42
 
43
43
 
44
44
 
45
+ ### Dependencies
46
+
47
+ * The following workspace dependencies were updated
48
+ * dependencies
49
+ * @cogeotiff/core bumped from ^7.2.0 to ^7.2.1
50
+
45
51
  ## [6.1.1](https://github.com/blacha/cogeotiff/compare/v6.1.0...v6.1.1) (2022-01-26)
46
52
 
47
53
  **Note:** Version bump only for package @cogeotiff/cli
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cogeotiff/cli",
3
- "version": "7.2.0",
3
+ "version": "7.2.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/blacha/cogeotiff.git",
@@ -17,9 +17,9 @@
17
17
  },
18
18
  "scripts": {},
19
19
  "dependencies": {
20
- "@chunkd/core": "^8.1.0",
21
- "@chunkd/fs": "^8.1.0",
22
- "@cogeotiff/core": "^7.2.0",
20
+ "@chunkd/core": "^10.0.0",
21
+ "@chunkd/fs": "^10.0.0",
22
+ "@cogeotiff/core": "^7.2.1",
23
23
  "@rushstack/ts-command-line": "^4.3.14",
24
24
  "ansi-colors": "^4.1.1",
25
25
  "aws-sdk": "^2.781.0",
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "64a437a3590a1fc8395d1f4294a5fc74cbbe6127"
38
+ "gitHead": "5a152b87c01d71617caab3a584d8396b646ef9a3"
39
39
  }
package/tsconfig.json CHANGED
@@ -6,7 +6,5 @@
6
6
  "lib": ["es2018", "dom"]
7
7
  },
8
8
  "include": ["src/**/*"],
9
- "references": [
10
- { "path": "../core" }
11
- ]
9
+ "references": [{ "path": "../core" }]
12
10
  }