@quilted/threads
Advanced tools
Comparing version 0.0.0-preview-20240225030354 to 0.0.0-preview-20240407012536
# @quilted/threads | ||
## 0.0.0-preview-20240225030354 | ||
## 0.0.0-preview-20240407012536 | ||
### Patch Changes | ||
- Simplify thread helper types | ||
- Upgrade Preact and signal dependencies | ||
- Clean up type casting during thread creation | ||
## 2.1.2 | ||
### Patch Changes | ||
- [`ccf29286`](https://github.com/lemonmade/quilt/commit/ccf2928633719c38b30cd3712fe132c6bd5fd2a0) Thanks [@lemonmade](https://github.com/lemonmade)! - Upgrade Preact and signal dependencies | ||
## 2.1.1 | ||
@@ -12,0 +16,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "0.0.0-preview-20240225030354", | ||
"version": "0.0.0-preview-20240407012536", | ||
"license": "MIT", | ||
@@ -47,3 +47,3 @@ "engines": { | ||
"peerDependencies": { | ||
"@preact/signals-core": "^1.5.0" | ||
"@preact/signals-core": "^1.6.0" | ||
}, | ||
@@ -56,3 +56,3 @@ "peerDependenciesMeta": { | ||
"devDependencies": { | ||
"@preact/signals-core": "^1.5.0" | ||
"@preact/signals-core": "^1.6.0" | ||
}, | ||
@@ -59,0 +59,0 @@ "scripts": { |
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
230889