Skip to content

Commit

Permalink
bump botframework-streaming@4.10.2-rc0 (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengum authored Sep 9, 2020
1 parent 56edf35 commit 758cd7f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
3 changes: 1 addition & 2 deletions __tests__/setup/createDirectLine.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import fetch from 'node-fetch';

import { DirectLine } from '../../src/directLine';
import { userId as DEFAULT_USER_ID } from '../constants.json';
import { DirectLineStreaming } from '../../src/directLineStreaming';
import { DirectLine, DirectLineStreaming } from '../../dist/directline';

const {
DIRECT_LINE_SECRET,
Expand Down
25 changes: 16 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "7.6.0",
"botframework-streaming": "4.9.2",
"botframework-streaming": "4.10.2-rc0",
"core-js": "3.6.4",
"cross-fetch": "3.0.4",
"rxjs": "5.5.10",
Expand Down

0 comments on commit 758cd7f

Please sign in to comment.