fix(core): update

This commit is contained in:
2023-08-06 16:09:28 +02:00
parent dcc087c04d
commit 72fa7f790c
4 changed files with 62 additions and 52 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartsocket',
version: '2.0.20',
version: '2.0.21',
description: 'easy and secure websocket communication'
}

View File

@ -5,3 +5,6 @@ export * from './smartsocket.classes.smartsocketclient.js';
// export further classes and objects
export * from './smartsocket.classes.socketfunction.js';
export * from './smartsocket.classes.socketconnection.js';
// export types so they can be referred to
export * from './interfaces/index.js';