@libp2p/webrtc 4.0.28 → 4.0.29-90cfd25e2
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 +2 -2
- package/dist/index.min.js +4 -4
- package/dist/src/private-to-private/transport.d.ts.map +1 -1
- package/dist/src/private-to-private/transport.js +1 -2
- package/dist/src/private-to-private/transport.js.map +1 -1
- package/dist/src/webrtc/index.browser.d.ts +0 -1
- package/dist/src/webrtc/index.browser.d.ts.map +1 -1
- package/dist/src/webrtc/index.browser.js +0 -1
- package/dist/src/webrtc/index.browser.js.map +1 -1
- package/dist/src/webrtc/index.d.ts +0 -1
- package/dist/src/webrtc/index.d.ts.map +1 -1
- package/dist/src/webrtc/index.js +0 -4
- package/dist/src/webrtc/index.js.map +1 -1
- package/package.json +12 -13
- package/src/private-to-private/transport.ts +1 -2
- package/src/webrtc/index.browser.ts +0 -1
- package/src/webrtc/index.ts +0 -6
- package/dist/typedoc-urls.json +0 -8
package/README.md
CHANGED
|
@@ -235,8 +235,8 @@ Loading this module through a script tag will make it's exports available as `Li
|
|
|
235
235
|
|
|
236
236
|
Licensed under either of
|
|
237
237
|
|
|
238
|
-
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
|
239
|
-
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
|
238
|
+
- Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/transport-webrtc/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
|
239
|
+
- MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/transport-webrtc/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
|
240
240
|
|
|
241
241
|
# Contribution
|
|
242
242
|
|