@quilted/threads
Advanced tools
Comparing version 0.0.0-preview-20230808012828 to 0.0.0-preview-20230820224843
# @quilted/threads | ||
## 0.0.0-preview-20230808012828 | ||
## 0.0.0-preview-20230820224843 | ||
### Patch Changes | ||
- Fix missing `isThreadSignal()` utility | ||
- Fix function serialization | ||
- Add back encoding overrides feature | ||
## 1.0.2 | ||
### Patch Changes | ||
- [`10f361dd`](https://github.com/lemonmade/quilt/commit/10f361dd60d85e5dbb2ccbfc16b3a88c55bc83ca) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix function serialization | ||
## 1.0.1 | ||
@@ -12,0 +16,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "0.0.0-preview-20230808012828", | ||
"version": "0.0.0-preview-20230820224843", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "engines": { |
@@ -300,4 +300,3 @@ import type { | ||
const result = await func( | ||
funcId, | ||
encoder.decode( | ||
...(encoder.decode( | ||
args, | ||
@@ -308,3 +307,3 @@ encoderApi, | ||
: [stackFrame], | ||
) as any[], | ||
) as any[]), | ||
); | ||
@@ -311,0 +310,0 @@ const [encoded, transferables] = encoder.encode(result, encoderApi); |
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
253726
4499