b4584cbaa6
bun runtime resolves the 'bun' exports condition to ./src/index.ts, but src/ was not in the files array so consumers got ENOENT.
29 lines
651 B
Markdown
29 lines
651 B
Markdown
# @uncaged/workflow-reactor
|
|
|
|
## 0.4.3
|
|
|
|
### Patch Changes
|
|
|
|
- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition.
|
|
- Updated dependencies
|
|
- @uncaged/workflow-protocol@0.4.3
|
|
|
|
## 0.4.2
|
|
|
|
### Patch Changes
|
|
|
|
- Fix workspace dependency resolution: use workspace:^ so published packages resolve to compatible versions instead of exact (non-existent) versions.
|
|
- Updated dependencies
|
|
- @uncaged/workflow-protocol@0.4.2
|
|
|
|
## 0.4.0
|
|
|
|
### Minor Changes
|
|
|
|
- Fix package exports for published packages and adopt changesets for version management.
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies
|
|
- @uncaged/workflow-protocol@0.4.0
|