@quilted/threads
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -6,3 +6,3 @@ export { createThread } from './thread'; | ||
export { RELEASE_METHOD, RETAIN_METHOD, RETAINED_BY, ENCODE_METHOD, } from './constants'; | ||
export { targetFromWebWorker, targetFromMessagePort, targetFromBrowserWebSocket, } from './targets'; | ||
export { targetFromIframe, targetFromInsideIframe, targetFromWebWorker, targetFromMessagePort, targetFromBrowserWebSocket, } from './targets'; | ||
export { createBasicEncoder, createBasicEncoderWithOverrides } from './encoding'; | ||
@@ -9,0 +9,0 @@ export { createThreadAbortSignal, acceptThreadAbortSignal } from './abort'; |
@@ -0,1 +1,3 @@ | ||
export { targetFromIframe } from './iframe/iframe'; | ||
export { targetFromInsideIframe } from './iframe/nested'; | ||
export { targetFromMessagePort } from './message-port'; | ||
@@ -2,0 +4,0 @@ export { targetFromBrowserWebSocket } from './web-socket-browser'; |
# @quilted/threads | ||
## 0.1.12 | ||
### Patch Changes | ||
- [`c4fbe548`](https://github.com/lemonmade/quilt/commit/c4fbe548d8f2bfd568ee21797896026148a3e37d) Thanks [@lemonmade](https://github.com/lemonmade)! - Add thread target utilities for iframes | ||
## 0.1.11 | ||
@@ -4,0 +10,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "engines": { |
@@ -12,2 +12,4 @@ export {createThread} from './thread'; | ||
export { | ||
targetFromIframe, | ||
targetFromInsideIframe, | ||
targetFromWebWorker, | ||
@@ -14,0 +16,0 @@ targetFromMessagePort, |
@@ -0,3 +1,5 @@ | ||
export {targetFromIframe} from './iframe/iframe'; | ||
export {targetFromInsideIframe} from './iframe/nested'; | ||
export {targetFromMessagePort} from './message-port'; | ||
export {targetFromBrowserWebSocket} from './web-socket-browser'; | ||
export {targetFromWebWorker} from './web-worker'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
164592
96
2963