Skip to content

Commit

Permalink
Update maplibre to 5.0.0.pre9
Browse files Browse the repository at this point in the history
  • Loading branch information
sebstryczek committed Dec 12, 2024
1 parent 10be183 commit 3c8520b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
33 changes: 18 additions & 15 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maptiler/sdk",
"version": "3.0.0-rc.2",
"version": "3.0.0-rc.3",
"description": "The Javascript & TypeScript map SDK tailored for MapTiler Cloud",
"module": "dist/maptiler-sdk.mjs",
"types": "dist/maptiler-sdk.d.ts",
Expand Down Expand Up @@ -61,11 +61,11 @@
"vitest": "^0.34.2"
},
"dependencies": {
"@maplibre/maplibre-gl-style-spec": "^22.0.0",
"@maplibre/maplibre-gl-style-spec": "^22.0.1",
"@maptiler/client": "^2.2.0",
"events": "^3.3.0",
"js-base64": "^3.7.4",
"maplibre-gl": "^5.0.0-pre.8",
"maplibre-gl": "^5.0.0-pre.9",
"uuid": "^9.0.0"
}
}

0 comments on commit 3c8520b

Please sign in to comment.