fix(core): update

This commit is contained in:
2023-08-14 10:58:28 +02:00
parent 7ef36b5c40
commit 8f9f2fdf05
4 changed files with 113 additions and 2 deletions

8
ts/els.plugins.ts Normal file
View File

@@ -0,0 +1,8 @@
import * as elasticsearch from '@elastic/elasticsearch';
import * as lik from '@pushrocks/lik';
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smarttime from '@pushrocks/smarttime';
export { elasticsearch, lik, smartdelay, smartlogInterfaces, smartpromise, smarttime };