v0.6.6

dmachat/angular-webpack-cookbookv0.6.6Jul 7, 2026by github-actions[bot]

AI Summary

This release focuses on fixing filesystem streaming issues and improving CI workflows for managing npm releases, including a mechanism to yank bad releases. It also reverts a previous type composition feature.

Key Highlights

  • Fixed filesystem snapshot entries to stream using readdir
  • Added CI workflow to support yanking/pulling back published releases
  • Reverted the 'compose types from SandboxSpec' feature

Breaking Changes

  • Revert 'feat(types): compose types from SandboxSpec'

Full Release Notes

## What's Changed
* fix(filesystem): stream readdir snapshot entries by @appcypher in https://github.com/superradcompany/microsandbox/pull/1133
* chore: refresh npm lockfile after v0.6.5 by @github-actions[bot] in https://github.com/superradcompany/microsandbox/pull/1138
* ci: add yank workflow for pulling back a published release by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/1140
* ci(yank): re-point npm latest when unpublish is refused by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/1141
* ci(yank): make re-runs idempotent; always run latest re-point by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/1142
* Revert "feat(types): compose types from SandboxSpec" by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/1143
* chore(release): bump microsandbox to 0.6.6 by @appcypher in https://github.com/superradcompany/microsandbox/pull/1134


**Full Changelog**: https://github.com/superradcompany/microsandbox/compare/v0.6.5...v0.6.6