fix(core): update
This commit is contained in:
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartrx',
|
||||
version: '3.0.6',
|
||||
version: '3.0.7',
|
||||
description: 'smart wrapper for rxjs'
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
// this file is intended to keep the bundle size down
|
||||
|
||||
export { Observable, Subject, fromEvent, ReplaySubject, Subscription, from } from 'rxjs';
|
||||
export { Observable, Subject, fromEvent, ReplaySubject, Subscription, from, of } from 'rxjs';
|
||||
|
||||
export type { Observer } from 'rxjs';
|
||||
|
||||
|
Reference in New Issue
Block a user