@quilted/threads
Advanced tools
Comparing version 0.0.0-fix-types-20220529011148 to 0.0.0-update-lint-and-type-dependencies-20220623235239
# @quilted/threads | ||
## 0.0.0-fix-types-20220529011148 | ||
## 0.0.0-update-lint-and-type-dependencies-20220623235239 | ||
### Patch Changes | ||
- [#331](https://github.com/lemonmade/quilt/pull/331) [`f356dc06`](https://github.com/lemonmade/quilt/commit/f356dc067628550114b8e2a06b6878a1506bbed2) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix React types in stricter package managers | ||
- [#359](https://github.com/lemonmade/quilt/pull/359) [`e8723484`](https://github.com/lemonmade/quilt/commit/e8723484494538c9493c16737a7b03325147b384) Thanks [@lemonmade](https://github.com/lemonmade)! - Update TypeScript and ESLint to latest versions | ||
- Updated dependencies [[`f356dc06`](https://github.com/lemonmade/quilt/commit/f356dc067628550114b8e2a06b6878a1506bbed2)]: | ||
- @quilted/events@0.0.0-fix-types-20220529011148 | ||
- Updated dependencies [[`e8723484`](https://github.com/lemonmade/quilt/commit/e8723484494538c9493c16737a7b03325147b384)]: | ||
- @quilted/events@0.0.0-update-lint-and-type-dependencies-20220623235239 | ||
## 0.1.2 | ||
### Patch Changes | ||
- [#331](https://github.com/lemonmade/quilt/pull/331) [`efc54f75`](https://github.com/lemonmade/quilt/commit/efc54f75cb29ec4143a8e52f577edff518014a6b) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix React types in stricter package managers | ||
## 0.1.1 | ||
@@ -13,0 +19,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "0.0.0-fix-types-20220529011148", | ||
"version": "0.0.0-update-lint-and-type-dependencies-20220623235239", | ||
"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", | ||
@@ -31,3 +33,3 @@ "import": "./build/esm/index.mjs", | ||
"dependencies": { | ||
"@quilted/events": "^0.0.0-fix-types-20220529011148" | ||
"@quilted/events": "^0.0.0-update-lint-and-type-dependencies-20220623235239" | ||
}, | ||
@@ -34,0 +36,0 @@ "peerDependencies": { |
@@ -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
131078
2312