2832694cd5
*Switch to using message id based tracking
acade9801f
Revert "*Add support for destroy"
51eabd809d
*Update dist
fbaf4314f3
* Refactor index.ts and package.json to use the Buffer module instead of b4a module for buffer operations.
5eeee8bff8
*Update dist
b8665d224a
* Add pnpm patched dependencies to package.json.
473f678a45
* Filter out Uint8Array arguments in data.args and convert them to a Buffer using b4a library if needed.
248db66352
*Update dist
8fe9c7fd2e
* Add a function to check if an object is a Promise and a utility function to asynchronously get a property if it's a Promise or a function.
b6f1df264d
* use protomux kernel client
76d9b69935
* Export TCP class and add exports for additional modules in package.json.
ffc62dc5be
*patch 6.1.5 not 5.0.2
911c34076e
* Add new import paths for socket-to-conn and utils in package.json, and apply a patch to use "@libp2p__tcp@5.0.2" version in patchedDependencies.
df42526b21
*Remove unneeded deps
b2aa51d8de
*add destroy method
10ad05f1da
Revert "*add destroy method"
0483c27c94
*add destroy method
99f7fe9976
*Update dist
1028fc1bb0
*Make bls export an async wrapper to prevent top-level await
31ac340721
*Update dist
2e98dd16d1
* Update project dependencies to use the `@lumeweb/kernel-protomux-client` package instead of `protomux` and add it as a git dependency in package.json.