@onfleet/node-onfleet
Advanced tools
Comparing version 1.0.7 to 1.0.8
const DEFAULT_URL = 'https://onfleet.com'; | ||
const DEFAULT_PATH = '/api'; | ||
const DEFAULT_API_VERSION = 'v2'; | ||
const DEFAULT_TIMEOUT = 10000; | ||
const DEFAULT_TIMEOUT = 70000; | ||
@@ -6,0 +6,0 @@ const util = require('./util'); |
@@ -21,3 +21,3 @@ /** | ||
headers: { | ||
'Content-Type': 'application/.json', | ||
'Content-Type': 'application/json', | ||
Authorization: `Basic ${this.encode(apiKey)}`, | ||
@@ -24,0 +24,0 @@ }, |
{ | ||
"name": "@onfleet/node-onfleet", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Official client library for accessing the Onfleet API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
65049