@quilted/threads
Advanced tools
Comparing version 0.1.2 to 0.1.3
# @quilted/threads | ||
## 0.1.3 | ||
### Patch Changes | ||
- [#359](https://github.com/lemonmade/quilt/pull/359) [`2eceac54`](https://github.com/lemonmade/quilt/commit/2eceac546fa3ee3e2c4d2887ab4a6a021acb52cd) Thanks [@lemonmade](https://github.com/lemonmade)! - Update TypeScript and ESLint to latest versions | ||
## 0.1.2 | ||
@@ -4,0 +10,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"license": "MIT", | ||
@@ -22,2 +22,4 @@ "engines": { | ||
".": { | ||
"types": "./build/typescript/index.d.ts", | ||
"quilt:from-source": "./source/index.ts", | ||
"quilt:esnext": "./build/esnext/index.esnext", | ||
@@ -24,0 +26,0 @@ "import": "./build/esm/index.mjs", |
@@ -50,4 +50,3 @@ import type {RELEASE_METHOD, RETAIN_METHOD, RETAINED_BY} from './constants'; | ||
? readonly ThreadSafeReturnType<ArrayElement>[] | ||
: // eslint-disable-next-line @typescript-eslint/ban-types | ||
T extends object | ||
: T extends object | ||
? {[K in keyof T]: ThreadSafeReturnType<T[K]>} | ||
@@ -54,0 +53,0 @@ : T; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
130732
2312