@libp2p/identify 3.0.12-98b43045c → 3.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 +16 -16
  3. package/LICENSE +0 -4
package/README.md CHANGED
@@ -71,7 +71,7 @@ $ npm i @libp2p/identify
71
71
 
72
72
  ## Browser `<script>` tag
73
73
 
74
- Loading this module through a script tag will make it's exports available as `Libp2pIdentify` in the global namespace.
74
+ Loading this module through a script tag will make its exports available as `Libp2pIdentify` in the global namespace.
75
75
 
76
76
  ```html
77
77
  <script src="https://unpkg.com/@libp2p/identify/dist/index.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/identify",
3
- "version": "3.0.12-98b43045c",
3
+ "version": "3.0.12-a0c8ceb99",
4
4
  "description": "Implementation of the Identify Protocol",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/protocol-identify#readme",
@@ -52,30 +52,30 @@
52
52
  "doc-check": "aegir doc-check"
53
53
  },
54
54
  "dependencies": {
55
- "@libp2p/crypto": "5.0.7-98b43045c",
56
- "@libp2p/interface": "2.2.1-98b43045c",
57
- "@libp2p/interface-internal": "2.1.1-98b43045c",
58
- "@libp2p/peer-id": "5.0.8-98b43045c",
59
- "@libp2p/peer-record": "8.0.12-98b43045c",
60
- "@libp2p/utils": "6.2.1-98b43045c",
61
- "@multiformats/multiaddr": "^12.2.3",
62
- "@multiformats/multiaddr-matcher": "^1.2.1",
55
+ "@libp2p/crypto": "5.0.7-a0c8ceb99",
56
+ "@libp2p/interface": "2.2.1-a0c8ceb99",
57
+ "@libp2p/interface-internal": "2.1.1-a0c8ceb99",
58
+ "@libp2p/peer-id": "5.0.8-a0c8ceb99",
59
+ "@libp2p/peer-record": "8.0.12-a0c8ceb99",
60
+ "@libp2p/utils": "6.2.1-a0c8ceb99",
61
+ "@multiformats/multiaddr": "^12.3.3",
62
+ "@multiformats/multiaddr-matcher": "^1.6.0",
63
63
  "it-drain": "^3.0.7",
64
- "it-parallel": "^3.0.7",
65
- "it-protobuf-stream": "^1.1.3",
66
- "protons-runtime": "^5.4.0",
64
+ "it-parallel": "^3.0.8",
65
+ "it-protobuf-stream": "^1.1.5",
66
+ "protons-runtime": "^5.5.0",
67
67
  "uint8arraylist": "^2.4.8",
68
68
  "uint8arrays": "^5.1.0",
69
69
  "wherearewe": "^2.0.1"
70
70
  },
71
71
  "devDependencies": {
72
- "@libp2p/logger": "5.1.4-98b43045c",
73
- "aegir": "^44.0.1",
72
+ "@libp2p/logger": "5.1.4-a0c8ceb99",
73
+ "aegir": "^45.0.5",
74
74
  "delay": "^6.0.0",
75
- "it-length-prefixed": "^9.0.4",
75
+ "it-length-prefixed": "^9.1.0",
76
76
  "it-pair": "^2.0.6",
77
77
  "it-pushable": "^3.2.3",
78
- "protons": "^7.5.0",
78
+ "protons": "^7.6.0",
79
79
  "sinon-ts": "^2.0.0"
80
80
  },
81
81
  "sideEffects": false
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