@tomtom-org/maps-sdk 0.39.0 → 0.40.0

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/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.39.0",
5
+ "version": "0.40.0",
6
6
  "description": "TomTom Maps for JavaScript",
7
7
  "keywords": [
8
8
  "tomtom",
@@ -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 {