fix(core): update

This commit is contained in:
2023-03-31 13:10:29 +02:00
parent eb993c20f2
commit 5b8d6ee471
11 changed files with 4241 additions and 29 deletions

View File

@ -8,6 +8,13 @@ export {
tsbundle
}
// @apiglobal scope
import * as typedserver from '@apiglobal/typedserver';
export {
typedserver,
}
// @pushrocks scope
import * as lik from '@pushrocks/lik';
import * as smartchok from '@pushrocks/smartchok';
@ -15,7 +22,6 @@ import * as smartcli from '@pushrocks/smartcli';
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartlog from '@pushrocks/smartlog';
import * as smartlogDestinationLocal from '@pushrocks/smartlog-destination-local';
import * as smartserve from '@pushrocks/smartserve';
import * as smartshell from '@pushrocks/smartshell';
import * as taskbuffer from '@pushrocks/taskbuffer';
@ -26,7 +32,6 @@ export {
smartdelay,
smartlog,
smartlogDestinationLocal,
smartserve,
smartshell,
taskbuffer,
};