diff --git a/.changeset/lemon-ducks-smoke.md b/.changeset/lemon-ducks-smoke.md index 724f68df..1f7a3300 100644 --- a/.changeset/lemon-ducks-smoke.md +++ b/.changeset/lemon-ducks-smoke.md @@ -1,5 +1,4 @@ --- -"agent-dispatch": patch "livekit-server-sdk": patch --- diff --git a/.changeset/selfish-moons-tie.md b/.changeset/selfish-moons-tie.md index c2dcc811..63ef2493 100644 --- a/.changeset/selfish-moons-tie.md +++ b/.changeset/selfish-moons-tie.md @@ -1,5 +1,4 @@ --- -"example-publish-wav": patch "@livekit/rtc-node": patch --- diff --git a/examples/agent-dispatch/package.json b/examples/agent-dispatch/package.json index 4fe1706e..2d796e10 100644 --- a/examples/agent-dispatch/package.json +++ b/examples/agent-dispatch/package.json @@ -2,7 +2,7 @@ "name": "agent-dispatch", "version": "0.0.17", "description": "An example demonstrating dispatching agents with an API call", - "private": "true", + "private": true, "author": "LiveKit", "license": "Apache-2.0", "type": "module", diff --git a/examples/data-streams/package.json b/examples/data-streams/package.json index 1f76a36a..a60b38e9 100644 --- a/examples/data-streams/package.json +++ b/examples/data-streams/package.json @@ -1,7 +1,7 @@ { "name": "example-data-streams", "author": "LiveKit", - "private": "true", + "private": true, "description": "Example of using data streams in LiveKit", "type": "module", "main": "index.ts", diff --git a/examples/publish-wav/package.json b/examples/publish-wav/package.json index fd841d16..462ae853 100644 --- a/examples/publish-wav/package.json +++ b/examples/publish-wav/package.json @@ -1,7 +1,7 @@ { "name": "example-publish-wav", "author": "LiveKit", - "private": "true", + "private": true, "description": "", "type": "module", "main": "index.ts", diff --git a/examples/receive-audio/package.json b/examples/receive-audio/package.json index cdce53d3..82fd148c 100644 --- a/examples/receive-audio/package.json +++ b/examples/receive-audio/package.json @@ -1,7 +1,7 @@ { "name": "example-receive-audio", "author": "LiveKit", - "private": "true", + "private": true, "description": "", "type": "module", "main": "index.ts", diff --git a/examples/rpc/package.json b/examples/rpc/package.json index 025f777c..7f18fbcd 100644 --- a/examples/rpc/package.json +++ b/examples/rpc/package.json @@ -1,7 +1,7 @@ { "name": "example-rpc", "author": "LiveKit", - "private": "true", + "private": true, "description": "Example of using RPC in LiveKit", "type": "module", "main": "index.ts",