@tomtom-org/maps-sdk 0.32.1 → 0.32.3

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.
@@ -63,7 +63,7 @@ terms above.
63
63
  ---
64
64
 
65
65
  Name: @tomtom-org/maps-sdk
66
- Version: 0.32.1
66
+ Version: 0.32.3
67
67
  License: See in LICENSE.txt
68
68
  Private: false
69
69
  Description: TomTom Maps for JavaScript
@@ -83,7 +83,7 @@ You may not use the TomTom Maps SDK for JavaScript and may not accept the Agreem
83
83
 
84
84
 
85
85
 
86
- 1. GRANT OF LICENSE: Subject to and conditional upon your compliance at all times with this Agreement, TomTom grants to you a limited, non-exclusive, non-transferable and non-sublicensable, revocable, royalty-free license during the Term (as defined in Clause 9) to use the TomTom Maps SDK for JavaScript in connection with the development of web based applications to be used in connection with the TomTom Maps APIs and, in addition, third party online APIs (“Permitted Applications”). For the avoidance of doubt, you must use the TomTom Maps APIs in connection with the TomTom Maps SDK for JavaScript. Any such Permitted Application and use of the TomTom Maps APIs shall be subject to TomToms standard terms of use applicable to the TomTom Maps APIs as made available on the TomTom developer portal or any other specific written agreement that you and TomTom have executed regarding the use of the TomTom Maps APIs.
86
+ 1. GRANT OF LICENSE: Subject to and conditional upon your compliance at all times with this Agreement, TomTom grants to you a limited, non-exclusive, non-transferable and non-sublicensable, revocable, royalty-free license during the Term (as defined in Clause 9) to use the TomTom Maps SDK for JavaScript in connection with the development of web based applications or mobile applications to be used in connection with the TomTom Maps APIs and, in addition, third party online APIs (“Permitted Applications”). For the avoidance of doubt, you must use the TomTom Maps APIs in connection with the TomTom Maps SDK for JavaScript. Any such Permitted Application and use of the TomTom Maps APIs shall be subject to TomTom's standard terms of use applicable to the TomTom Maps APIs as made available on the TomTom developer portal or any other specific written agreement that you and TomTom have executed regarding the use of the TomTom Maps APIs.
87
87
 
88
88
 
89
89
 
@@ -236,10 +236,10 @@ You may not use the TomTom Maps SDK for JavaScript and may not accept the Agreem
236
236
  ---
237
237
 
238
238
  Name: @turf/helpers
239
- Version: 7.2.0
239
+ Version: 7.3.0
240
240
  License: MIT
241
241
  Private: false
242
- Description: turf helpers module
242
+ Description: Provides helper functions to create GeoJSON features, like points, lines, or areas on a map.
243
243
  Repository: git://github.com/Turfjs/turf.git
244
244
  Homepage: https://github.com/Turfjs/turf
245
245
  Author: Turf Authors
@@ -275,10 +275,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
275
275
  ---
276
276
 
277
277
  Name: @turf/invariant
278
- Version: 7.2.0
278
+ Version: 7.3.0
279
279
  License: MIT
280
280
  Private: false
281
- Description: turf invariant module
281
+ Description: Lightweight utility for input validation and data extraction in Turf.js. Ensures GeoJSON inputs are in the correct format and extracts specific components like coordinates or geometries.
282
282
  Repository: git://github.com/Turfjs/turf.git
283
283
  Homepage: https://github.com/Turfjs/turf
284
284
  Author: Turf Authors
@@ -312,10 +312,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
312
312
  ---
313
313
 
314
314
  Name: @turf/bearing
315
- Version: 7.2.0
315
+ Version: 7.3.0
316
316
  License: MIT
317
317
  Private: false
318
- Description: turf bearing module
318
+ Description: Takes two points and finds the geographic bearing between them.
319
319
  Repository: git://github.com/Turfjs/turf.git
320
320
  Homepage: https://github.com/Turfjs/turf
321
321
  Author: Turf Authors