ol-pmtiles 1.0.2 (#460)

* bump pmtiles to 3.1.0 [#384, #445]
This commit is contained in:
Brandon Liu
2024-09-19 23:32:53 +08:00
committed by GitHub
parent ce959e50b0
commit d976d9242c
4 changed files with 10 additions and 10 deletions

View File

@@ -1,15 +1,15 @@
{
"name": "ol-pmtiles",
"version": "1.0.1",
"version": "1.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ol-pmtiles",
"version": "1.0.1",
"version": "1.0.2",
"license": "BSD-3-Clause",
"dependencies": {
"pmtiles": "^3.0.7"
"pmtiles": "^3.1.0"
},
"devDependencies": {
"tsup": "^8.2.3",
@@ -1778,9 +1778,9 @@
}
},
"node_modules/pmtiles": {
"version": "3.0.7",
"resolved": "https://registry.npmjs.org/pmtiles/-/pmtiles-3.0.7.tgz",
"integrity": "sha512-kGTFNyzmNdF8yiGxuoskNwLfUkHzC1ouJ5waL6dLID+g4hKlGnohIGX4q7qXrY0rHTK+8MwIKDTrUjY70Kk5ew==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/pmtiles/-/pmtiles-3.1.0.tgz",
"integrity": "sha512-6JvgAQ8gElP1Ilg6ILM4KqleeKS+QcwpW8PXqhPWjRFmqF42yyUJ8sP3dZHQXm+G0HYXuw1kGlMTdVEs583pCQ==",
"license": "BSD-3-Clause",
"dependencies": {
"@types/leaflet": "^1.9.8",