@tomtom-international/web-sdk-services
Advanced tools
Comparing version 6.20.0 to 6.21.3
import tt from './dist/index'; | ||
export const staticImage: tt.StaticImageServiceFactory; | ||
export const copyrights: tt.CopyrightsServiceFactory; | ||
export const copyrightsCaption: tt.CopyrightsCaptionServiceFactory; | ||
export const copyrightsV2: tt.CopyrightsV2ServiceFactory; | ||
@@ -7,0 +5,0 @@ export const copyrightsCaptionV2: tt.CopyrightsCaptionV2ServiceFactory; |
{ | ||
"name": "@tomtom-international/web-sdk-services", | ||
"version": "6.20.0", | ||
"version": "6.21.3", | ||
"description": "TomTom Maps SDK for Web - Services library", | ||
@@ -43,3 +43,3 @@ "main": "dist/services.min.js", | ||
"lodash.isundefined": "3.0.1", | ||
"node-fetch": "3.2.3", | ||
"node-fetch": "3.2.10", | ||
"regenerator-runtime": "0.12.1", | ||
@@ -79,2 +79,3 @@ "uuid": "8.3.2" | ||
"copy-webpack-plugin": "7.0.0", | ||
"dotenv": "16.0.3", | ||
"eslint": "5.9.0", | ||
@@ -97,3 +98,3 @@ "http-server": "0.12.3", | ||
}, | ||
"gitHead": "b3a7a63ee46fb9a4951aacda757b32220053b04c" | ||
"gitHead": "b5b6cab817888657e9f44b561eb004eb155d9208" | ||
} |
@@ -38,3 +38,3 @@ # Maps SDK for Web - Services library | ||
tt.services.copyrights({ | ||
tt.services.copyrightsV2({ | ||
key: '<your api key>' | ||
@@ -57,3 +57,3 @@ }) | ||
tt.services.copyrights({ | ||
tt.services.copyrightsV2({ | ||
key: '<your api key>' | ||
@@ -71,5 +71,5 @@ }) | ||
```javascript | ||
import { copyrights, placeById } from '@tomtom-international/web-sdk-services/esm'; | ||
import { copyrightsV2, placeById } from '@tomtom-international/web-sdk-services/esm'; | ||
copyrights({ | ||
copyrightsV2({ | ||
key: '<your api key>' | ||
@@ -100,3 +100,3 @@ }).then(function (results) { | ||
<script> | ||
tt.services.copyrights({ | ||
tt.services.copyrightsV2({ | ||
key: "<your api key>" | ||
@@ -103,0 +103,0 @@ }) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3559488
31
7850
+ Addednode-fetch@3.2.10(transitive)
- Removednode-fetch@3.2.3(transitive)
Updatednode-fetch@3.2.10