feat(typedsocket): Add SmartServe integration, tagging and improved client reconnect/backoff; update deps and tests
This commit is contained in:
@@ -6,13 +6,14 @@ export { typedrequest, typedrequestInterfaces };
|
||||
|
||||
// @pushrocks scope
|
||||
import * as isohash from '@push.rocks/isohash';
|
||||
import * as smartdelay from '@push.rocks/smartdelay';
|
||||
import * as smartjson from '@push.rocks/smartjson';
|
||||
import * as smartpromise from '@push.rocks/smartpromise';
|
||||
import * as smartrx from '@push.rocks/smartrx';
|
||||
import * as smartsocket from '@push.rocks/smartsocket';
|
||||
import * as smartstring from '@push.rocks/smartstring';
|
||||
import * as smarturl from '@push.rocks/smarturl';
|
||||
|
||||
export { isohash, smartjson, smartrx, smartsocket, smartstring, smarturl };
|
||||
export { isohash, smartdelay, smartjson, smartpromise, smartrx, smartstring, smarturl };
|
||||
|
||||
// Optional SmartServe support (type-only imports for optional peer dependency)
|
||||
// SmartServe - required for server-side WebSocket support
|
||||
export type { SmartServe, IWebSocketPeer } from '@push.rocks/smartserve';
|
||||
|
||||
Reference in New Issue
Block a user