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

@@ -6,7 +6,8 @@
"exports": {
".": "./dist_ts/index.js",
"./tapbundle": "./dist_ts_tapbundle/index.js",
"./tapbundle_node": "./dist_ts_tapbundle_node/index.js"
"./tapbundle_node": "./dist_ts_tapbundle_node/index.js",
"./tapbundle_protocol": "./dist_ts_tapbundle_protocol/index.js"
},
"type": "module",
"author": "Lossless GmbH",