fix(core): update

This commit is contained in:
2023-08-08 17:54:27 +02:00
parent 1460fedbcb
commit 861e9ab0be
7 changed files with 588 additions and 316 deletions

View File

@ -6,8 +6,8 @@ import * as fs from 'fs';
export { v8, os, fs };
// pushrocks scope
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartlog from '@pushrocks/smartlog';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartlog from '@push.rocks/smartlog';
export { smartdelay, smartlog };