Skip to content

Commit 758cd7f

Browse files
authored
bump botframework-streaming@4.10.2-rc0 (#306)
1 parent 56edf35 commit 758cd7f

3 files changed

Lines changed: 18 additions & 12 deletions

File tree

__tests__/setup/createDirectLine.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import fetch from 'node-fetch';
22

3-
import { DirectLine } from '../../src/directLine';
43
import { userId as DEFAULT_USER_ID } from '../constants.json';
5-
import { DirectLineStreaming } from '../../src/directLineStreaming';
4+
import { DirectLine, DirectLineStreaming } from '../../dist/directline';
65

76
const {
87
DIRECT_LINE_SECRET,

package-lock.json

Lines changed: 16 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"license": "MIT",
2828
"dependencies": {
2929
"@babel/runtime": "7.6.0",
30-
"botframework-streaming": "4.9.2",
30+
"botframework-streaming": "4.10.2-rc0",
3131
"core-js": "3.6.4",
3232
"cross-fetch": "3.0.4",
3333
"rxjs": "5.5.10",

0 commit comments

Comments
 (0)