Skip to content

Commit e9eb8e0

Browse files
authored
(feat): export Chat.ConnectArgs and ChatSocket (#47)
1 parent 92ad0e0 commit e9eb8e0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hume",
3-
"version": "0.8.1-beta0",
3+
"version": "0.8.1-beta1",
44
"private": false,
55
"repository": "https://github.com/HumeAI/hume-typescript-sdk",
66
"main": "./index.js",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export { ChatSocket } from "./Socket";
2+
export { Chat } from "./Client";

0 commit comments

Comments
 (0)