@basemaps/bathymetry 6.25.0 → 6.28.0

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
@@ -3,6 +3,33 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [6.28.0](https://github.com/linz/basemaps/compare/v6.27.0...v6.28.0) (2022-06-06)
7
+
8
+
9
+ ### Features
10
+
11
+ * **server:** bundle basemaps-server cli so its easier to install ([#2218](https://github.com/linz/basemaps/issues/2218)) ([8457b66](https://github.com/linz/basemaps/commit/8457b66be6d0f54decf43b515bb78853cefbc8ed))
12
+
13
+
14
+
15
+
16
+
17
+ # [6.27.0](https://github.com/linz/basemaps/compare/v6.26.0...v6.27.0) (2022-05-29)
18
+
19
+ **Note:** Version bump only for package @basemaps/bathymetry
20
+
21
+
22
+
23
+
24
+
25
+ # [6.26.0](https://github.com/linz/basemaps/compare/v6.25.0...v6.26.0) (2022-05-12)
26
+
27
+ **Note:** Version bump only for package @basemaps/bathymetry
28
+
29
+
30
+
31
+
32
+
6
33
  # [6.25.0](https://github.com/linz/basemaps/compare/v6.24.2...v6.25.0) (2022-05-11)
7
34
 
8
35
  **Note:** Version bump only for package @basemaps/bathymetry
File without changes
@@ -1 +1 @@
1
- {"version":3,"file":"hash.test.d.ts","sourceRoot":"","sources":["../../src/__test__/hash.test.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"hash.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/hash.test.ts"],"names":[],"mappings":""}
File without changes
File without changes
@@ -1 +1 @@
1
- {"version":3,"file":"stac.test.d.ts","sourceRoot":"","sources":["../../src/__test__/stac.test.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"stac.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/stac.test.ts"],"names":[],"mappings":""}
@@ -1,6 +1,6 @@
1
1
  import { GoogleTms } from '@basemaps/geo';
2
2
  import { LogConfig } from '@basemaps/shared';
3
- import { mockFileOperator } from '@basemaps/shared/build/file/__test__/file.operator.test.helper.js';
3
+ import { mockFileOperator } from '@basemaps/shared/build/file/__tests__/file.operator.test.helper.js';
4
4
  import { round } from '@basemaps/test/build/rounding.js';
5
5
  import o from 'ospec';
6
6
  import { dirname } from 'path';
package/build/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { BaseCommandLine } from '@basemaps/cli/build/cli/base.cli.js';
1
+ import { BaseCommandLine } from '@basemaps/shared/build/cli/base.js';
2
2
  export declare class BathymetryCommandLine extends BaseCommandLine {
3
3
  constructor();
4
4
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAmHtE,qBAAa,qBAAsB,SAAQ,eAAe;;CAQzD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AAmHrE,qBAAa,qBAAsB,SAAQ,eAAe;;CAQzD"}
package/build/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { BaseCommandLine } from '@basemaps/cli/build/cli/base.cli.js';
1
+ import { BaseCommandLine } from '@basemaps/shared/build/cli/base.js';
2
2
  import { makeTempFolder } from '@basemaps/cli/build/cli/folder.js';
3
3
  import { GoogleTms, TileMatrixSets } from '@basemaps/geo';
4
4
  import { Env, fsa, LogConfig } from '@basemaps/shared';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basemaps/bathymetry",
3
- "version": "6.25.0",
3
+ "version": "6.28.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/linz/basemaps.git",
@@ -28,9 +28,9 @@
28
28
  "build/"
29
29
  ],
30
30
  "dependencies": {
31
- "@basemaps/cli": "^6.25.0",
32
- "@basemaps/geo": "^6.25.0",
33
- "@basemaps/shared": "^6.25.0",
31
+ "@basemaps/cli": "^6.28.0",
32
+ "@basemaps/geo": "^6.26.0",
33
+ "@basemaps/shared": "^6.28.0",
34
34
  "@rushstack/ts-command-line": "^4.3.13",
35
35
  "multihashes": "^4.0.2",
36
36
  "ulid": "^2.3.0"
@@ -41,5 +41,5 @@
41
41
  "devDependencies": {
42
42
  "@types/mapnik": "^3.0.1"
43
43
  },
44
- "gitHead": "7ef26df6d42b79298035033fb6434d086fa642f8"
44
+ "gitHead": "c9e62ec8f9cf5aa1dd79305575fdd1708835e0d9"
45
45
  }