@travetto/exec
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -7,3 +7,3 @@ { | ||
"dependencies": { | ||
"@travetto/pool": "^0.1.3" | ||
"@travetto/pool": "^0.1.4" | ||
}, | ||
@@ -26,3 +26,3 @@ "description": "Common wrapper around process execution with high level docker support.", | ||
}, | ||
"version": "0.1.3" | ||
"version": "0.1.4" | ||
} |
@@ -28,3 +28,3 @@ import * as assert from 'assert'; | ||
new IteratorDataSource(function* () { | ||
for (let i = 0; i < 10; i++) { | ||
for (let i = 0; i < 5; i++) { | ||
yield `${i}-`; | ||
@@ -38,3 +38,3 @@ } | ||
console.log('Sent', i, 'Received', data); | ||
await new Promise(r => setTimeout(r, 1000)); | ||
await new Promise(r => setTimeout(r, 100)); | ||
} | ||
@@ -41,0 +41,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
26608
Updated@travetto/pool@^0.1.4