fix(core): update

This commit is contained in:
2022-03-24 22:46:08 +01:00
parent 916052ef0b
commit 6e2855cf3c
6 changed files with 5586 additions and 13533 deletions

View File

@ -1 +1 @@
export * from './typedsocket.classes.typedsocket';
export * from './typedsocket.classes.typedsocket.js';

View File

@ -1,4 +1,4 @@
import * as plugins from './typedsocket.plugins';
import * as plugins from './typedsocket.plugins.js';
const publicRoleName = 'publicRoleName';
const publicRolePass = 'publicRolePass';