f74b482cc0
- scripts/publish-all.mjs: pins workspace:^ before npm publish, restores after
- Workaround for bun publish workspace:^ resolution bug in pre mode
小橘 🍊
543 B
543 B
@uncaged/workflow-gateway
0.5.0-alpha.3
0.5.0-alpha.2
0.5.0-alpha.1
0.5.0-alpha.0
0.4.5
0.4.4
0.4.3
Patch Changes
- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition.
0.4.2
Patch Changes
- Fix workspace dependency resolution: use workspace:^ so published packages resolve to compatible versions instead of exact (non-existent) versions.
0.4.0
Minor Changes
- Fix package exports for published packages and adopt changesets for version management.