Skip to content

Commit

Permalink
fix: reduce cipher list
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Feb 12, 2025
1 parent e8edbd3 commit 844e1dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ include(FetchContent)
FetchContent_Declare(
libdatachannel
GIT_REPOSITORY https://github.com/achingbrain/libdatachannel.git
GIT_TAG 6ee83461dff1401dcee7e88f88f60710c5dc5068 # feat/libjuice-with-mux-callbacks
GIT_TAG 6673ce95223179f49db4a7f7e23852363501983e # feat/libjuice-with-mux-callbacks
)

option(NO_MEDIA "Disable media transport support in libdatachannel" OFF)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ipshipyard/node-datachannel",
"version": "0.26.3",
"version": "0.26.4",
"description": "WebRTC For Node.js and Electron. libdatachannel node bindings.",
"main": "./dist/cjs/lib/index.cjs",
"module": "./dist/esm/lib/index.mjs",
Expand Down

0 comments on commit 844e1dd

Please sign in to comment.