From 7d3e25f13d35d93cf88a9587f24d89f4d0738202 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sat, 7 Mar 2026 12:21:29 +1300 Subject: [PATCH] export transport key util --- src/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.js b/src/index.js index 03f8c40..a2fa481 100644 --- a/src/index.js +++ b/src/index.js @@ -10,6 +10,7 @@ import Packet from "./packet.js"; import BufferUtils from "./buffer_utils.js"; import CayenneLpp from "./cayenne_lpp.js"; import MeshCorePath from "./meshore_path.js"; +import TransportKeyUtil from "./transport_key_util.js"; export { Connection, @@ -24,4 +25,5 @@ export { BufferUtils, CayenneLpp, MeshCorePath, + TransportKeyUtil, };