feat(TypedSocket): Add SmartServe integration to TypedSocket, support SmartServe connections and tagging; update dependencies and docs; remove GitLab CI config

This commit is contained in:
2025-12-02 13:54:32 +00:00
parent 2e4adba867
commit 001f18ad3b
9 changed files with 11295 additions and 3165 deletions

View File

@@ -13,3 +13,6 @@ import * as smartstring from '@push.rocks/smartstring';
import * as smarturl from '@push.rocks/smarturl';
export { isohash, smartjson, smartrx, smartsocket, smartstring, smarturl };
// Optional SmartServe support (type-only imports for optional peer dependency)
export type { SmartServe, IWebSocketPeer } from '@push.rocks/smartserve';