@xylabs/threads
Advanced tools
Comparing version 3.5.7 to 3.5.8
{ | ||
"name": "@xylabs/threads", | ||
"version": "3.5.7", | ||
"version": "3.5.8", | ||
"description": "Web workers & worker threads as simple as a function call", | ||
@@ -31,3 +31,3 @@ "license": "MIT", | ||
"./observable": { | ||
"types": "./observable.d.ts", | ||
"types": "./dist/types/master.d.ts", | ||
"require": "./observable.js", | ||
@@ -37,3 +37,3 @@ "default": "./observable.mjs" | ||
"./register": { | ||
"types": "./register.d.ts", | ||
"types": "./dist/types/master.d.ts", | ||
"require": "./register.js", | ||
@@ -43,3 +43,3 @@ "default": "./register.mjs" | ||
"./worker": { | ||
"types": "./worker.d.ts", | ||
"types": "./dist/types/worker.d.ts", | ||
"require": "./worker.js", | ||
@@ -46,0 +46,0 @@ "default": "./worker.mjs" |
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
272688