@libp2p/identify 2.0.1 → 2.0.2-167bf2b3c

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": "2.0.1",
3
+ "version": "2.0.2-167bf2b3c",
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,25 +52,25 @@
52
52
  "doc-check": "aegir doc-check"
53
53
  },
54
54
  "dependencies": {
55
- "@libp2p/interface": "^1.3.1",
56
- "@libp2p/interface-internal": "^1.2.1",
57
- "@libp2p/peer-id": "^4.1.1",
58
- "@libp2p/peer-record": "^7.0.17",
59
- "@multiformats/multiaddr": "^12.2.1",
60
- "@multiformats/multiaddr-matcher": "^1.2.0",
55
+ "@libp2p/interface": "1.4.0-167bf2b3c",
56
+ "@libp2p/interface-internal": "1.2.2-167bf2b3c",
57
+ "@libp2p/peer-id": "4.1.2-167bf2b3c",
58
+ "@libp2p/peer-record": "7.0.18-167bf2b3c",
59
+ "@multiformats/multiaddr": "^12.2.3",
60
+ "@multiformats/multiaddr-matcher": "^1.2.1",
61
61
  "it-drain": "^3.0.7",
62
62
  "it-parallel": "^3.0.7",
63
- "it-protobuf-stream": "^1.1.2",
63
+ "it-protobuf-stream": "^1.1.3",
64
64
  "protons-runtime": "^5.4.0",
65
65
  "uint8arraylist": "^2.4.8",
66
- "uint8arrays": "^5.0.3",
66
+ "uint8arrays": "^5.1.0",
67
67
  "wherearewe": "^2.0.1"
68
68
  },
69
69
  "devDependencies": {
70
- "@libp2p/interface-compliance-tests": "^5.4.4",
71
- "@libp2p/logger": "^4.0.12",
72
- "@libp2p/peer-id-factory": "^4.1.1",
73
- "aegir": "^42.2.5",
70
+ "@libp2p/interface-compliance-tests": "5.4.5-167bf2b3c",
71
+ "@libp2p/logger": "4.0.13-167bf2b3c",
72
+ "@libp2p/peer-id-factory": "4.1.2-167bf2b3c",
73
+ "aegir": "^42.2.11",
74
74
  "delay": "^6.0.0",
75
75
  "it-length-prefixed": "^9.0.4",
76
76
  "it-pair": "^2.0.6",
@@ -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-1.html",
15
- ".:identify": "https://libp2p.github.io/js-libp2p/functions/_libp2p_identify.identify-1.html",
16
- "identifyPush": "https://libp2p.github.io/js-libp2p/functions/_libp2p_identify.identifyPush-1.html",
17
- ".:identifyPush": "https://libp2p.github.io/js-libp2p/functions/_libp2p_identify.identifyPush-1.html"
18
- }