@travetto/worker
Advanced tools
Comparing version 0.6.0-rc.6 to 0.6.0-rc.7
@@ -11,4 +11,4 @@ { | ||
"dependencies": { | ||
"@travetto/base": "^0.6.0-rc.6", | ||
"@travetto/exec": "^0.6.0-rc.6", | ||
"@travetto/base": "^0.6.0-rc.7", | ||
"@travetto/exec": "^0.6.0-rc.7", | ||
"@types/generic-pool": "^3.1.6", | ||
@@ -36,4 +36,4 @@ "generic-pool": "^3.4.2" | ||
}, | ||
"version": "0.6.0-rc.6", | ||
"gitHead": "bd75ad4c3ad1d7304459386555c156a933b1dc91" | ||
"version": "0.6.0-rc.7", | ||
"gitHead": "f6187b2484b4ccf15e37009495e94f77b42d4b51" | ||
} |
import { ChildProcess } from 'child_process'; | ||
import { Env } from '@travetto/base/bootstrap'; | ||
import { Env } from '@travetto/base'; | ||
@@ -5,0 +5,0 @@ import { CommEvent } from './types'; |
import { Exec } from '@travetto/exec'; | ||
import { Env } from '@travetto/base/bootstrap'; | ||
import { Env } from '@travetto/base'; | ||
@@ -4,0 +4,0 @@ import { SpawnConfig, ChildOptions } from './types'; |
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
18848
Updated@travetto/base@^0.6.0-rc.7
Updated@travetto/exec@^0.6.0-rc.7