@libp2p/webrtc 5.0.19-a82b07d8c → 5.0.19-bc90b4fd5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/webrtc",
3
- "version": "5.0.19-a82b07d8c",
3
+ "version": "5.0.19-bc90b4fd5",
4
4
  "description": "A libp2p transport using WebRTC connections",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/transport-webrtc#readme",
@@ -51,10 +51,10 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@chainsafe/libp2p-noise": "^16.0.0",
54
- "@libp2p/interface": "2.2.1-a82b07d8c",
55
- "@libp2p/interface-internal": "2.1.1-a82b07d8c",
56
- "@libp2p/peer-id": "5.0.8-a82b07d8c",
57
- "@libp2p/utils": "6.2.1-a82b07d8c",
54
+ "@libp2p/interface": "2.2.1-bc90b4fd5",
55
+ "@libp2p/interface-internal": "2.1.1-bc90b4fd5",
56
+ "@libp2p/peer-id": "5.0.8-bc90b4fd5",
57
+ "@libp2p/utils": "6.2.1-bc90b4fd5",
58
58
  "@multiformats/multiaddr": "^12.2.3",
59
59
  "@multiformats/multiaddr-matcher": "^1.2.1",
60
60
  "detect-browser": "^5.3.0",
@@ -76,9 +76,9 @@
76
76
  "uint8arrays": "^5.1.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@libp2p/crypto": "5.0.7-a82b07d8c",
80
- "@libp2p/interface-compliance-tests": "6.1.11-a82b07d8c",
81
- "@libp2p/logger": "5.1.4-a82b07d8c",
79
+ "@libp2p/crypto": "5.0.7-bc90b4fd5",
80
+ "@libp2p/interface-compliance-tests": "6.1.11-bc90b4fd5",
81
+ "@libp2p/logger": "5.1.4-bc90b4fd5",
82
82
  "@types/sinon": "^17.0.3",
83
83
  "aegir": "^44.0.1",
84
84
  "delay": "^6.0.0",