@immomio/api-library
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -7,3 +7,2 @@ "use strict"; | ||
const headers = new Headers(); | ||
headers.append('Accept', 'application/json+hal'); | ||
headers.append('Content-Type', 'application/json'); | ||
@@ -10,0 +9,0 @@ if (api.token) |
{ | ||
"name": "@immomio/api-library", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Immomio library to access the immomio-API", | ||
@@ -5,0 +5,0 @@ "engineStrict": true, |
@@ -8,3 +8,2 @@ | ||
const headers: Headers = new Headers() | ||
headers.append('Accept', 'application/json+hal') | ||
headers.append('Content-Type', 'application/json') | ||
@@ -11,0 +10,0 @@ |
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
34802
647