Skip to content

Commit 844e1dd

Browse files
committed
fix: reduce cipher list
1 parent e8edbd3 commit 844e1dd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ include(FetchContent)
2929
FetchContent_Declare(
3030
libdatachannel
3131
GIT_REPOSITORY https://github.com/achingbrain/libdatachannel.git
32-
GIT_TAG 6ee83461dff1401dcee7e88f88f60710c5dc5068 # feat/libjuice-with-mux-callbacks
32+
GIT_TAG 6673ce95223179f49db4a7f7e23852363501983e # feat/libjuice-with-mux-callbacks
3333
)
3434

3535
option(NO_MEDIA "Disable media transport support in libdatachannel" OFF)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ipshipyard/node-datachannel",
3-
"version": "0.26.3",
3+
"version": "0.26.4",
44
"description": "WebRTC For Node.js and Electron. libdatachannel node bindings.",
55
"main": "./dist/cjs/lib/index.cjs",
66
"module": "./dist/esm/lib/index.mjs",

0 commit comments

Comments
 (0)