@basemaps/lambda-tiler 7.12.0 → 7.14.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 (162) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/build/routes/__tests__/tile.style.json.test.js +3 -1
  3. package/build/routes/__tests__/tile.style.json.test.js.map +1 -1
  4. package/build/routes/tile.style.json.d.ts +4 -0
  5. package/build/routes/tile.style.json.js +1 -1
  6. package/build/routes/tile.style.json.js.map +1 -1
  7. package/build/util/__test__/nztm.style.test.js +16 -7
  8. package/build/util/__test__/nztm.style.test.js.map +1 -1
  9. package/build/util/nztm.style.js +0 -3
  10. package/build/util/nztm.style.js.map +1 -1
  11. package/dist/index.js +86646 -0
  12. package/dist/node_modules/.package-lock.json +179 -0
  13. package/dist/node_modules/@img/sharp-libvips-linux-arm64/README.md +47 -0
  14. package/dist/node_modules/@img/sharp-libvips-linux-arm64/lib/glib-2.0/include/glibconfig.h +219 -0
  15. package/dist/node_modules/@img/sharp-libvips-linux-arm64/lib/index.js +1 -0
  16. package/dist/node_modules/@img/sharp-libvips-linux-arm64/lib/libvips-cpp.so.42 +0 -0
  17. package/dist/node_modules/@img/sharp-libvips-linux-arm64/package.json +45 -0
  18. package/dist/node_modules/@img/sharp-libvips-linux-arm64/versions.json +31 -0
  19. package/dist/node_modules/@img/sharp-linux-arm64/LICENSE +191 -0
  20. package/dist/node_modules/@img/sharp-linux-arm64/README.md +18 -0
  21. package/dist/node_modules/@img/sharp-linux-arm64/lib/sharp-linux-arm64.node +0 -0
  22. package/dist/node_modules/@img/sharp-linux-arm64/package.json +47 -0
  23. package/dist/node_modules/color/LICENSE +21 -0
  24. package/dist/node_modules/color/README.md +123 -0
  25. package/dist/node_modules/color/index.js +496 -0
  26. package/dist/node_modules/color/package.json +47 -0
  27. package/dist/node_modules/color-convert/CHANGELOG.md +54 -0
  28. package/dist/node_modules/color-convert/LICENSE +21 -0
  29. package/dist/node_modules/color-convert/README.md +68 -0
  30. package/dist/node_modules/color-convert/conversions.js +839 -0
  31. package/dist/node_modules/color-convert/index.js +81 -0
  32. package/dist/node_modules/color-convert/package.json +48 -0
  33. package/dist/node_modules/color-convert/route.js +97 -0
  34. package/dist/node_modules/color-name/LICENSE +8 -0
  35. package/dist/node_modules/color-name/README.md +11 -0
  36. package/dist/node_modules/color-name/index.js +152 -0
  37. package/dist/node_modules/color-name/package.json +28 -0
  38. package/dist/node_modules/color-string/LICENSE +21 -0
  39. package/dist/node_modules/color-string/README.md +62 -0
  40. package/dist/node_modules/color-string/index.js +242 -0
  41. package/dist/node_modules/color-string/package.json +39 -0
  42. package/dist/node_modules/detect-libc/LICENSE +201 -0
  43. package/dist/node_modules/detect-libc/README.md +163 -0
  44. package/dist/node_modules/detect-libc/index.d.ts +14 -0
  45. package/dist/node_modules/detect-libc/lib/detect-libc.js +267 -0
  46. package/dist/node_modules/detect-libc/lib/filesystem.js +41 -0
  47. package/dist/node_modules/detect-libc/lib/process.js +24 -0
  48. package/dist/node_modules/detect-libc/package.json +40 -0
  49. package/dist/node_modules/is-arrayish/LICENSE +21 -0
  50. package/dist/node_modules/is-arrayish/README.md +16 -0
  51. package/dist/node_modules/is-arrayish/index.js +9 -0
  52. package/dist/node_modules/is-arrayish/package.json +45 -0
  53. package/dist/node_modules/is-arrayish/yarn-error.log +1443 -0
  54. package/dist/node_modules/lerc/CHANGELOG.md +69 -0
  55. package/dist/node_modules/lerc/LercDecode.d.ts +61 -0
  56. package/dist/node_modules/lerc/LercDecode.es.d.ts +61 -0
  57. package/dist/node_modules/lerc/LercDecode.es.js +434 -0
  58. package/dist/node_modules/lerc/LercDecode.es.min.js +17 -0
  59. package/dist/node_modules/lerc/LercDecode.js +448 -0
  60. package/dist/node_modules/lerc/LercDecode.min.js +17 -0
  61. package/dist/node_modules/lerc/README.md +123 -0
  62. package/dist/node_modules/lerc/lerc-wasm.wasm +0 -0
  63. package/dist/node_modules/lerc/package.json +30 -0
  64. package/dist/node_modules/semver/LICENSE +15 -0
  65. package/dist/node_modules/semver/README.md +654 -0
  66. package/dist/node_modules/semver/bin/semver.js +188 -0
  67. package/dist/node_modules/semver/classes/comparator.js +141 -0
  68. package/dist/node_modules/semver/classes/index.js +5 -0
  69. package/dist/node_modules/semver/classes/range.js +554 -0
  70. package/dist/node_modules/semver/classes/semver.js +302 -0
  71. package/dist/node_modules/semver/functions/clean.js +6 -0
  72. package/dist/node_modules/semver/functions/cmp.js +52 -0
  73. package/dist/node_modules/semver/functions/coerce.js +60 -0
  74. package/dist/node_modules/semver/functions/compare-build.js +7 -0
  75. package/dist/node_modules/semver/functions/compare-loose.js +3 -0
  76. package/dist/node_modules/semver/functions/compare.js +5 -0
  77. package/dist/node_modules/semver/functions/diff.js +65 -0
  78. package/dist/node_modules/semver/functions/eq.js +3 -0
  79. package/dist/node_modules/semver/functions/gt.js +3 -0
  80. package/dist/node_modules/semver/functions/gte.js +3 -0
  81. package/dist/node_modules/semver/functions/inc.js +19 -0
  82. package/dist/node_modules/semver/functions/lt.js +3 -0
  83. package/dist/node_modules/semver/functions/lte.js +3 -0
  84. package/dist/node_modules/semver/functions/major.js +3 -0
  85. package/dist/node_modules/semver/functions/minor.js +3 -0
  86. package/dist/node_modules/semver/functions/neq.js +3 -0
  87. package/dist/node_modules/semver/functions/parse.js +16 -0
  88. package/dist/node_modules/semver/functions/patch.js +3 -0
  89. package/dist/node_modules/semver/functions/prerelease.js +6 -0
  90. package/dist/node_modules/semver/functions/rcompare.js +3 -0
  91. package/dist/node_modules/semver/functions/rsort.js +3 -0
  92. package/dist/node_modules/semver/functions/satisfies.js +10 -0
  93. package/dist/node_modules/semver/functions/sort.js +3 -0
  94. package/dist/node_modules/semver/functions/valid.js +6 -0
  95. package/dist/node_modules/semver/index.js +89 -0
  96. package/dist/node_modules/semver/internal/constants.js +35 -0
  97. package/dist/node_modules/semver/internal/debug.js +9 -0
  98. package/dist/node_modules/semver/internal/identifiers.js +23 -0
  99. package/dist/node_modules/semver/internal/lrucache.js +40 -0
  100. package/dist/node_modules/semver/internal/parse-options.js +15 -0
  101. package/dist/node_modules/semver/internal/re.js +217 -0
  102. package/dist/node_modules/semver/package.json +77 -0
  103. package/dist/node_modules/semver/preload.js +2 -0
  104. package/dist/node_modules/semver/range.bnf +16 -0
  105. package/dist/node_modules/semver/ranges/gtr.js +4 -0
  106. package/dist/node_modules/semver/ranges/intersects.js +7 -0
  107. package/dist/node_modules/semver/ranges/ltr.js +4 -0
  108. package/dist/node_modules/semver/ranges/max-satisfying.js +25 -0
  109. package/dist/node_modules/semver/ranges/min-satisfying.js +24 -0
  110. package/dist/node_modules/semver/ranges/min-version.js +61 -0
  111. package/dist/node_modules/semver/ranges/outside.js +80 -0
  112. package/dist/node_modules/semver/ranges/simplify.js +47 -0
  113. package/dist/node_modules/semver/ranges/subset.js +247 -0
  114. package/dist/node_modules/semver/ranges/to-comparators.js +8 -0
  115. package/dist/node_modules/semver/ranges/valid.js +11 -0
  116. package/dist/node_modules/sharp/LICENSE +191 -0
  117. package/dist/node_modules/sharp/README.md +118 -0
  118. package/dist/node_modules/sharp/install/check.js +36 -0
  119. package/dist/node_modules/sharp/lib/channel.js +174 -0
  120. package/dist/node_modules/sharp/lib/colour.js +182 -0
  121. package/dist/node_modules/sharp/lib/composite.js +210 -0
  122. package/dist/node_modules/sharp/lib/constructor.js +444 -0
  123. package/dist/node_modules/sharp/lib/index.d.ts +1717 -0
  124. package/dist/node_modules/sharp/lib/index.js +16 -0
  125. package/dist/node_modules/sharp/lib/input.js +657 -0
  126. package/dist/node_modules/sharp/lib/is.js +169 -0
  127. package/dist/node_modules/sharp/lib/libvips.js +171 -0
  128. package/dist/node_modules/sharp/lib/operation.js +919 -0
  129. package/dist/node_modules/sharp/lib/output.js +1561 -0
  130. package/dist/node_modules/sharp/lib/resize.js +582 -0
  131. package/dist/node_modules/sharp/lib/sharp.js +86 -0
  132. package/dist/node_modules/sharp/lib/utility.js +287 -0
  133. package/dist/node_modules/sharp/package.json +219 -0
  134. package/dist/node_modules/sharp/src/binding.gyp +277 -0
  135. package/dist/node_modules/sharp/src/common.cc +1090 -0
  136. package/dist/node_modules/sharp/src/common.h +393 -0
  137. package/dist/node_modules/sharp/src/metadata.cc +287 -0
  138. package/dist/node_modules/sharp/src/metadata.h +82 -0
  139. package/dist/node_modules/sharp/src/operations.cc +471 -0
  140. package/dist/node_modules/sharp/src/operations.h +125 -0
  141. package/dist/node_modules/sharp/src/pipeline.cc +1724 -0
  142. package/dist/node_modules/sharp/src/pipeline.h +385 -0
  143. package/dist/node_modules/sharp/src/sharp.cc +40 -0
  144. package/dist/node_modules/sharp/src/stats.cc +183 -0
  145. package/dist/node_modules/sharp/src/stats.h +59 -0
  146. package/dist/node_modules/sharp/src/utilities.cc +269 -0
  147. package/dist/node_modules/sharp/src/utilities.h +19 -0
  148. package/dist/node_modules/simple-swizzle/LICENSE +21 -0
  149. package/dist/node_modules/simple-swizzle/README.md +39 -0
  150. package/dist/node_modules/simple-swizzle/index.js +29 -0
  151. package/dist/node_modules/simple-swizzle/package.json +36 -0
  152. package/dist/package-lock.json +610 -0
  153. package/dist/package.json +40 -0
  154. package/dist/static/expected_tile_2193_153_255_z7.png +0 -0
  155. package/dist/static/expected_tile_NZTM2000Quad_30_33_z6.png +0 -0
  156. package/dist/static/expected_tile_WebMercatorQuad_252_156_z8.png +0 -0
  157. package/package.json +6 -6
  158. package/src/routes/__tests__/tile.style.json.test.ts +3 -2
  159. package/src/routes/tile.style.json.ts +1 -1
  160. package/src/util/__test__/nztm.style.test.ts +18 -8
  161. package/src/util/nztm.style.ts +0 -3
  162. package/tsconfig.tsbuildinfo +1 -1
