fix(tests): Remove redundant manual topic handlers from tests and rely on server built-in pub/sub

This commit is contained in:
2025-08-29 08:49:04 +00:00
parent 350b3f1359
commit 6c77ca1e4c
3 changed files with 16 additions and 13 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartipc',
version: '2.2.0',
version: '2.2.1',
description: 'A library for node inter process communication, providing an easy-to-use API for IPC.'
}