@quilted/threads
Advanced tools
Comparing version 0.1.1 to 0.1.2
# @quilted/threads | ||
## 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 | ||
@@ -4,0 +10,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"license": "MIT", | ||
@@ -44,4 +44,3 @@ "engines": { | ||
] | ||
}, | ||
"readme": "# `@quilted/threads`\n" | ||
} | ||
} |
@@ -0,1 +1,2 @@ | ||
import {describe, it, expect} from '@quilted/testing'; | ||
import {createThread, targetFromMessagePort} from '..'; | ||
@@ -2,0 +3,0 @@ import {MessageChannel} from './utiltiies'; |
@@ -9,3 +9,3 @@ { | ||
"exclude": ["quilt.project.ts", "*.test.ts", "*.test.tsx"], | ||
"references": [{"path": "../events"}] | ||
"references": [{"path": "../events"}, {"path": "../testing"}] | ||
} |
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
2313
129330