@trailstash/ultra 3.0.0-dev → 3.0.0-dev1

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.
@@ -5,7 +5,6 @@ import { normalizeCSS } from "../lib/normalize.js";
5
5
  import { toQueryParams } from "../lib/queryParams.js";
6
6
  import { version as maplibreVersion } from "maplibre-gl/package.json";
7
7
  import { version as osmtogeojsonVersion } from "osmtogeojson/package.json";
8
- import { version as togeojsonVersion } from "../node_modules/@tmcw/togeojson/package.json";
9
8
  import readme from "../README.md";
10
9
 
11
10
  export class HelpModal extends HTMLElement {
@@ -83,7 +82,7 @@ export class HelpModal extends HTMLElement {
83
82
  KML/GPX/TCX to GeoJSON conversion powered by
84
83
  <a target="_blank" href="https://github.com/placemark/togeojson"
85
84
  >@tmcw/togeojson</a
86
- > <code>${togeojsonVersion}</code>
85
+ >
87
86
  </li>
88
87
  </ul>
89
88
  </div>
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.0.0-dev",
6
+ "version": "3.0.0-dev1",
7
7
  "description": "A web based tool for making MapLibre GL maps with data from souces such as Overpass, GeoJSON, GPX, KML, TCX, etc",
8
8
  "main": "index.js",
9
9
  "scripts": {