@matrixai/workers
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -5,3 +5,3 @@ import type { ModuleThread } from 'threads'; | ||
interface WorkerManagerInterface<W extends ModuleMethods> { | ||
destroy(options: { | ||
destroy(options?: { | ||
force?: boolean; | ||
@@ -8,0 +8,0 @@ }): Promise<void>; |
{ | ||
"name": "@matrixai/workers", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"author": "Roger Qiu", | ||
@@ -5,0 +5,0 @@ "description": "Multithreaded Workers", |
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
31916