@libp2p/identify 4.1.6 → 4.1.7-404c7824a

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/identify",
3
- "version": "4.1.6",
3
+ "version": "4.1.7-404c7824a",
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",
@@ -46,27 +46,27 @@
46
46
  "doc-check": "aegir doc-check"
47
47
  },
48
48
  "dependencies": {
49
- "@libp2p/crypto": "^5.1.18",
50
- "@libp2p/interface": "^3.2.2",
51
- "@libp2p/interface-internal": "^3.1.5",
52
- "@libp2p/peer-id": "^6.0.9",
53
- "@libp2p/peer-record": "^9.0.10",
54
- "@libp2p/utils": "^7.2.1",
55
- "@multiformats/multiaddr": "^13.0.1",
56
- "@multiformats/multiaddr-matcher": "^3.0.1",
49
+ "@libp2p/crypto": "5.1.19-404c7824a",
50
+ "@libp2p/interface": "3.2.3-404c7824a",
51
+ "@libp2p/interface-internal": "3.1.6-404c7824a",
52
+ "@libp2p/peer-id": "6.0.10-404c7824a",
53
+ "@libp2p/peer-record": "9.0.11-404c7824a",
54
+ "@libp2p/utils": "7.2.2-404c7824a",
55
+ "@multiformats/multiaddr": "^13.0.3",
56
+ "@multiformats/multiaddr-matcher": "^3.0.2",
57
57
  "it-drain": "^3.0.10",
58
58
  "it-parallel": "^3.0.13",
59
59
  "main-event": "^1.0.1",
60
- "protons-runtime": "^6.0.1",
61
- "uint8arraylist": "^2.4.8",
62
- "uint8arrays": "^5.1.0"
60
+ "protons-runtime": "^7.0.0",
61
+ "uint8arraylist": "^3.0.2",
62
+ "uint8arrays": "^6.1.1"
63
63
  },
64
64
  "devDependencies": {
65
- "@libp2p/logger": "^6.2.7",
66
- "aegir": "^47.0.22",
65
+ "@libp2p/logger": "6.2.8-404c7824a",
66
+ "aegir": "^48.0.11",
67
67
  "delay": "^7.0.0",
68
- "it-length-prefixed": "^10.0.1",
69
- "protons": "^8.1.1",
68
+ "it-length-prefixed": "^11.0.1",
69
+ "protons": "^9.0.1",
70
70
  "sinon-ts": "^2.0.0"
71
71
  },
72
72
  "sideEffects": false
@@ -1,18 +0,0 @@
1
- {
2
- "Identify": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.Identify.html",
3
- ".:Identify": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.Identify.html",
4
- "IdentifyComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.IdentifyComponents.html",
5
- ".:IdentifyComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.IdentifyComponents.html",
6
- "IdentifyInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.IdentifyInit.html",
7
- ".:IdentifyInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.IdentifyInit.html",
8
- "IdentifyPush": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.IdentifyPush.html",
9
- ".:IdentifyPush": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.IdentifyPush.html",
10
- "IdentifyPushComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.IdentifyPushComponents.html",
11
- ".:IdentifyPushComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.IdentifyPushComponents.html",
12
- "IdentifyPushInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.IdentifyPushInit.html",
13
- ".:IdentifyPushInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.IdentifyPushInit.html",
14
- "identify": "https://libp2p.github.io/js-libp2p/functions/_libp2p_identify.identify.html",
15
- ".:identify": "https://libp2p.github.io/js-libp2p/functions/_libp2p_identify.identify.html",
16
- "identifyPush": "https://libp2p.github.io/js-libp2p/functions/_libp2p_identify.identifyPush.html",
17
- ".:identifyPush": "https://libp2p.github.io/js-libp2p/functions/_libp2p_identify.identifyPush.html"
18
- }