Skip to content

Commit

Permalink
js 3.0.7 (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon authored Jul 25, 2024
1 parent a7c76e0 commit 721c65e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.0.7
* improve ETag error message [#427]

3.0.6
* add CommonJS build fallback for NodeJS projects not using ESM.

Expand Down
2 changes: 1 addition & 1 deletion js/examples/leaflet.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8"/>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
<script src="https://unpkg.com/[email protected].6/dist/pmtiles.js"></script>
<script src="https://unpkg.com/[email protected].7/dist/pmtiles.js"></script>
<style>
body, #map {
height:100vh;
Expand Down
2 changes: 1 addition & 1 deletion js/examples/maplibre.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8"/>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/maplibre-gl.css" crossorigin="anonymous">
<script src="https://unpkg.com/[email protected]/dist/maplibre-gl.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected].6/dist/pmtiles.js"></script>
<script src="https://unpkg.com/[email protected].7/dist/pmtiles.js"></script>
<style>
body {
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion js/examples/maplibre_raster_dem.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8"/>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/maplibre-gl.css" crossorigin="anonymous">
<script src="https://unpkg.com/[email protected]/dist/maplibre-gl.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected].6/dist/pmtiles.js"></script>
<script src="https://unpkg.com/[email protected].7/dist/pmtiles.js"></script>
<style>
body {
margin: 0;
Expand Down
4 changes: 2 additions & 2 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pmtiles",
"version": "3.0.6",
"version": "3.0.7",
"description": "PMTiles archive decoder for browsers",
"type": "module",
"exports": {
Expand Down

0 comments on commit 721c65e

Please sign in to comment.