@libp2p/websockets 8.0.20-ea4f26285 → 8.0.20-fd1f8343d

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -101,8 +101,8 @@ Loading this module through a script tag will make it's exports available as `Li
101
101
 
102
102
  Licensed under either of
103
103
 
104
- - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
105
- - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
104
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/transport-websockets/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
105
+ - MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/transport-websockets/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
106
106
 
107
107
  # Contribution
108
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/websockets",
3
- "version": "8.0.20-ea4f26285",
3
+ "version": "8.0.20-fd1f8343d",
4
4
  "description": "JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport spec",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/transport-websockets#readme",
@@ -74,8 +74,8 @@
74
74
  "test:electron-main": "aegir test -t electron-main -f ./dist/test/node.js --cov"
75
75
  },
76
76
  "dependencies": {
77
- "@libp2p/interface": "1.2.0-ea4f26285",
78
- "@libp2p/utils": "5.3.1-ea4f26285",
77
+ "@libp2p/interface": "1.2.0-fd1f8343d",
78
+ "@libp2p/utils": "5.3.1-fd1f8343d",
79
79
  "@multiformats/mafmt": "^12.1.6",
80
80
  "@multiformats/multiaddr": "^12.2.1",
81
81
  "@multiformats/multiaddr-to-uri": "^10.0.1",
@@ -86,8 +86,8 @@
86
86
  "ws": "^8.16.0"
87
87
  },
88
88
  "devDependencies": {
89
- "@libp2p/interface-compliance-tests": "5.4.1-ea4f26285",
90
- "@libp2p/logger": "4.0.10-ea4f26285",
89
+ "@libp2p/interface-compliance-tests": "5.4.1-fd1f8343d",
90
+ "@libp2p/logger": "4.0.10-fd1f8343d",
91
91
  "aegir": "^42.2.5",
92
92
  "is-loopback-addr": "^2.0.2",
93
93
  "it-all": "^3.0.4",