@basemaps/shared 6.37.0 → 6.38.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +4 -6
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.38.0](https://github.com/linz/basemaps/compare/v6.37.0...v6.38.0) (2022-12-11)
7
+
8
+
9
+ ### Features
10
+
11
+ * **config:** load the min/max zoom levels of a cotar overview from the wmtscapabilties ([#2621](https://github.com/linz/basemaps/issues/2621)) ([3fe70cf](https://github.com/linz/basemaps/commit/3fe70cf4f934a84e303a935bd3f7f8f6fcc41652))
12
+
13
+
14
+
15
+
16
+
6
17
  # [6.37.0](https://github.com/linz/basemaps/compare/v6.36.0...v6.37.0) (2022-12-05)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basemaps/shared",
3
- "version": "6.37.0",
3
+ "version": "6.38.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,7 +23,7 @@
23
23
  "test": "ospec --globs 'build/**/*.test.js'"
24
24
  },
25
25
  "dependencies": {
26
- "@basemaps/config": "^6.37.0",
26
+ "@basemaps/config": "^6.38.0",
27
27
  "@basemaps/geo": "^6.37.0",
28
28
  "@basemaps/tiler": "^6.37.0",
29
29
  "@chunkd/fs": "^10.0.2",
@@ -34,14 +34,12 @@
34
34
  "entities": "^4.3.0",
35
35
  "pino": "^8.6.1",
36
36
  "proj4": "^2.8.0",
37
- "sax": "^1.2.4",
38
37
  "source-map-support": "^0.5.19",
39
38
  "ulid": "^2.3.0"
40
39
  },
41
40
  "devDependencies": {
42
41
  "@types/aws-lambda": "^8.10.75",
43
- "@types/proj4": "^2.5.2",
44
- "@types/sax": "^1.2.1"
42
+ "@types/proj4": "^2.5.2"
45
43
  },
46
44
  "publishConfig": {
47
45
  "access": "public"
@@ -49,5 +47,5 @@
49
47
  "files": [
50
48
  "build/"
51
49
  ],
52
- "gitHead": "98c97100161b159272c1826c4e668b3e805ec214"
50
+ "gitHead": "c638e4a7ff8b3a7b852afbf5812ea3acf8ae0634"
53
51
  }