@libp2p/webrtc 5.0.19-8a9258a24 → 5.0.19-a0c8ceb99

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +22 -22
  3. package/LICENSE +0 -4
package/README.md CHANGED
@@ -222,7 +222,7 @@ $ npm i @libp2p/webrtc
222
222
 
223
223
  ## Browser `<script>` tag
224
224
 
225
- Loading this module through a script tag will make it's exports available as `Libp2pWebrtc` in the global namespace.
225
+ Loading this module through a script tag will make its exports available as `Libp2pWebrtc` in the global namespace.
226
226
 
227
227
  ```html
228
228
  <script src="https://unpkg.com/@libp2p/webrtc/dist/index.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/webrtc",
3
- "version": "5.0.19-8a9258a24",
3
+ "version": "5.0.19-a0c8ceb99",
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,42 +51,42 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@chainsafe/libp2p-noise": "^16.0.0",
54
- "@libp2p/interface": "2.2.1-8a9258a24",
55
- "@libp2p/interface-internal": "2.1.1-8a9258a24",
56
- "@libp2p/peer-id": "5.0.8-8a9258a24",
57
- "@libp2p/utils": "6.2.1-8a9258a24",
58
- "@multiformats/multiaddr": "^12.2.3",
59
- "@multiformats/multiaddr-matcher": "^1.2.1",
54
+ "@libp2p/interface": "2.2.1-a0c8ceb99",
55
+ "@libp2p/interface-internal": "2.1.1-a0c8ceb99",
56
+ "@libp2p/peer-id": "5.0.8-a0c8ceb99",
57
+ "@libp2p/utils": "6.2.1-a0c8ceb99",
58
+ "@multiformats/multiaddr": "^12.3.3",
59
+ "@multiformats/multiaddr-matcher": "^1.6.0",
60
60
  "detect-browser": "^5.3.0",
61
- "it-length-prefixed": "^9.0.4",
62
- "it-protobuf-stream": "^1.1.3",
61
+ "it-length-prefixed": "^9.1.0",
62
+ "it-protobuf-stream": "^1.1.5",
63
63
  "it-pushable": "^3.2.3",
64
- "it-stream-types": "^2.0.1",
65
- "multiformats": "^13.1.0",
64
+ "it-stream-types": "^2.0.2",
65
+ "multiformats": "^13.3.1",
66
66
  "node-datachannel": "^0.11.0",
67
67
  "p-defer": "^4.0.1",
68
68
  "p-event": "^6.0.1",
69
- "p-timeout": "^6.1.2",
70
- "progress-events": "^1.0.0",
71
- "protons-runtime": "^5.4.0",
72
- "race-signal": "^1.0.2",
69
+ "p-timeout": "^6.1.3",
70
+ "progress-events": "^1.0.1",
71
+ "protons-runtime": "^5.5.0",
72
+ "race-signal": "^1.1.0",
73
73
  "react-native-webrtc": "^124.0.4",
74
74
  "uint8-varint": "^2.0.4",
75
75
  "uint8arraylist": "^2.4.8",
76
76
  "uint8arrays": "^5.1.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@libp2p/crypto": "5.0.7-8a9258a24",
80
- "@libp2p/interface-compliance-tests": "6.1.11-8a9258a24",
81
- "@libp2p/logger": "5.1.4-8a9258a24",
79
+ "@libp2p/crypto": "5.0.7-a0c8ceb99",
80
+ "@libp2p/interface-compliance-tests": "6.1.11-a0c8ceb99",
81
+ "@libp2p/logger": "5.1.4-a0c8ceb99",
82
82
  "@types/sinon": "^17.0.3",
83
- "aegir": "^44.0.1",
83
+ "aegir": "^45.0.5",
84
84
  "delay": "^6.0.0",
85
85
  "it-length": "^3.0.6",
86
86
  "it-pair": "^2.0.6",
87
- "p-retry": "^6.2.0",
88
- "protons": "^7.5.0",
89
- "sinon": "^18.0.0",
87
+ "p-retry": "^6.2.1",
88
+ "protons": "^7.6.0",
89
+ "sinon": "^19.0.2",
90
90
  "sinon-ts": "^2.0.0"
91
91
  },
92
92
  "browser": {
package/LICENSE DELETED
@@ -1,4 +0,0 @@
1
- This project is dual licensed under MIT and Apache-2.0.
2
-
3
- MIT: https://www.opensource.org/licenses/mit
4
- Apache-2.0: https://www.apache.org/licenses/license-2.0