@tomtom-org/maps-sdk 0.29.1 → 0.29.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- ## [0.29.1](https://github.com/tomtom-internal/maps-sdk-js/compare/v0.29.0...v0.29.1) (2025-11-04)
5
+ ## [0.29.2](https://github.com/tomtom-internal/maps-sdk-js/compare/v0.29.1...v0.29.2) (2025-11-04)
6
6
 
7
7
 
8
8
  ### Features
package/README.md CHANGED
@@ -1,19 +1,15 @@
1
- [![TomTom Logo](tomtom-logo-big.svg)](https://www.tomtom.com/)
1
+ [![TomTom Logo](./tomtom-logo-big.svg)](https://www.tomtom.com/)
2
+
2
3
  # Maps SDK for JavaScript
4
+
3
5
  [**Examples**](https://docs.tomtom.com/maps-sdk-js/examples/) |
4
- [**Documentation**](https://docs.tomtom.com/maps-sdk-js/introduction/overview)
6
+ [**Documentation**](https://docs.tomtom.com/maps-sdk-js/introduction/overview) |
5
7
 
6
8
  [![NPM Version](https://img.shields.io/npm/v/@tomtom-org/maps-sdk.svg)](https://www.npmjs.com/package/@tomtom-org/maps-sdk)
7
- [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
8
-
9
- [![Quality Gate Status](https://sonar.tomtomgroup.com/api/project_badges/measure?project=tomtom-internal_maps-sdk-js_AYHTCTXCqdbqIGrKswTc&metric=alert_status&token=squ_0df68ac0b54248e036ef46514c17158ed9e8d642)](https://sonar.tomtomgroup.com/dashboard?id=tomtom-internal_maps-sdk-js_AYHTCTXCqdbqIGrKswTc)
10
- [![Reliability Rating](https://sonar.tomtomgroup.com/api/project_badges/measure?project=tomtom-internal_maps-sdk-js_AYHTCTXCqdbqIGrKswTc&metric=reliability_rating&token=squ_0df68ac0b54248e036ef46514c17158ed9e8d642)](https://sonar.tomtomgroup.com/dashboard?id=tomtom-internal_maps-sdk-js_AYHTCTXCqdbqIGrKswTc)
11
- [![Maintainability Rating](https://sonar.tomtomgroup.com/api/project_badges/measure?project=tomtom-internal_maps-sdk-js_AYHTCTXCqdbqIGrKswTc&metric=sqale_rating&token=squ_0df68ac0b54248e036ef46514c17158ed9e8d642)](https://sonar.tomtomgroup.com/dashboard?id=tomtom-internal_maps-sdk-js_AYHTCTXCqdbqIGrKswTc)
12
- [![Security Rating](https://sonar.tomtomgroup.com/api/project_badges/measure?project=tomtom-internal_maps-sdk-js_AYHTCTXCqdbqIGrKswTc&metric=security_rating&token=squ_0df68ac0b54248e036ef46514c17158ed9e8d642)](https://sonar.tomtomgroup.com/dashboard?id=tomtom-internal_maps-sdk-js_AYHTCTXCqdbqIGrKswTc)
13
9
 
14
10
  TomTom Maps SDK for JavaScript is a **JavaScript** library for building applications using [**TomTom** location maps and services](https://docs.tomtom.com/).
15
11
 
16
- [![SDK Example Thumbnails](sdk-examples-collage.png)](https://docs.tomtom.com/maps-sdk-js/examples/)
12
+ [![SDK Example Thumbnails](./sdk-examples-collage.png)](https://docs.tomtom.com/maps-sdk-js/examples/)
17
13
 
18
14
  It leverages the power of [MapLibre GL JS](https://github.com/maplibre/maplibre-gl-js) and [GeoJSON](https://geojson.org/)
19
15
  to seamlessly integrate TomTom maps and services with convenient out-of-the-box support, while staying highly customizable and extensible.
@@ -63,7 +63,7 @@ terms above.
63
63
  ---
64
64
 
65
65
  Name: @tomtom-org/maps-sdk
66
- Version: 0.29.1
66
+ Version: 0.29.2
67
67
  License: See in LICENSE.txt
68
68
  Private: false
69
69
  Description: JavaScript library for TomTom maps and location services
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tomtom-org/maps-sdk",
3
3
  "author": "TomTom International B.V.",
4
4
  "license": "See in LICENSE.txt",
5
- "version": "0.29.1",
5
+ "version": "0.29.2",
6
6
  "description": "JavaScript library for TomTom maps and location services",
7
7
  "repository": {
8
8
  "type": "git",