@basemaps/lambda-tiler 8.10.1 → 8.10.2

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,19 @@
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
+ ## [8.10.2](https://github.com/linz/basemaps/compare/lambda-tiler-v8.10.1...lambda-tiler-v8.10.2) (2025-10-13)
7
+
8
+
9
+ ### Dependencies
10
+
11
+ * The following workspace dependencies were updated
12
+ * dependencies
13
+ * @basemaps/config bumped from ^8.10.1 to ^8.11.0
14
+ * @basemaps/config-loader bumped from ^8.10.1 to ^8.11.0
15
+ * @basemaps/shared bumped from ^8.9.2 to ^8.9.3
16
+ * @basemaps/tiler bumped from ^8.10.1 to ^8.11.0
17
+ * @basemaps/tiler-sharp bumped from ^8.10.1 to ^8.11.0
18
+
6
19
  ## [8.10.1](https://github.com/linz/basemaps/compare/lambda-tiler-v8.10.0...lambda-tiler-v8.10.1) (2025-09-24)
7
20
 
8
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basemaps/lambda-tiler",
3
- "version": "8.10.1",
3
+ "version": "8.10.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/linz/basemaps.git",
@@ -22,12 +22,12 @@
22
22
  "types": "./build/index.d.ts",
23
23
  "license": "MIT",
24
24
  "dependencies": {
25
- "@basemaps/config": "^8.10.1",
26
- "@basemaps/config-loader": "^8.10.1",
25
+ "@basemaps/config": "^8.11.0",
26
+ "@basemaps/config-loader": "^8.11.0",
27
27
  "@basemaps/geo": "^8.9.0",
28
- "@basemaps/shared": "^8.9.2",
29
- "@basemaps/tiler": "^8.10.1",
30
- "@basemaps/tiler-sharp": "^8.10.1",
28
+ "@basemaps/shared": "^8.9.3",
29
+ "@basemaps/tiler": "^8.11.0",
30
+ "@basemaps/tiler-sharp": "^8.11.0",
31
31
  "@linzjs/geojson": "^8.0.0",
32
32
  "@linzjs/lambda": "^4.0.0",
33
33
  "@mapbox/vector-tile": "^2.0.3",
@@ -56,5 +56,5 @@
56
56
  "@types/pixelmatch": "^5.0.0",
57
57
  "pretty-json-log": "^1.0.0"
58
58
  },
59
- "gitHead": "5a1984ab0e9b3939aab0db451d2f5e7aee1919af"
59
+ "gitHead": "eb807c6d0f091b41e4d6d972b77c24f584cec230"
60
60
  }