@api.global/typedsocket 4.0.0 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,13 +6,14 @@ export { typedrequest, typedrequestInterfaces };
6
6
 
7
7
  // @pushrocks scope
8
8
  import * as isohash from '@push.rocks/isohash';
9
+ import * as smartdelay from '@push.rocks/smartdelay';
9
10
  import * as smartjson from '@push.rocks/smartjson';
11
+ import * as smartpromise from '@push.rocks/smartpromise';
10
12
  import * as smartrx from '@push.rocks/smartrx';
11
- import * as smartsocket from '@push.rocks/smartsocket';
12
13
  import * as smartstring from '@push.rocks/smartstring';
13
14
  import * as smarturl from '@push.rocks/smarturl';
14
15
 
15
- export { isohash, smartjson, smartrx, smartsocket, smartstring, smarturl };
16
+ export { isohash, smartdelay, smartjson, smartpromise, smartrx, smartstring, smarturl };
16
17
 
17
- // Optional SmartServe support (type-only imports for optional peer dependency)
18
+ // SmartServe - required for server-side WebSocket support
18
19
  export type { SmartServe, IWebSocketPeer } from '@push.rocks/smartserve';