Skip to content

Commit 6d46220

Browse files
RD-476: update client library (#137)
* update client library * update client library
1 parent eaf0f7c commit 6d46220

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# MapTiler SDK Changelog
22

3+
## 2.5.0
4+
### others
5+
- Update MapTiler Client library to v2.5.0
6+
37
## 2.4.2
48
### Bug Fixes
59
- The language switching is now more robust and preserves the original formatting from the style (`Map.setPrimaryLangage()`) (https://github.com/maptiler/maptiler-sdk-js/pull/134)
6-
710
### Others
811
- Now able to GitHub action a beta on NPM from the GH release creation process
912
- Updated GH action to v4
1013

1114

12-
1315
## 2.4.1
1416
### Bug Fixes
1517
- The class `AJAXError` is now imported as part of the `maplibregl` namespace (CommonJS limitation from Maplibre GL JS) (https://github.com/maptiler/maptiler-sdk-js/pull/129)

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maptiler/sdk",
3-
"version": "2.4.2",
3+
"version": "2.5.0",
44
"description": "The Javascript & TypeScript map SDK tailored for MapTiler Cloud",
55
"module": "dist/maptiler-sdk.mjs",
66
"types": "dist/maptiler-sdk.d.ts",
@@ -62,7 +62,7 @@
6262
},
6363
"dependencies": {
6464
"@maplibre/maplibre-gl-style-spec": "^20.3.1",
65-
"@maptiler/client": "^2.0.0",
65+
"@maptiler/client": "^2.2.0",
6666
"events": "^3.3.0",
6767
"js-base64": "^3.7.4",
6868
"maplibre-gl": "4.7.1",

0 commit comments

Comments
 (0)