@libp2p/websockets 9.0.13-8a9258a24 → 9.0.13-a0c8ceb99

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 (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +12 -12
  3. package/LICENSE +0 -4
package/README.md CHANGED
@@ -53,7 +53,7 @@ $ npm i @libp2p/websockets
53
53
 
54
54
  ## Browser `<script>` tag
55
55
 
56
- Loading this module through a script tag will make it's exports available as `Libp2pWebsockets` in the global namespace.
56
+ Loading this module through a script tag will make its exports available as `Libp2pWebsockets` in the global namespace.
57
57
 
58
58
  ```html
59
59
  <script src="https://unpkg.com/@libp2p/websockets/dist/index.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/websockets",
3
- "version": "9.0.13-8a9258a24",
3
+ "version": "9.0.13-a0c8ceb99",
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,22 +74,22 @@
74
74
  "test:electron-main": "aegir test -t electron-main -f ./dist/test/node.js --cov"
75
75
  },
76
76
  "dependencies": {
77
- "@libp2p/interface": "2.2.1-8a9258a24",
78
- "@libp2p/utils": "6.2.1-8a9258a24",
79
- "@multiformats/multiaddr": "^12.2.3",
80
- "@multiformats/multiaddr-matcher": "^1.4.0",
77
+ "@libp2p/interface": "2.2.1-a0c8ceb99",
78
+ "@libp2p/utils": "6.2.1-a0c8ceb99",
79
+ "@multiformats/multiaddr": "^12.3.3",
80
+ "@multiformats/multiaddr-matcher": "^1.6.0",
81
81
  "@multiformats/multiaddr-to-uri": "^11.0.0",
82
- "@types/ws": "^8.5.10",
83
- "it-ws": "^6.1.1",
82
+ "@types/ws": "^8.5.13",
83
+ "it-ws": "^6.1.5",
84
84
  "p-defer": "^4.0.1",
85
85
  "p-event": "^6.0.1",
86
- "progress-events": "^1.0.0",
87
- "race-signal": "^1.0.2",
88
- "ws": "^8.17.0"
86
+ "progress-events": "^1.0.1",
87
+ "race-signal": "^1.1.0",
88
+ "ws": "^8.18.0"
89
89
  },
90
90
  "devDependencies": {
91
- "@libp2p/logger": "5.1.4-8a9258a24",
92
- "aegir": "^44.0.1",
91
+ "@libp2p/logger": "5.1.4-a0c8ceb99",
92
+ "aegir": "^45.0.5",
93
93
  "is-loopback-addr": "^2.0.2",
94
94
  "p-wait-for": "^5.0.2",
95
95
  "sinon": "^19.0.2",
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