Comparing version 2.4.0 to 2.4.1
@@ -33,3 +33,3 @@ type FN = (...args: any[]) => any; | ||
autoterminate?: number; | ||
methods: Methods<MethodName, MethodFunction> | string; | ||
methods: Methods<MethodName, MethodFunction> | URL | string; | ||
}; | ||
@@ -36,0 +36,0 @@ type Task<MethodName extends string = string, MethodFunction extends FN = FN> = { |
@@ -5,3 +5,3 @@ { | ||
"description": "A simple isomorphic library for executing functions inside WebWorkers or Node Threads pools.", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"type": "module", | ||
@@ -8,0 +8,0 @@ "main": "dist/index.js", |
@@ -49,3 +49,3 @@ | ||
autoterminate?: number, | ||
methods: Methods<MethodName, MethodFunction> | string | ||
methods: Methods<MethodName, MethodFunction> | URL | string | ||
}; | ||
@@ -52,0 +52,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
34505