@niobium/api-transport
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name" : "@niobium/api-transport", | ||
"description" : "Niobium API transport layer", | ||
"version" : "0.1.5", | ||
"version" : "0.1.6", | ||
"license" : "MIT", | ||
@@ -6,0 +6,0 @@ "author" : { |
@@ -10,3 +10,3 @@ require('./common'); | ||
this.options = Object.assign({ | ||
emitTimeout : 30000, | ||
emitTimeout : 1000 * 60 * 8, | ||
clientProcessor: false | ||
@@ -13,0 +13,0 @@ }, options); |
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
19070