fix(core): update

This commit is contained in:
2024-01-28 01:18:39 +01:00
parent 779e495941
commit 0b7c29eae7
14 changed files with 3634 additions and 29127 deletions

View File

@ -8,9 +8,9 @@ export {
}
// @pushrocks scope
import * as lik from '@pushrocks/lik';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartrx from '@pushrocks/smartrx';
import * as lik from '@push.rocks/lik';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrx from '@push.rocks/smartrx';
export {
lik,
@ -19,8 +19,8 @@ export {
}
// thirdparty scope
import * as chokidar from 'chokidar';
import watcher from 'watcher';
export {
chokidar
}
watcher,
}