openrtc-netcode 2.1.0 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ and exposes reliable typed messages, lightweight replicated state, networked
|
|
|
6
6
|
objects, and browser voice-chat signaling.
|
|
7
7
|
|
|
8
8
|
Gameplay payloads are sent over OpenRTC peer data paths only: Iroh
|
|
9
|
-
relay/direct
|
|
9
|
+
relay/direct plus WebRTC or MoQ custom Iroh carriers when enabled. Live
|
|
10
10
|
membership and signaling use the OpenRTC coordination gateway; neither core
|
|
11
11
|
netcode nor its payload path uses Firebase, Firestore, or RTDB.
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openrtc-netcode",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"test:watch": "vitest"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"openrtc": "^2.
|
|
45
|
+
"openrtc": "^2.3.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/node": "^24.10.1",
|