fix(core): update
This commit is contained in:
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartsocket',
|
||||
version: '2.0.22',
|
||||
version: '2.0.23',
|
||||
description: 'easy and secure websocket communication'
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// apiglobal scope
|
||||
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
|
||||
import * as typedrequestInterfaces from '@api.global/typedrequest-interfaces';
|
||||
|
||||
export { typedrequestInterfaces };
|
||||
|
||||
|
@ -5,7 +5,7 @@ import type * as https from 'https';
|
||||
export type { http, https };
|
||||
|
||||
// pushrocks scope
|
||||
import type * as typedserver from '@apiglobal/typedserver';
|
||||
import type * as typedserver from '@api.global/typedserver';
|
||||
|
||||
export type { typedserver };
|
||||
|
||||
|
Reference in New Issue
Block a user