@libp2p/ping 2.0.12-98b43045c → 2.0.12-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 +8 -8
  3. package/LICENSE +0 -4
package/README.md CHANGED
@@ -52,7 +52,7 @@ $ npm i @libp2p/ping
52
52
 
53
53
  ## Browser `<script>` tag
54
54
 
55
- Loading this module through a script tag will make it's exports available as `Libp2pPing` in the global namespace.
55
+ Loading this module through a script tag will make its exports available as `Libp2pPing` in the global namespace.
56
56
 
57
57
  ```html
58
58
  <script src="https://unpkg.com/@libp2p/ping/dist/index.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/ping",
3
- "version": "2.0.12-98b43045c",
3
+ "version": "2.0.12-a0c8ceb99",
4
4
  "description": "Implementation of Ping Protocol",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/protocol-ping#readme",
@@ -50,17 +50,17 @@
50
50
  "doc-check": "aegir doc-check"
51
51
  },
52
52
  "dependencies": {
53
- "@libp2p/crypto": "5.0.7-98b43045c",
54
- "@libp2p/interface": "2.2.1-98b43045c",
55
- "@libp2p/interface-internal": "2.1.1-98b43045c",
56
- "@multiformats/multiaddr": "^12.2.3",
53
+ "@libp2p/crypto": "5.0.7-a0c8ceb99",
54
+ "@libp2p/interface": "2.2.1-a0c8ceb99",
55
+ "@libp2p/interface-internal": "2.1.1-a0c8ceb99",
56
+ "@multiformats/multiaddr": "^12.3.3",
57
57
  "it-byte-stream": "^1.1.0",
58
58
  "uint8arrays": "^5.1.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@libp2p/logger": "5.1.4-98b43045c",
62
- "@libp2p/peer-id": "5.0.8-98b43045c",
63
- "aegir": "^44.0.1",
61
+ "@libp2p/logger": "5.1.4-a0c8ceb99",
62
+ "@libp2p/peer-id": "5.0.8-a0c8ceb99",
63
+ "aegir": "^45.0.5",
64
64
  "it-pair": "^2.0.6",
65
65
  "p-defer": "^4.0.1",
66
66
  "sinon-ts": "^2.0.0"
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