Skip to content

Commit ca012af

Browse files
committed
update to ML v5 pre 7 and newer Client lib
1 parent 96c00e8 commit ca012af

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maptiler/sdk",
3-
"version": "3.0.0-rc.1",
3+
"version": "3.0.0-rc.2",
44
"description": "The Javascript & TypeScript map SDK tailored for MapTiler Cloud",
55
"module": "dist/maptiler-sdk.mjs",
66
"types": "dist/maptiler-sdk.d.ts",
@@ -61,11 +61,11 @@
6161
"vitest": "^0.34.2"
6262
},
6363
"dependencies": {
64-
"@maplibre/maplibre-gl-style-spec": "^21.0.0",
65-
"@maptiler/client": "^2.0.0",
64+
"@maplibre/maplibre-gl-style-spec": "^22.0.0",
65+
"@maptiler/client": "^2.2.0",
6666
"events": "^3.3.0",
6767
"js-base64": "^3.7.4",
68-
"maplibre-gl": "5.0.0-pre.6",
68+
"maplibre-gl": "^5.0.0-pre.7",
6969
"uuid": "^9.0.0"
7070
}
7171
}

0 commit comments

Comments
 (0)