Skip to content

Commit e6ce60c

Browse files
Taras Mankovskitaras
authored andcommitted
🔖 Bump signals runtime dependents for 0.5.4
stream-helpers and worker depend on @effectionx/signals at runtime via workspace:* (replaced with the exact version on publish), so they need a patch release to ship the is() subscription-race fix to their consumers. - @effectionx/stream-helpers 0.8.2 -> 0.8.3 - @effectionx/worker 0.5.2 -> 0.5.3
1 parent 956d3c8 commit e6ce60c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

stream-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@effectionx/stream-helpers",
33
"description": "Type-safe stream operators like filter, map, reduce, and forEach",
4-
"version": "0.8.2",
4+
"version": "0.8.3",
55
"keywords": ["streams"],
66
"type": "module",
77
"main": "./dist/mod.js",

worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@effectionx/worker",
33
"description": "Web Worker integration with two-way messaging and graceful shutdown",
4-
"version": "0.5.2",
4+
"version": "0.5.3",
55
"keywords": ["platform"],
66
"type": "module",
77
"main": "./dist/mod.js",

0 commit comments

Comments
 (0)