fix(docs): Update @push.rocks/tapbundle dependency and refine AsyncExecutionStack documentation examples

This commit is contained in:
2025-04-25 19:25:25 +00:00
parent 99072d5fdf
commit 2ff7efe6d8
5 changed files with 51 additions and 13 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-04-25 - 6.2.2 - fix(docs)
Update @push.rocks/tapbundle dependency and refine AsyncExecutionStack documentation examples
- Bump @push.rocks/tapbundle from ^5.0.8 to ^5.5.6 in package.json
- Improve README documentation for AsyncExecutionStack with clearer examples for exclusive and non-exclusive task execution
- Demonstrate usage of concurrency controls in AsyncExecutionStack
## 2025-04-25 - 6.2.1 - fix(AsyncExecutionStack tests)
Refactor AsyncExecutionStack tests: update non-exclusive concurrency assertions and clean up test logic