fix(core): update

This commit is contained in:
2023-09-22 13:51:11 +02:00
parent b8e91e9bf8
commit a78e3e3362
9 changed files with 2555 additions and 1277 deletions

View File

@@ -7,8 +7,8 @@ import * as stream from 'stream';
export { crypto, fs, path, stream };
// pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartjson from '@pushrocks/smartjson';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartjson from '@push.rocks/smartjson';
export { smartpromise, smartjson };