feat(tapbundle_protocol): Add package export for tapbundle_protocol to expose protocol utilities

This commit is contained in:
2025-10-26 19:47:06 +00:00
parent 592a4f33c0
commit ef6f21fc9c
4 changed files with 133 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-10-26 - 2.7.0 - feat(tapbundle_protocol)
Add package export for tapbundle_protocol to expose protocol utilities
- Add './tapbundle_protocol' export in package.json pointing to './dist_ts_tapbundle_protocol/index.js'.
- Allows consumers to import protocol utilities (ProtocolEmitter, ProtocolParser, types) via '@git.zone/tstest/tapbundle_protocol'.
- Non-breaking: only extends package exports surface.
## 2025-10-17 - 2.6.2 - fix(@push.rocks/smartrequest)
Bump @push.rocks/smartrequest from ^4.3.1 to ^4.3.2