@reactive-js/async-iterator
Advanced tools
Comparing version 0.0.14 to 0.0.15
{ | ||
"name": "@reactive-js/async-iterator", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"main": "dist/cjs/index.js", | ||
@@ -41,5 +41,5 @@ "module": "dist/esm5/index.js", | ||
"dependencies": { | ||
"@reactive-js/ix": "^0.0.14", | ||
"@reactive-js/pipe": "^0.0.14", | ||
"@reactive-js/rx": "^0.0.14" | ||
"@reactive-js/ix": "^0.0.15", | ||
"@reactive-js/pipe": "^0.0.15", | ||
"@reactive-js/rx": "^0.0.15" | ||
}, | ||
@@ -56,3 +56,3 @@ "scripts": { | ||
}, | ||
"gitHead": "8a86dc5efc38fdfe6683765bf2ff3eb14f3820de" | ||
"gitHead": "bb6f825c233fcf3516c7b6ee146d262ac836e5f2" | ||
} |
@@ -14,12 +14,6 @@ import { AsyncIteratorLike } from "@reactive-js/ix"; | ||
class LiftedIteratorImpl<TReq, T> implements AsyncIteratorLike<TReq, T> { | ||
readonly dispatcher: (req: TReq) => void; | ||
readonly observable: MulticastObservableLike<T>; | ||
constructor( | ||
dispatcher: (req: TReq) => void, | ||
observable: MulticastObservableLike<T>, | ||
) { | ||
this.dispatcher = dispatcher; | ||
this.observable = observable; | ||
} | ||
readonly dispatcher: (req: TReq) => void, | ||
readonly observable: MulticastObservableLike<T>, | ||
) {} | ||
@@ -26,0 +20,0 @@ get subscriberCount(): number { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
364716
180
+ Added@reactive-js/disposable@0.0.15(transitive)
+ Added@reactive-js/ix@0.0.15(transitive)
+ Added@reactive-js/observable@0.0.15(transitive)
+ Added@reactive-js/pipe@0.0.15(transitive)
+ Added@reactive-js/rx@0.0.15(transitive)
+ Added@reactive-js/scheduler@0.0.15(transitive)
+ Added@reactive-js/schedulers@0.0.15(transitive)
- Removed@reactive-js/disposable@0.0.14(transitive)
- Removed@reactive-js/ix@0.0.14(transitive)
- Removed@reactive-js/observable@0.0.14(transitive)
- Removed@reactive-js/pipe@0.0.14(transitive)
- Removed@reactive-js/rx@0.0.14(transitive)
- Removed@reactive-js/scheduler@0.0.14(transitive)
- Removed@reactive-js/schedulers@0.0.14(transitive)
Updated@reactive-js/ix@^0.0.15
Updated@reactive-js/pipe@^0.0.15
Updated@reactive-js/rx@^0.0.15