We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd3257 commit d26a30cCopy full SHA for d26a30c
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "botframework-directlinejs",
3
- "version": "0.9.6",
+ "version": "0.9.7",
4
"description": "client library for the Microsoft Bot Framework Direct Line 3.0 protocol",
5
"main": "built/directLine.js",
6
"types": "built/directLine.d.ts",
@@ -34,7 +34,7 @@
34
"npm-run-all": "^3.1.2",
35
"source-map-loader": "^0.1.5",
36
"ts-loader": "^1.3.3",
37
- "typescript": "^2.1.5",
+ "typescript": "^2.3.2",
38
"webpack": "^1.14.0"
39
}
40
0 commit comments