fix(core): update

This commit is contained in:
2023-07-24 13:09:38 +02:00
parent a41652ba52
commit 110a2e27cc
5 changed files with 818 additions and 605 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartrx',
version: '3.0.3',
version: '3.0.4',
description: 'smart wrapper for rxjs'
}

View File

@ -1,6 +1,6 @@
// this file is intended to keep the bundle size down
export { Observable, Subject, fromEvent, ReplaySubject, Subscription } from 'rxjs';
export { Observable, Subject, fromEvent, ReplaySubject, Subscription, from } from 'rxjs';
export type { Observer } from 'rxjs';