fix(core): update

This commit is contained in:
2023-09-09 23:32:12 +02:00
parent 8c5428baf8
commit 6753a4fefc
6 changed files with 1402 additions and 200 deletions

View File

@ -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'
}

View File

@ -1,5 +1,5 @@
// apiglobal scope
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
import * as typedrequestInterfaces from '@api.global/typedrequest-interfaces';
export { typedrequestInterfaces };

View File

@ -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 };