Comparing version 3.2.1 to 3.2.2
@@ -56,3 +56,3 @@ 'use strict'; | ||
}); | ||
} else if (input && input.subscribe && input.pipe && input.lift) { // RxJS 5 | ||
} else if (input && input.subscribe && input.lift) { // RxJS 5 | ||
return Kefir.stream(function(emitter) { | ||
@@ -59,0 +59,0 @@ var subscription = input.subscribe(function onNext(value) { |
{ | ||
"name": "kefir-cast", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"description": "Convert various types of streams to Kefir streams.", | ||
@@ -37,3 +37,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@reactivex/rxjs": "^5.5.2", | ||
"@reactivex/rxjs": "~5.0.0", | ||
"babel-eslint": "^8.0.2", | ||
@@ -40,0 +40,0 @@ "baconjs": "^0.7.41", |
8017