Skip to content

Commit

Permalink
RD-476: update client library (#137)
Browse files Browse the repository at this point in the history
* update client library

* update client library
  • Loading branch information
jonathanlurie authored Nov 26, 2024
1 parent eaf0f7c commit 6d46220
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# MapTiler SDK Changelog

## 2.5.0
### others
- Update MapTiler Client library to v2.5.0

## 2.4.2
### Bug Fixes
- 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)

### Others
- Now able to GitHub action a beta on NPM from the GH release creation process
- Updated GH action to v4



## 2.4.1
### Bug Fixes
- 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)
Expand Down
12 changes: 6 additions & 6 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maptiler/sdk",
"version": "2.4.2",
"version": "2.5.0",
"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 @@ -62,7 +62,7 @@
},
"dependencies": {
"@maplibre/maplibre-gl-style-spec": "^20.3.1",
"@maptiler/client": "^2.0.0",
"@maptiler/client": "^2.2.0",
"events": "^3.3.0",
"js-base64": "^3.7.4",
"maplibre-gl": "4.7.1",
Expand Down

0 comments on commit 6d46220

Please sign in to comment.