Skip to content

Commit

Permalink
Fix route-snapper-ts -- it needs to require newer WASM package
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Sep 19, 2024
1 parent 4da18c3 commit 84dd58a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions route-snapper-ts/package-lock.json

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

4 changes: 2 additions & 2 deletions route-snapper-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "route-snapper-ts",
"description": "Draw routes in MapLibre snapped to a street network using client-side routing. TypeScript bindings",
"version": "0.0.6",
"version": "0.0.7",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"maplibre-gl": "^4.0.0",
"route-snapper": "^0.4.0",
"route-snapper": "^0.4.2",
"@turf/helpers": "^6.5.0",
"@turf/length": "^6.5.0",
"@turf/line-slice": "^6.5.0",
Expand Down

0 comments on commit 84dd58a

Please sign in to comment.