@tomtom-org/maps-sdk 0.29.0 → 0.29.1

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,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.0](https://github.com/tomtom-internal/maps-sdk-js/compare/v0.28.0...v0.29.0) (2025-11-04)
5
+ ## [0.29.1](https://github.com/tomtom-internal/maps-sdk-js/compare/v0.29.0...v0.29.1) (2025-11-04)
6
6
 
7
7
 
8
8
  ### Features
9
9
 
10
- * First Public Preview Release :rocket:
10
+ * First Public Preview Release :rocket:
@@ -63,7 +63,7 @@ terms above.
63
63
  ---
64
64
 
65
65
  Name: @tomtom-org/maps-sdk
66
- Version: 0.29.0
66
+ Version: 0.29.1
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.0",
5
+ "version": "0.29.1",
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-js-examples build",
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",