Skip to content

Commit d192c54

Browse files
Version Packages
1 parent 7754b88 commit d192c54

File tree

21 files changed

+43
-33
lines changed

21 files changed

+43
-33
lines changed

.changeset/four-spoons-smell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/healthy-cherries-allow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/serious-pumas-join.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/smart-suits-tap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/witty-olives-explain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/agent-dispatch/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# agent-dispatch
22

3+
## 0.0.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7754b8875bc06fe235ce2f4a9345097e04a050d1`](https://github.com/livekit/node-sdks/commit/7754b8875bc06fe235ce2f4a9345097e04a050d1)]:
8+
9+
310
## 0.0.21
411

512
### Patch Changes

examples/agent-dispatch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-dispatch",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"description": "An example demonstrating dispatching agents with an API call",
55
"private": true,
66
"author": "LiveKit",

packages/livekit-rtc/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @livekit/rtc-node
22

3+
## 0.13.21
4+
5+
### Patch Changes
6+
7+
- Ensure FFI events are processed sequentially - [#547](https://github.com/livekit/node-sdks/pull/547) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Wait for disconnect response on disconnect - [#562](https://github.com/livekit/node-sdks/pull/562) ([@lukasIO](https://github.com/lukasIO))
10+
11+
- Bump ffi to v0.12.36 - [#551](https://github.com/livekit/node-sdks/pull/551) ([@lukasIO](https://github.com/lukasIO))
12+
13+
- Add support for data channel encryption - [#549](https://github.com/livekit/node-sdks/pull/549) ([@lukasIO](https://github.com/lukasIO))
14+
315
## 0.13.20
416

517
### Patch Changes

packages/livekit-rtc/npm/darwin-arm64/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @livekit/rtc-node-darwin-arm64
22

3+
## 0.13.21
4+
35
## 0.13.20
46

57
## 0.13.19

packages/livekit-rtc/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/rtc-node-darwin-arm64",
3-
"version": "0.13.20",
3+
"version": "0.13.21",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/livekit/node-sdks.git",

0 commit comments

Comments
 (0)