@travetto/worker
Advanced tools
Comparing version 2.0.0-rc.3 to 2.0.0-rc.4
{ | ||
"name": "@travetto/worker", | ||
"displayName": "Worker", | ||
"version": "2.0.0-rc.3", | ||
"version": "2.0.0-rc.4", | ||
"description": "Process management utilties, with a focus on inter-process communication", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/base": "^2.0.0-rc.4", | ||
"@travetto/base": "^2.0.0-rc.5", | ||
"@types/generic-pool": "^3.1.9", | ||
@@ -32,0 +32,0 @@ "generic-pool": "^3.7.8" |
@@ -25,3 +25,3 @@ import { ChildProcess } from 'child_process'; | ||
*/ | ||
async destroy() { | ||
override async destroy() { | ||
const res = super.destroy(); | ||
@@ -28,0 +28,0 @@ await this.#complete; |
23496
Updated@travetto/base@^2.0.0-rc.5