fix(core): update

This commit is contained in:
2023-07-12 10:57:25 +02:00
parent ed6db60055
commit fad166c100
6 changed files with 247 additions and 141 deletions

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartrx',
version: '3.0.2',
name: '@push.rocks/smartrx',
version: '3.0.3',
description: 'smart wrapper for rxjs'
}

View File

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