From 8095937d2adb4e293ca88f4dbbaad6de0ed3503f Mon Sep 17 00:00:00 2001 From: aoife cassidy Date: Wed, 27 Nov 2024 19:19:30 +0200 Subject: [PATCH] update @livekit/protocol --- examples/agent-dispatch/package.json | 2 +- packages/livekit-server-sdk/package.json | 4 ++-- pnpm-lock.yaml | 21 ++++++++++++++------- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/examples/agent-dispatch/package.json b/examples/agent-dispatch/package.json index 49cf3e62..8cd57fa3 100644 --- a/examples/agent-dispatch/package.json +++ b/examples/agent-dispatch/package.json @@ -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", diff --git a/packages/livekit-server-sdk/package.json b/packages/livekit-server-sdk/package.json index 319d176c..98bc466e 100644 --- a/packages/livekit-server-sdk/package.json +++ b/packages/livekit-server-sdk/package.json @@ -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": "git@github.com:livekit/server-sdk-js.git", "author": "David Zhao ", "license": "Apache-2.0", "type": "module", - "require": "dist/index.cjs", "exports": { ".": { "types": "./dist/index.d.ts", @@ -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" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 79e385bd..16c10f65 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -75,8 +75,8 @@ importers: examples/agent-dispatch: dependencies: '@livekit/protocol': - specifier: ^1.27.1 - version: 1.27.1 + specifier: ^1.28.0 + version: 1.28.0 dotenv: specifier: ^16.4.5 version: 16.4.5 @@ -242,8 +242,8 @@ importers: packages/livekit-server-sdk: dependencies: '@livekit/protocol': - specifier: ^1.27.1 - version: 1.27.1 + specifier: ^1.28.1 + version: 1.28.1 camelcase-keys: specifier: ^9.0.0 version: 9.1.3 @@ -928,8 +928,11 @@ packages: '@livekit/mutex@1.1.0': resolution: {integrity: sha512-XRLG+z/0uoyDioupjUiskjI06Y51U/IXVPJn7qJ+R3J75XX01irYVBM9MpxeJahpVoe9QhU4moIEolX+HO9U9g==} - '@livekit/protocol@1.27.1': - resolution: {integrity: sha512-ISEp7uWdV82mtCR1eyHFTzdRZTVbe2+ZztjmjiMPzR/KPrI1Ma/u5kLh87NNuY3Rn8wv1VlEvGHHsFjQ+dKVUw==} + '@livekit/protocol@1.28.0': + resolution: {integrity: sha512-j7ifbZ1TVfrLDQEuyl4M5rOAS8mRNhpgGoSKE4z03gc012hUHThx227bD1M1BfFPTqNFHzpaGCu/HYE/l09dHw==} + + '@livekit/protocol@1.28.1': + resolution: {integrity: sha512-IQVgNmFoU6VTe0d4vZ2+Y5tZWfKwaKKF3BTHymAI1V9ROMtqi9BQ2fSVegLlTH+Ys5YArgPWz+xE/iEdeAE2WA==} '@livekit/typed-emitter@3.0.0': resolution: {integrity: sha512-9bl0k4MgBPZu3Qu3R3xy12rmbW17e3bE9yf4YY85gJIQ3ezLEj/uzpKHWBsLaDoL5Mozz8QCgggwIBudYQWeQg==} @@ -3960,7 +3963,11 @@ snapshots: '@livekit/mutex@1.1.0': {} - '@livekit/protocol@1.27.1': + '@livekit/protocol@1.28.0': + dependencies: + '@bufbuild/protobuf': 1.10.0 + + '@livekit/protocol@1.28.1': dependencies: '@bufbuild/protobuf': 1.10.0