fix(core): update

This commit is contained in:
2023-07-12 11:27:46 +02:00
parent 41eed6423d
commit 4ea42cb9fb
8 changed files with 4875 additions and 11074 deletions

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartstream',
version: '2.0.3',
name: '@push.rocks/smartstream',
version: '2.0.4',
description: 'simplifies access to node streams'
}

View File

@ -4,8 +4,8 @@ import * as stream from 'stream';
export { stream };
// pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartrx from '@pushrocks/smartrx';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrx from '@push.rocks/smartrx';
export { smartpromise, smartrx };