@tomtom-org/maps-sdk 0.39.0 → 0.40.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 +17 -0
- package/core/dist/core.es.js +1 -1
- package/core/dist/core.es.js.map +1 -1
- package/core/dist/index.d.ts +11 -5
- package/map/dist/index.d.ts +85 -0
- package/map/dist/map.es.js +1 -1
- package/map/dist/map.es.js.map +1 -1
- package/package.json +1 -1
- package/services/dist/index.d.ts +0 -1
- package/services/dist/services.es.js.map +1 -1
package/package.json
CHANGED
package/services/dist/index.d.ts
CHANGED
|
@@ -6750,7 +6750,6 @@ export declare type TrafficInput = 'live' | 'historical';
|
|
|
6750
6750
|
|
|
6751
6751
|
/**
|
|
6752
6752
|
* Validate Error Class for validating params input, this will be used by SDKError class.
|
|
6753
|
-
* @group Shared
|
|
6754
6753
|
* @ignore
|
|
6755
6754
|
*/
|
|
6756
6755
|
declare class ValidationError extends Error {
|