Skip to content

Commit

Permalink
update @livekit/protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
nbsp committed Nov 27, 2024
1 parent b1b3136 commit 8095937
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/agent-dispatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"dotenv": "^16.4.5",
"livekit-server-sdk": "workspace:*",
"@livekit/protocol": "^1.27.1"
"@livekit/protocol": "^1.28.0"
},
"devDependencies": {
"@types/node": "^20.10.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/livekit-server-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "2.8.1",
"description": "Server-side SDK for LiveKit",
"main": "dist/index.js",
"require": "dist/index.cjs",
"types": "dist/index.d.ts",
"repository": "[email protected]:livekit/server-sdk-js.git",
"author": "David Zhao <[email protected]>",
"license": "Apache-2.0",
"type": "module",
"require": "dist/index.cjs",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand All @@ -34,7 +34,7 @@
"test:edge": "vitest --environment edge-runtime run"
},
"dependencies": {
"@livekit/protocol": "^1.27.1",
"@livekit/protocol": "^1.28.1",
"camelcase-keys": "^9.0.0",
"jose": "^5.1.2"
},
Expand Down
21 changes: 14 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit 8095937

Please sign in to comment.