Compare commits
2 Commits
@livekit/p
...
github.com
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0ea9ef145f | ||
|
|
bf6b141cd7 |
3
CHANGELOG.md
Normal file
3
CHANGELOG.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# github.com/livekit/protocol
|
||||
|
||||
## 1.10.2
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "github.com/livekit/protocol",
|
||||
"private": true,
|
||||
"version": "1.10.1",
|
||||
"version": "1.10.2",
|
||||
"scripts": {
|
||||
"changeset": "changeset",
|
||||
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"
|
||||
|
||||
7
packages/javascript/CHANGELOG.md
Normal file
7
packages/javascript/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# @livekit/protocol
|
||||
|
||||
## 1.10.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Fix import paths - [#635](https://github.com/livekit/protocol/pull/635) ([@lukasIO](https://github.com/lukasIO))
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@livekit/protocol",
|
||||
"version": "1.10.1",
|
||||
"version": "1.10.2",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"main": "src/index.js",
|
||||
|
||||
6
packages/javascript/src/index.d.ts
vendored
6
packages/javascript/src/index.d.ts
vendored
@@ -3,6 +3,6 @@ export * from "./gen/livekit_agent_pb.js";
|
||||
export * from "./gen/livekit_models_pb.js";
|
||||
export * from "./gen/livekit_rtc_pb.js";
|
||||
export * from "./gen/livekit_webhook_pb.js";
|
||||
export * from "./gen/livekit_egress.js";
|
||||
export * from "./gen/livekit_ingress.js";
|
||||
export * from "./gen/livekit_sip.js";
|
||||
export * from "./gen/livekit_egress_pb.js";
|
||||
export * from "./gen/livekit_ingress_pb.js";
|
||||
export * from "./gen/livekit_sip_pb.js";
|
||||
|
||||
@@ -3,6 +3,6 @@ export * from "./gen/livekit_agent_pb.js";
|
||||
export * from "./gen/livekit_models_pb.js";
|
||||
export * from "./gen/livekit_rtc_pb.js";
|
||||
export * from "./gen/livekit_webhook_pb.js";
|
||||
export * from "./gen/livekit_egress.js";
|
||||
export * from "./gen/livekit_ingress.js";
|
||||
export * from "./gen/livekit_sip.js";
|
||||
export * from "./gen/livekit_egress_pb.js";
|
||||
export * from "./gen/livekit_ingress_pb.js";
|
||||
export * from "./gen/livekit_sip_pb.js";
|
||||
|
||||
Reference in New Issue
Block a user