@tomtom-org/maps-sdk 0.29.0 → 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 +2 -2
- package/README.md +5 -9
- package/map/dist/THIRD_PARTY.txt +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
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.
|
|
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
|
|
9
9
|
|
|
10
|
-
* First Public Preview Release :rocket:
|
|
10
|
+
* First Public Preview Release :rocket:
|
package/README.md
CHANGED
|
@@ -1,19 +1,15 @@
|
|
|
1
|
-
[](https://www.tomtom.com/)
|
|
1
|
+
[](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
|
[](https://www.npmjs.com/package/@tomtom-org/maps-sdk)
|
|
7
|
-
[](https://opensource.org/licenses/Apache-2.0)
|
|
8
|
-
|
|
9
|
-
[](https://sonar.tomtomgroup.com/dashboard?id=tomtom-internal_maps-sdk-js_AYHTCTXCqdbqIGrKswTc)
|
|
10
|
-
[](https://sonar.tomtomgroup.com/dashboard?id=tomtom-internal_maps-sdk-js_AYHTCTXCqdbqIGrKswTc)
|
|
11
|
-
[](https://sonar.tomtomgroup.com/dashboard?id=tomtom-internal_maps-sdk-js_AYHTCTXCqdbqIGrKswTc)
|
|
12
|
-
[](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
|
-
[](https://docs.tomtom.com/maps-sdk-js/examples/)
|
|
12
|
+
[](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.
|
package/map/dist/THIRD_PARTY.txt
CHANGED
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.
|
|
5
|
+
"version": "0.29.2",
|
|
6
6
|
"description": "JavaScript library for TomTom maps and location services",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"scripts": {
|
|
69
69
|
"build": "pnpm build:sdk",
|
|
70
70
|
"build:api-reference": "typedoc",
|
|
71
|
-
"build:examples": "pnpm --workspace-concurrency=0 -F './examples/*' build && pnpm -F @tomtom-org/maps-sdk-
|
|
71
|
+
"build:examples": "pnpm --workspace-concurrency=0 -F './examples/*' build && pnpm -F @tomtom-org/maps-sdk-examples build",
|
|
72
72
|
"build:sdk": "pnpm -F core build && pnpm -F services build && pnpm -F map build",
|
|
73
73
|
"clean": "pnpm -r --no-bail clean:dist && pnpm -r --no-bail clean:cache",
|
|
74
74
|
"e2e-test:examples": "pnpm -F './examples/*' test",
|