fix(core): update

This commit is contained in:
2023-07-12 11:28:52 +02:00
parent f91fa33568
commit 9a20f8f6a1
9 changed files with 1536 additions and 921 deletions

View File

@@ -1,7 +1,7 @@
// @pushrocks scope
import * as lik from '@pushrocks/lik';
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartpromise from '@pushrocks/smartpromise';
import * as lik from '@push.rocks/lik';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartpromise from '@push.rocks/smartpromise';
export { lik, smartdelay, smartpromise };