Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion livekit-ffi-node-bindings/generate_proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ PATH=$PATH:$(pwd)/node_modules/.bin \
$FFI_PROTOCOL/stats.proto \
$FFI_PROTOCOL/rpc.proto \
$FFI_PROTOCOL/track_publication.proto \
$FFI_PROTOCOL/data_stream.proto
$FFI_PROTOCOL/data_stream.proto \
$FFI_PROTOCOL/data_track.proto
1 change: 1 addition & 0 deletions livekit-ffi-node-bindings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export * from "./proto/e2ee_pb.js";
export * from "./proto/stats_pb.js";
export * from "./proto/rpc_pb.js";
export * from "./proto/data_stream_pb.js";
export * from "./proto/data_track_pb.js";

/** type only exports */
import type { PartialMessage } from "@bufbuild/protobuf";
Expand Down
1 change: 1 addition & 0 deletions livekit-ffi-node-bindings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ module.exports = {
...require("./proto/stats_pb.js"),
...require("./proto/rpc_pb.js"),
...require("./proto/data_stream_pb.js"),
...require("./proto/data_track_pb.js"),
};
4 changes: 2 additions & 2 deletions livekit-ffi-node-bindings/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/rtc-ffi-bindings-darwin-arm64",
"version": "0.12.52",
"version": "0.12.52-patch.0",
"cpu": [
"arm64"
],
Expand All @@ -22,4 +22,4 @@
"os": [
"darwin"
]
}
}
4 changes: 2 additions & 2 deletions livekit-ffi-node-bindings/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/rtc-ffi-bindings-darwin-x64",
"version": "0.12.52",
"version": "0.12.52-patch.0",
"cpu": [
"x64"
],
Expand All @@ -22,4 +22,4 @@
"os": [
"darwin"
]
}
}
4 changes: 2 additions & 2 deletions livekit-ffi-node-bindings/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/rtc-ffi-bindings-linux-arm64-gnu",
"version": "0.12.52",
"version": "0.12.52-patch.0",
"cpu": [
"arm64"
],
Expand All @@ -25,4 +25,4 @@
"libc": [
"glibc"
]
}
}
4 changes: 2 additions & 2 deletions livekit-ffi-node-bindings/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/rtc-ffi-bindings-linux-x64-gnu",
"version": "0.12.52",
"version": "0.12.52-patch.0",
"cpu": [
"x64"
],
Expand All @@ -25,4 +25,4 @@
"libc": [
"glibc"
]
}
}
4 changes: 2 additions & 2 deletions livekit-ffi-node-bindings/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/rtc-ffi-bindings-win32-x64-msvc",
"version": "0.12.52",
"version": "0.12.52-patch.0",
"cpu": [
"x64"
],
Expand All @@ -22,4 +22,4 @@
"os": [
"win32"
]
}
}
4 changes: 2 additions & 2 deletions livekit-ffi-node-bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "LiveKit RTC Node FFI bindings for internal use only",
"license": "Apache-2.0",
"author": "LiveKit",
"version": "0.12.52",
"version": "0.12.52-patch.0",
"main": "index.js",
"types": "index.d.ts",
"type": "commonjs",
Expand Down Expand Up @@ -60,4 +60,4 @@
"ci:artifacts": "napi artifacts"
},
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531"
}
}
Loading
Loading