@trailstash/ultra 3.3.3 → 3.3.4

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.
@@ -41,7 +41,7 @@ export class HelpModal extends HTMLElement {
41
41
  </li>
42
42
  <li>
43
43
  Map powered by
44
- <a target="_blank" href="https://maplibre.org/projects/maplibre-gl-js/"
44
+ <a target="_blank" href="https://github.com/maplibre/maplibre-gl-js/"
45
45
  >MapLibre GL JS</a
46
46
  > <code>${maplibreVersion}</code>
47
47
  </li>
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.3.3",
6
+ "version": "3.3.4",
7
7
  "description": "A web based tool for making MapLibre GL maps with data from sources such as Overpass, GeoJSON, GPX, KML, TCX, etc",
8
8
  "main": "index.js",
9
9
  "scripts": {