@xylabs/threads
Advanced tools
Comparing version 3.5.6 to 3.5.7
{ | ||
"name": "@xylabs/threads", | ||
"version": "3.5.6", | ||
"version": "3.5.7", | ||
"description": "Web workers & worker threads as simple as a function call", | ||
@@ -26,2 +26,3 @@ "license": "MIT", | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.js", | ||
@@ -31,2 +32,3 @@ "default": "./index.mjs" | ||
"./observable": { | ||
"types": "./observable.d.ts", | ||
"require": "./observable.js", | ||
@@ -36,2 +38,3 @@ "default": "./observable.mjs" | ||
"./register": { | ||
"types": "./register.d.ts", | ||
"require": "./register.js", | ||
@@ -41,2 +44,3 @@ "default": "./register.mjs" | ||
"./worker": { | ||
"types": "./worker.d.ts", | ||
"require": "./worker.js", | ||
@@ -43,0 +47,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
272661