We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8904ae commit e032931Copy full SHA for e032931
lib/engine/most.es6
@@ -1,5 +1,5 @@
1
import {from,mergeArray} from 'most'
2
-import {subject} from 'most-subject'
+import {async as subject} from 'most-subject'
3
export default function Engine() {
4
const intentStream = subject(),
5
historyStream = subject(),
package.json
@@ -25,7 +25,7 @@
25
},
26
"dependencies": {
27
"most": "^1.0.5",
28
- "most-subject": "^4.1.3",
+ "most-subject": "^5.2.0",
29
"react": "^15.3.2",
30
"rx": "^4.1.0"
31
0 commit comments