Skip to content

Commit

Permalink
feat: add assistant events (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
getinnocuous authored Aug 19, 2024
1 parent 43435e7 commit 32f3934
Show file tree
Hide file tree
Showing 6 changed files with 1,595 additions and 974 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@overmindtech/sdp-js",
"version": "10.0.0",
"version": "11.0.0",
"description": "Javascript and Typescript libraries for the State Description Protocol",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -33,6 +33,8 @@
"dependencies": {
"@bufbuild/protobuf": "^1.10.0",
"@connectrpc/connect-query": "^1.4.1",
"@typescript-eslint/parser": "^8.1.0",
"typescript-eslint": "^8.1.0",
"uuid": "^10.0.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 32f3934

Please sign in to comment.