fix(readme): Update README: expand docs, examples, server readiness, heartbeat, and testing utilities

This commit is contained in:
2025-08-25 14:00:56 +00:00
parent d52fa80650
commit f1534ad531
3 changed files with 390 additions and 261 deletions

View File

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