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

@@ -4,7 +4,7 @@
<meta charset="utf-8"/>
<script src="https://cdn.jsdelivr.net/npm/ol@v9.0.0/dist/ol.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ol@v9.0.0/ol.css">
<script src="https://unpkg.com/ol-pmtiles@1.0.1/dist/olpmtiles.js"></script>
<script src="https://unpkg.com/ol-pmtiles@1.0.2/dist/olpmtiles.js"></script>
<style>
body, #map {
height:100vh;

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8"/>
<script src="https://cdn.jsdelivr.net/npm/ol@v9.0.0/dist/ol.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ol@v9.0.0/ol.css">
<script src="https://unpkg.com/ol-pmtiles@1.0.1/dist/olpmtiles.js"></script>
<script src="https://unpkg.com/ol-pmtiles@1.0.2/dist/olpmtiles.js"></script>
<style>
body, #map {
height:100vh;

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",

View File

@@ -1,6 +1,6 @@
{
"name": "ol-pmtiles",
"version": "1.0.1",
"version": "1.0.2",
"description": "PMTiles sources for OpenLayers",
"type": "module",
"main": "dist/cjs/index.cjs",
@@ -42,7 +42,7 @@
"prettier-check": "prettier --check *.js"
},
"dependencies": {
"pmtiles": "^3.0.7"
"pmtiles": "^3.1.0"
},
"devDependencies": {
"tsup": "^8.2.3",