@chisel/typescript
Advanced tools
Comparing version 0.0.40 to 0.0.41
{ | ||
"name": "@chisel/typescript", | ||
"version": "0.0.40", | ||
"version": "0.0.41", | ||
"description": "Chisel Data Integration Platform TypeScript Essentials.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,3 +10,5 @@ "use strict"; | ||
target: definition.target || null, | ||
delay: definition.delay || 0 | ||
delay: definition.delay || 0, | ||
timeout: definition.timeout || 0, | ||
scraperTimeout: definition.scraperTimeout || 0 | ||
}; | ||
@@ -13,0 +15,0 @@ } |
@@ -64,3 +64,5 @@ export { Logger, Colors, MicrosetRef, DoneFunction } from '../shared'; | ||
target: definition.target || null, | ||
delay: definition.delay || 0 | ||
delay: definition.delay || 0, | ||
timeout: definition.timeout || 0, | ||
scraperTimeout: definition.scraperTimeout || 0 | ||
}; | ||
@@ -67,0 +69,0 @@ |
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
21931
549