@basemaps/bathymetry 6.27.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 +11 -0
- package/build/{__test__ → __tests__}/hash.test.d.ts +0 -0
- package/build/{__test__ → __tests__}/hash.test.d.ts.map +1 -1
- package/build/{__test__ → __tests__}/hash.test.js +0 -0
- package/build/{__test__ → __tests__}/stac.test.d.ts +0 -0
- package/build/{__test__ → __tests__}/stac.test.d.ts.map +1 -1
- package/build/{__test__ → __tests__}/stac.test.js +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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
|
+
|
|
6
17
|
# [6.27.0](https://github.com/linz/basemaps/compare/v6.26.0...v6.27.0) (2022-05-29)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @basemaps/bathymetry
|
|
File without changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hash.test.d.ts","sourceRoot":"","sources":["../../src/
|
|
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/
|
|
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/
|
|
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
package/build/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
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/
|
|
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.
|
|
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.
|
|
31
|
+
"@basemaps/cli": "^6.28.0",
|
|
32
32
|
"@basemaps/geo": "^6.26.0",
|
|
33
|
-
"@basemaps/shared": "^6.
|
|
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": "
|
|
44
|
+
"gitHead": "c9e62ec8f9cf5aa1dd79305575fdd1708835e0d9"
|
|
45
45
|
}
|