fix(core): update

This commit is contained in:
2022-10-26 10:55:08 +02:00
parent 9738d88ec7
commit d8d7b135f7
6 changed files with 53 additions and 80 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiglobal/typedsocket',
version: '2.0.7',
version: '2.0.8',
description: 'a typedrequest extension supporting websockets'
}

View File

@ -2,10 +2,7 @@
import * as typedrequest from '@apiglobal/typedrequest';
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
export {
typedrequest,
typedrequestInterfaces,
}
export { typedrequest, typedrequestInterfaces };
// @pushrocks scope
import * as isohash from '@pushrocks/isohash';
@ -13,9 +10,4 @@ import * as smartjson from '@pushrocks/smartjson';
import * as smartsocket from '@pushrocks/smartsocket';
import * as smartstring from '@pushrocks/smartstring';
export {
isohash,
smartjson,
smartsocket,
smartstring
}
export { isohash, smartjson, smartsocket, smartstring };