@@ -0,0 +1,610 @@
1
+ {
2
+ "name": "@basemaps/lambda-tiler",
3
+ "version": "7.14.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "@basemaps/lambda-tiler",
9
+ "version": "7.14.0",
10
+ "license": "MIT",
11
+ "dependencies": {
12
+ "lerc": "4.0.4",
13
+ "sharp": "0.33.0"
14
+ },
15
+ "engines": {
16
+ "node": ">=16.0.0"
17
+ }
18
+ },
19
+ "node_modules/@emnapi/runtime": {
20
+ "version": "0.44.0",
21
+ "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-0.44.0.tgz",
22
+ "integrity": "sha512-ZX/etZEZw8DR7zAB1eVQT40lNo0jeqpb6dCgOvctB6FIQ5PoXfMuNY8+ayQfu8tNQbAB8gQWSSJupR8NxeiZXw==",
23
+ "license": "MIT",
24
+ "optional": true,
25
+ "dependencies": {
26
+ "tslib": "^2.4.0"
27
+ }
28
+ },
29
+ "node_modules/@img/sharp-darwin-arm64": {
30
+ "version": "0.33.0",
31
+ "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.0.tgz",
32
+ "integrity": "sha512-070tEheekI1LJWTGPC9WlQEa5UoKTXzzlORBHMX4TbfUxMiL336YHR8vBEUNsjse0RJCX8dZ4ZXwT595aEF1ug==",
33
+ "cpu": [
34
+ "arm64"
35
+ ],
36
+ "license": "Apache-2.0",
37
+ "optional": true,
38
+ "os": [
39
+ "darwin"
40
+ ],
41
+ "engines": {
42
+ "glibc": ">=2.26",
43
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0",
44
+ "npm": ">=9.6.5",
45
+ "pnpm": ">=7.1.0",
46
+ "yarn": ">=3.2.0"
47
+ },
48
+ "funding": {
49
+ "url": "https://opencollective.com/libvips"
50
+ },
51
+ "optionalDependencies": {
52
+ "@img/sharp-libvips-darwin-arm64": "1.0.0"
53
+ }
54
+ },
55
+ "node_modules/@img/sharp-darwin-x64": {
56
+ "version": "0.33.0",
57
+ "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.0.tgz",
58
+ "integrity": "sha512-pu/nvn152F3qbPeUkr+4e9zVvEhD3jhwzF473veQfMPkOYo9aoWXSfdZH/E6F+nYC3qvFjbxbvdDbUtEbghLqw==",
59
+ "cpu": [
60
+ "x64"
61
+ ],
62
+ "license": "Apache-2.0",
63
+ "optional": true,
64
+ "os": [
65
+ "darwin"
66
+ ],
67
+ "engines": {
68
+ "glibc": ">=2.26",
69
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0",
70
+ "npm": ">=9.6.5",
71
+ "pnpm": ">=7.1.0",
72
+ "yarn": ">=3.2.0"
73
+ },
74
+ "funding": {
75
+ "url": "https://opencollective.com/libvips"
76
+ },
77
+ "optionalDependencies": {
78
+ "@img/sharp-libvips-darwin-x64": "1.0.0"
79
+ }
80
+ },
81
+ "node_modules/@img/sharp-libvips-darwin-arm64": {
82
+ "version": "1.0.0",
83
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.0.tgz",
84
+ "integrity": "sha512-VzYd6OwnUR81sInf3alj1wiokY50DjsHz5bvfnsFpxs5tqQxESoHtJO6xyksDs3RIkyhMWq2FufXo6GNSU9BMw==",
85
+ "cpu": [
86
+ "arm64"
87
+ ],
88
+ "license": "LGPL-3.0-or-later",
89
+ "optional": true,
90
+ "os": [
91
+ "darwin"
92
+ ],
93
+ "engines": {
94
+ "macos": ">=11",
95
+ "npm": ">=9.6.5",
96
+ "pnpm": ">=7.1.0",
97
+ "yarn": ">=3.2.0"
98
+ },
99
+ "funding": {
100
+ "url": "https://opencollective.com/libvips"
101
+ }
102
+ },
103
+ "node_modules/@img/sharp-libvips-darwin-x64": {
104
+ "version": "1.0.0",
105
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.0.tgz",
106
+ "integrity": "sha512-dD9OznTlHD6aovRswaPNEy8dKtSAmNo4++tO7uuR4o5VxbVAOoEQ1uSmN4iFAdQneTHws1lkTZeiXPrcCkh6IA==",
107
+ "cpu": [
108
+ "x64"
109
+ ],
110
+ "license": "LGPL-3.0-or-later",
111
+ "optional": true,
112
+ "os": [
113
+ "darwin"
114
+ ],
115
+ "engines": {
116
+ "macos": ">=10.13",
117
+ "npm": ">=9.6.5",
118
+ "pnpm": ">=7.1.0",
119
+ "yarn": ">=3.2.0"
120
+ },
121
+ "funding": {
122
+ "url": "https://opencollective.com/libvips"
123
+ }
124
+ },
125
+ "node_modules/@img/sharp-libvips-linux-arm": {
126
+ "version": "1.0.0",
127
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.0.tgz",
128
+ "integrity": "sha512-VwgD2eEikDJUk09Mn9Dzi1OW2OJFRQK+XlBTkUNmAWPrtj8Ly0yq05DFgu1VCMx2/DqCGQVi5A1dM9hTmxf3uw==",
129
+ "cpu": [
130
+ "arm"
131
+ ],
132
+ "license": "LGPL-3.0-or-later",
133
+ "optional": true,
134
+ "os": [
135
+ "linux"
136
+ ],
137
+ "engines": {
138
+ "glibc": ">=2.28",
139
+ "npm": ">=9.6.5",
140
+ "pnpm": ">=7.1.0",
141
+ "yarn": ">=3.2.0"
142
+ },
143
+ "funding": {
144
+ "url": "https://opencollective.com/libvips"
145
+ }
146
+ },
147
+ "node_modules/@img/sharp-libvips-linux-arm64": {
148
+ "version": "1.0.0",
149
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.0.tgz",
150
+ "integrity": "sha512-xTYThiqEZEZc0PRU90yVtM3KE7lw1bKdnDQ9kCTHWbqWyHOe4NpPOtMGy27YnN51q0J5dqRrvicfPbALIOeAZA==",
151
+ "cpu": [
152
+ "arm64"
153
+ ],
154
+ "license": "LGPL-3.0-or-later",
155
+ "optional": true,
156
+ "os": [
157
+ "linux"
158
+ ],
159
+ "engines": {
160
+ "glibc": ">=2.26",
161
+ "npm": ">=9.6.5",
162
+ "pnpm": ">=7.1.0",
163
+ "yarn": ">=3.2.0"
164
+ },
165
+ "funding": {
166
+ "url": "https://opencollective.com/libvips"
167
+ }
168
+ },
169
+ "node_modules/@img/sharp-libvips-linux-s390x": {
170
+ "version": "1.0.0",
171
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.0.tgz",
172
+ "integrity": "sha512-o9E46WWBC6JsBlwU4QyU9578G77HBDT1NInd+aERfxeOPbk0qBZHgoDsQmA2v9TbqJRWzoBPx1aLOhprBMgPjw==",
173
+ "cpu": [
174
+ "s390x"
175
+ ],
176
+ "license": "LGPL-3.0-or-later",
177
+ "optional": true,
178
+ "os": [
179
+ "linux"
180
+ ],
181
+ "engines": {
182
+ "glibc": ">=2.28",
183
+ "npm": ">=9.6.5",
184
+ "pnpm": ">=7.1.0",
185
+ "yarn": ">=3.2.0"
186
+ },
187
+ "funding": {
188
+ "url": "https://opencollective.com/libvips"
189
+ }
190
+ },
191
+ "node_modules/@img/sharp-libvips-linux-x64": {
192
+ "version": "1.0.0",
193
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.0.tgz",
194
+ "integrity": "sha512-naldaJy4hSVhWBgEjfdBY85CAa4UO+W1nx6a1sWStHZ7EUfNiuBTTN2KUYT5dH1+p/xij1t2QSXfCiFJoC5S/Q==",
195
+ "cpu": [
196
+ "x64"
197
+ ],
198
+ "license": "LGPL-3.0-or-later",
199
+ "optional": true,
200
+ "os": [
201
+ "linux"
202
+ ],
203
+ "engines": {
204
+ "glibc": ">=2.26",
205
+ "npm": ">=9.6.5",
206
+ "pnpm": ">=7.1.0",
207
+ "yarn": ">=3.2.0"
208
+ },
209
+ "funding": {
210
+ "url": "https://opencollective.com/libvips"
211
+ }
212
+ },
213
+ "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
214
+ "version": "1.0.0",
215
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.0.tgz",
216
+ "integrity": "sha512-OdorplCyvmSAPsoJLldtLh3nLxRrkAAAOHsGWGDYfN0kh730gifK+UZb3dWORRa6EusNqCTjfXV4GxvgJ/nPDQ==",
217
+ "cpu": [
218
+ "arm64"
219
+ ],
220
+ "license": "LGPL-3.0-or-later",
221
+ "optional": true,
222
+ "os": [
223
+ "linux"
224
+ ],
225
+ "engines": {
226
+ "musl": ">=1.2.2",
227
+ "npm": ">=9.6.5",
228
+ "pnpm": ">=7.1.0",
229
+ "yarn": ">=3.2.0"
230
+ },
231
+ "funding": {
232
+ "url": "https://opencollective.com/libvips"
233
+ }
234
+ },
235
+ "node_modules/@img/sharp-libvips-linuxmusl-x64": {
236
+ "version": "1.0.0",
237
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.0.tgz",
238
+ "integrity": "sha512-FW8iK6rJrg+X2jKD0Ajhjv6y74lToIBEvkZhl42nZt563FfxkCYacrXZtd+q/sRQDypQLzY5WdLkVTbJoPyqNg==",
239
+ "cpu": [
240
+ "x64"
241
+ ],
242
+ "license": "LGPL-3.0-or-later",
243
+ "optional": true,
244
+ "os": [
245
+ "linux"
246
+ ],
247
+ "engines": {
248
+ "musl": ">=1.2.2",
249
+ "npm": ">=9.6.5",
250
+ "pnpm": ">=7.1.0",
251
+ "yarn": ">=3.2.0"
252
+ },
253
+ "funding": {
254
+ "url": "https://opencollective.com/libvips"
255
+ }
256
+ },
257
+ "node_modules/@img/sharp-linux-arm": {
258
+ "version": "0.33.0",
259
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.0.tgz",
260
+ "integrity": "sha512-4horD3wMFd5a0ddbDY8/dXU9CaOgHjEHALAddXgafoR5oWq5s8X61PDgsSeh4Qupsdo6ycfPPSSNBrfVQnwwrg==",
261
+ "cpu": [
262
+ "arm"
263
+ ],
264
+ "license": "Apache-2.0",
265
+ "optional": true,
266
+ "os": [
267
+ "linux"
268
+ ],
269
+ "engines": {
270
+ "glibc": ">=2.28",
271
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0",
272
+ "npm": ">=9.6.5",
273
+ "pnpm": ">=7.1.0",
274
+ "yarn": ">=3.2.0"
275
+ },
276
+ "funding": {
277
+ "url": "https://opencollective.com/libvips"
278
+ },
279
+ "optionalDependencies": {
280
+ "@img/sharp-libvips-linux-arm": "1.0.0"
281
+ }
282
+ },
283
+ "node_modules/@img/sharp-linux-arm64": {
284
+ "version": "0.33.0",
285
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.0.tgz",
286
+ "integrity": "sha512-dcomVSrtgF70SyOr8RCOCQ8XGVThXwe71A1d8MGA+mXEVRJ/J6/TrCbBEJh9ddcEIIsrnrkolaEvYSHqVhswQw==",
287
+ "cpu": [
288
+ "arm64"
289
+ ],
290
+ "license": "Apache-2.0",
291
+ "optional": true,
292
+ "os": [
293
+ "linux"
294
+ ],
295
+ "engines": {
296
+ "glibc": ">=2.26",
297
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0",
298
+ "npm": ">=9.6.5",
299
+ "pnpm": ">=7.1.0",
300
+ "yarn": ">=3.2.0"
301
+ },
302
+ "funding": {
303
+ "url": "https://opencollective.com/libvips"
304
+ },
305
+ "optionalDependencies": {
306
+ "@img/sharp-libvips-linux-arm64": "1.0.0"
307
+ }
308
+ },
309
+ "node_modules/@img/sharp-linux-s390x": {
310
+ "version": "0.33.0",
311
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.0.tgz",
312
+ "integrity": "sha512-TiVJbx38J2rNVfA309ffSOB+3/7wOsZYQEOlKqOUdWD/nqkjNGrX+YQGz7nzcf5oy2lC+d37+w183iNXRZNngQ==",
313
+ "cpu": [
314
+ "s390x"
315
+ ],
316
+ "license": "Apache-2.0",
317
+ "optional": true,
318
+ "os": [
319
+ "linux"
320
+ ],
321
+ "engines": {
322
+ "glibc": ">=2.28",
323
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0",
324
+ "npm": ">=9.6.5",
325
+ "pnpm": ">=7.1.0",
326
+ "yarn": ">=3.2.0"
327
+ },
328
+ "funding": {
329
+ "url": "https://opencollective.com/libvips"
330
+ },
331
+ "optionalDependencies": {
332
+ "@img/sharp-libvips-linux-s390x": "1.0.0"
333
+ }
334
+ },
335
+ "node_modules/@img/sharp-linux-x64": {
336
+ "version": "0.33.0",
337
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.0.tgz",
338
+ "integrity": "sha512-PaZM4Zi7/Ek71WgTdvR+KzTZpBqrQOFcPe7/8ZoPRlTYYRe43k6TWsf4GVH6XKRLMYeSp8J89RfAhBrSP4itNA==",
339
+ "cpu": [
340
+ "x64"
341
+ ],
342
+ "license": "Apache-2.0",
343
+ "optional": true,
344
+ "os": [
345
+ "linux"
346
+ ],
347
+ "engines": {
348
+ "glibc": ">=2.26",
349
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0",
350
+ "npm": ">=9.6.5",
351
+ "pnpm": ">=7.1.0",
352
+ "yarn": ">=3.2.0"
353
+ },
354
+ "funding": {
355
+ "url": "https://opencollective.com/libvips"
356
+ },
357
+ "optionalDependencies": {
358
+ "@img/sharp-libvips-linux-x64": "1.0.0"
359
+ }
360
+ },
361
+ "node_modules/@img/sharp-linuxmusl-arm64": {
362
+ "version": "0.33.0",
363
+ "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.0.tgz",
364
+ "integrity": "sha512-1QLbbN0zt+32eVrg7bb1lwtvEaZwlhEsY1OrijroMkwAqlHqFj6R33Y47s2XUv7P6Ie1PwCxK/uFnNqMnkd5kg==",
365
+ "cpu": [
366
+ "arm64"
367
+ ],
368
+ "license": "Apache-2.0",
369
+ "optional": true,
370
+ "os": [
371
+ "linux"
372
+ ],
373
+ "engines": {
374
+ "musl": ">=1.2.2",
375
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0",
376
+ "npm": ">=9.6.5",
377
+ "pnpm": ">=7.1.0",
378
+ "yarn": ">=3.2.0"
379
+ },
380
+ "funding": {
381
+ "url": "https://opencollective.com/libvips"
382
+ },
383
+ "optionalDependencies": {
384
+ "@img/sharp-libvips-linuxmusl-arm64": "1.0.0"
385
+ }
386
+ },
387
+ "node_modules/@img/sharp-linuxmusl-x64": {
388
+ "version": "0.33.0",
389
+ "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.0.tgz",
390
+ "integrity": "sha512-CecqgB/CnkvCWFhmfN9ZhPGMLXaEBXl4o7WtA6U3Ztrlh/s7FUKX4vNxpMSYLIrWuuzjiaYdfU3+Tdqh1xaHfw==",
391
+ "cpu": [
392
+ "x64"
393
+ ],
394
+ "license": "Apache-2.0",
395
+ "optional": true,
396
+ "os": [
397
+ "linux"
398
+ ],
399
+ "engines": {
400
+ "musl": ">=1.2.2",
401
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0",
402
+ "npm": ">=9.6.5",
403
+ "pnpm": ">=7.1.0",
404
+ "yarn": ">=3.2.0"
405
+ },
406
+ "funding": {
407
+ "url": "https://opencollective.com/libvips"
408
+ },
409
+ "optionalDependencies": {
410
+ "@img/sharp-libvips-linuxmusl-x64": "1.0.0"
411
+ }
412
+ },
413
+ "node_modules/@img/sharp-wasm32": {
414
+ "version": "0.33.0",
415
+ "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.0.tgz",
416
+ "integrity": "sha512-Hn4js32gUX9qkISlemZBUPuMs0k/xNJebUNl/L6djnU07B/HAA2KaxRVb3HvbU5fL242hLOcp0+tR+M8dvJUFw==",
417
+ "cpu": [
418
+ "wasm32"
419
+ ],
420
+ "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
421
+ "optional": true,
422
+ "dependencies": {
423
+ "@emnapi/runtime": "^0.44.0"
424
+ },
425
+ "engines": {
426
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0",
427
+ "npm": ">=9.6.5",
428
+ "pnpm": ">=7.1.0",
429
+ "yarn": ">=3.2.0"
430
+ },
431
+ "funding": {
432
+ "url": "https://opencollective.com/libvips"
433
+ }
434
+ },
435
+ "node_modules/@img/sharp-win32-ia32": {
436
+ "version": "0.33.0",
437
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.0.tgz",
438
+ "integrity": "sha512-5HfcsCZi3l5nPRF2q3bllMVMDXBqEWI3Q8KQONfzl0TferFE5lnsIG0A1YrntMAGqvkzdW6y1Ci1A2uTvxhfzg==",
439
+ "cpu": [
440
+ "ia32"
441
+ ],
442
+ "license": "Apache-2.0 AND LGPL-3.0-or-later",
443
+ "optional": true,
444
+ "os": [
445
+ "win32"
446
+ ],
447
+ "engines": {
448
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0",
449
+ "npm": ">=9.6.5",
450
+ "pnpm": ">=7.1.0",
451
+ "yarn": ">=3.2.0"
452
+ },
453
+ "funding": {
454
+ "url": "https://opencollective.com/libvips"
455
+ }
456
+ },
457
+ "node_modules/@img/sharp-win32-x64": {
458
+ "version": "0.33.0",
459
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.0.tgz",
460
+ "integrity": "sha512-i3DtP/2ce1yKFj4OzOnOYltOEL/+dp4dc4dJXJBv6god1AFTcmkaA99H/7SwOmkCOBQkbVvA3lCGm3/5nDtf9Q==",
461
+ "cpu": [
462
+ "x64"
463
+ ],
464
+ "license": "Apache-2.0 AND LGPL-3.0-or-later",
465
+ "optional": true,
466
+ "os": [
467
+ "win32"
468
+ ],
469
+ "engines": {
470
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0",
471
+ "npm": ">=9.6.5",
472
+ "pnpm": ">=7.1.0",
473
+ "yarn": ">=3.2.0"
474
+ },
475
+ "funding": {
476
+ "url": "https://opencollective.com/libvips"
477
+ }
478
+ },
479
+ "node_modules/color": {
480
+ "version": "4.2.3",
481
+ "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
482
+ "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
483
+ "license": "MIT",
484
+ "dependencies": {
485
+ "color-convert": "^2.0.1",
486
+ "color-string": "^1.9.0"
487
+ },
488
+ "engines": {
489
+ "node": ">=12.5.0"
490
+ }
491
+ },
492
+ "node_modules/color-convert": {
493
+ "version": "2.0.1",
494
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
495
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
496
+ "license": "MIT",
497
+ "dependencies": {
498
+ "color-name": "~1.1.4"
499
+ },
500
+ "engines": {
501
+ "node": ">=7.0.0"
502
+ }
503
+ },
504
+ "node_modules/color-name": {
505
+ "version": "1.1.4",
506
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
507
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
508
+ "license": "MIT"
509
+ },
510
+ "node_modules/color-string": {
511
+ "version": "1.9.1",
512
+ "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
513
+ "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
514
+ "license": "MIT",
515
+ "dependencies": {
516
+ "color-name": "^1.0.0",
517
+ "simple-swizzle": "^0.2.2"
518
+ }
519
+ },
520
+ "node_modules/detect-libc": {
521
+ "version": "2.0.3",
522
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz",
523
+ "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
524
+ "license": "Apache-2.0",
525
+ "engines": {
526
+ "node": ">=8"
527
+ }
528
+ },
529
+ "node_modules/is-arrayish": {
530
+ "version": "0.3.2",
531
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
532
+ "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
533
+ "license": "MIT"
534
+ },
535
+ "node_modules/lerc": {
536
+ "version": "4.0.4",
537
+ "resolved": "https://registry.npmjs.org/lerc/-/lerc-4.0.4.tgz",
538
+ "integrity": "sha512-nHZH+ffiGPkgKUQtiZrljGUGV2GddvPcVTV5E345ZFncbKz+/rBIjDPrSxkiqW0EAtg1Jw7qAgRdaCwV+95Fow==",
539
+ "license": "Apache-2.0"
540
+ },
541
+ "node_modules/semver": {
542
+ "version": "7.6.3",
543
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
544
+ "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
545
+ "license": "ISC",
546
+ "bin": {
547
+ "semver": "bin/semver.js"
548
+ },
549
+ "engines": {
550
+ "node": ">=10"
551
+ }
552
+ },
553
+ "node_modules/sharp": {
554
+ "version": "0.33.0",
555
+ "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.0.tgz",
556
+ "integrity": "sha512-99DZKudjm/Rmz+M0/26t4DKpXyywAOJaayGS9boEn7FvgtG0RYBi46uPE2c+obcJRtA3AZa0QwJot63gJQ1F0Q==",
557
+ "hasInstallScript": true,
558
+ "license": "Apache-2.0",
559
+ "dependencies": {
560
+ "color": "^4.2.3",
561
+ "detect-libc": "^2.0.2",
562
+ "semver": "^7.5.4"
563
+ },
564
+ "engines": {
565
+ "libvips": ">=8.15.0",
566
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
567
+ },
568
+ "funding": {
569
+ "url": "https://opencollective.com/libvips"
570
+ },
571
+ "optionalDependencies": {
572
+ "@img/sharp-darwin-arm64": "0.33.0",
573
+ "@img/sharp-darwin-x64": "0.33.0",
574
+ "@img/sharp-libvips-darwin-arm64": "1.0.0",
575
+ "@img/sharp-libvips-darwin-x64": "1.0.0",
576
+ "@img/sharp-libvips-linux-arm": "1.0.0",
577
+ "@img/sharp-libvips-linux-arm64": "1.0.0",
578
+ "@img/sharp-libvips-linux-s390x": "1.0.0",
579
+ "@img/sharp-libvips-linux-x64": "1.0.0",
580
+ "@img/sharp-libvips-linuxmusl-arm64": "1.0.0",
581
+ "@img/sharp-libvips-linuxmusl-x64": "1.0.0",
582
+ "@img/sharp-linux-arm": "0.33.0",
583
+ "@img/sharp-linux-arm64": "0.33.0",
584
+ "@img/sharp-linux-s390x": "0.33.0",
585
+ "@img/sharp-linux-x64": "0.33.0",
586
+ "@img/sharp-linuxmusl-arm64": "0.33.0",
587
+ "@img/sharp-linuxmusl-x64": "0.33.0",
588
+ "@img/sharp-wasm32": "0.33.0",
589
+ "@img/sharp-win32-ia32": "0.33.0",
590
+ "@img/sharp-win32-x64": "0.33.0"
591
+ }
592
+ },
593
+ "node_modules/simple-swizzle": {
594
+ "version": "0.2.2",
595
+ "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
596
+ "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
597
+ "license": "MIT",
598
+ "dependencies": {
599
+ "is-arrayish": "^0.3.1"
600
+ }
601
+ },
602
+ "node_modules/tslib": {
603
+ "version": "2.8.1",
604
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
605
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
606
+ "license": "0BSD",
607
+ "optional": true
608
+ }
609
+ }
610
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "name": "@basemaps/lambda-tiler",
3
+ "version": "7.14.0",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/linz/basemaps.git",
7
+ "directory": "packages/lambda-tiler"
8
+ },
9
+ "author": {
10
+ "name": "Land Information New Zealand",
11
+ "url": "https://linz.govt.nz",
12
+ "organization": true
13
+ },
14
+ "type": "commonjs",
15
+ "engines": {
16
+ "node": ">=16.0.0"
17
+ },
18
+ "publishConfig": {
19
+ "access": "public"
20
+ },
21
+ "main": "index.js",
22
+ "license": "MIT",
23
+ "dependencies": {
24
+ "sharp": "0.33.0",
25
+ "lerc": "4.0.4"
26
+ },
27
+ "bundle": {
28
+ "entry": "src/index.ts",
29
+ "outdir": "dist/",
30
+ "external": [
31
+ "pino-pretty",
32
+ "sharp",
33
+ "lerc"
34
+ ]
35
+ },
36
+ "scripts": {
37
+ "test": "node --test",
38
+ "bundle": "./bundle.sh"
39
+ }
40
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basemaps/lambda-tiler",
3
- "version": "7.12.0",
3
+ "version": "7.14.0",
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": "^7.12.0",
26
- "@basemaps/config-loader": "^7.12.0",
25
+ "@basemaps/config": "^7.14.0",
26
+ "@basemaps/config-loader": "^7.14.0",
27
27
  "@basemaps/geo": "^7.12.0",
28
- "@basemaps/shared": "^7.12.0",
28
+ "@basemaps/shared": "^7.14.0",
29
29
  "@basemaps/tiler": "^7.12.0",
30
- "@basemaps/tiler-sharp": "^7.12.0",
30
+ "@basemaps/tiler-sharp": "^7.14.0",
31
31
  "@linzjs/geojson": "^7.10.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": "ae07a9588aa620801b6d1578c4e32f884882b53a"
59
+ "gitHead": "72f2a811d4851c6f50758617c9e65179d2b27bc8"
60
60
  }