fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@push.rocks/smartrx', | ||||
|   version: '3.0.5', | ||||
|   version: '3.0.6', | ||||
|   description: 'smart wrapper for rxjs' | ||||
| } | ||||
|   | ||||
| @@ -4,7 +4,7 @@ export { Observable, Subject, fromEvent, ReplaySubject, Subscription, from } fro | ||||
|  | ||||
| export type { Observer } from 'rxjs'; | ||||
|  | ||||
| import { startWith, takeUntil, map, debounce, debounceTime, throttleTime } from 'rxjs/operators'; | ||||
| import { startWith, takeUntil, map, debounce, debounceTime, throttleTime, filter } from 'rxjs/operators'; | ||||
|  | ||||
| export const ops = { | ||||
|   debounce, | ||||
| @@ -13,4 +13,5 @@ export const ops = { | ||||
|   startWith, | ||||
|   takeUntil, | ||||
|   throttleTime, | ||||
|   filter, | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user