libp2p 2.6.2-1fc0e2662 → 2.6.2
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/README.md +1 -30
- package/dist/index.min.js +8 -8
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.d.ts.map +1 -1
- package/dist/src/version.js +1 -1
- package/dist/src/version.js.map +1 -1
- package/dist/typedoc-urls.json +21 -0
- package/package.json +11 -11
- package/src/version.ts +1 -1
package/dist/src/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,UAAU,CAAA;AAC9B,eAAO,MAAM,IAAI,cAAc,CAAA"}
|
package/dist/src/version.js
CHANGED
package/dist/src/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAA;AAC9B,MAAM,CAAC,MAAM,IAAI,GAAG,WAAW,CAAA"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AddressFilter": "https://libp2p.github.io/js-libp2p/interfaces/libp2p.index.AddressFilter.html",
|
|
3
|
+
"AddressManagerInit": "https://libp2p.github.io/js-libp2p/interfaces/libp2p.index.AddressManagerInit.html",
|
|
4
|
+
"ConnectionManagerInit": "https://libp2p.github.io/js-libp2p/interfaces/libp2p.index.ConnectionManagerInit.html",
|
|
5
|
+
"ConnectionMonitorInit": "https://libp2p.github.io/js-libp2p/interfaces/libp2p.index.ConnectionMonitorInit.html",
|
|
6
|
+
"Libp2pInit": "https://libp2p.github.io/js-libp2p/interfaces/libp2p.index.Libp2pInit.html",
|
|
7
|
+
".:Libp2pInit": "https://libp2p.github.io/js-libp2p/interfaces/libp2p.index.Libp2pInit.html",
|
|
8
|
+
"TransportManagerInit": "https://libp2p.github.io/js-libp2p/interfaces/libp2p.index.TransportManagerInit.html",
|
|
9
|
+
"Libp2pOptions": "https://libp2p.github.io/js-libp2p/types/libp2p.index.Libp2pOptions.html",
|
|
10
|
+
".:Libp2pOptions": "https://libp2p.github.io/js-libp2p/types/libp2p.index.Libp2pOptions.html",
|
|
11
|
+
"ServiceFactoryMap": "https://libp2p.github.io/js-libp2p/types/libp2p.index.ServiceFactoryMap.html",
|
|
12
|
+
".:ServiceFactoryMap": "https://libp2p.github.io/js-libp2p/types/libp2p.index.ServiceFactoryMap.html",
|
|
13
|
+
"createLibp2p": "https://libp2p.github.io/js-libp2p/functions/libp2p.index.createLibp2p.html",
|
|
14
|
+
".:createLibp2p": "https://libp2p.github.io/js-libp2p/functions/libp2p.index.createLibp2p.html",
|
|
15
|
+
"userAgent": "https://libp2p.github.io/js-libp2p/functions/libp2p.user_agent.userAgent.html",
|
|
16
|
+
"./user-agent:userAgent": "https://libp2p.github.io/js-libp2p/functions/libp2p.user_agent.userAgent.html",
|
|
17
|
+
"name": "https://libp2p.github.io/js-libp2p/variables/libp2p.version.name.html",
|
|
18
|
+
"./version:name": "https://libp2p.github.io/js-libp2p/variables/libp2p.version.name.html",
|
|
19
|
+
"version": "https://libp2p.github.io/js-libp2p/variables/libp2p.version.version.html",
|
|
20
|
+
"./version:version": "https://libp2p.github.io/js-libp2p/variables/libp2p.version.version.html"
|
|
21
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "libp2p",
|
|
3
|
-
"version": "2.6.2
|
|
3
|
+
"version": "2.6.2",
|
|
4
4
|
"description": "JavaScript implementation of libp2p, a modular peer to peer network stack",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/libp2p#readme",
|
|
@@ -92,15 +92,15 @@
|
|
|
92
92
|
"dependencies": {
|
|
93
93
|
"@chainsafe/is-ip": "^2.0.2",
|
|
94
94
|
"@chainsafe/netmask": "^2.0.0",
|
|
95
|
-
"@libp2p/crypto": "5.0.11
|
|
96
|
-
"@libp2p/interface": "2.5.0
|
|
97
|
-
"@libp2p/interface-internal": "2.3.0
|
|
98
|
-
"@libp2p/logger": "5.1.8
|
|
99
|
-
"@libp2p/multistream-select": "6.0.13
|
|
100
|
-
"@libp2p/peer-collections": "6.0.17
|
|
101
|
-
"@libp2p/peer-id": "5.0.12
|
|
102
|
-
"@libp2p/peer-store": "11.0.17
|
|
103
|
-
"@libp2p/utils": "6.5.1
|
|
95
|
+
"@libp2p/crypto": "^5.0.11",
|
|
96
|
+
"@libp2p/interface": "^2.5.0",
|
|
97
|
+
"@libp2p/interface-internal": "^2.3.0",
|
|
98
|
+
"@libp2p/logger": "^5.1.8",
|
|
99
|
+
"@libp2p/multistream-select": "^6.0.13",
|
|
100
|
+
"@libp2p/peer-collections": "^6.0.17",
|
|
101
|
+
"@libp2p/peer-id": "^5.0.12",
|
|
102
|
+
"@libp2p/peer-store": "^11.0.17",
|
|
103
|
+
"@libp2p/utils": "^6.5.1",
|
|
104
104
|
"@multiformats/dns": "^1.0.6",
|
|
105
105
|
"@multiformats/multiaddr": "^12.3.5",
|
|
106
106
|
"@multiformats/multiaddr-matcher": "^1.6.0",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"delay": "^6.0.0",
|
|
125
125
|
"it-all": "^3.0.6",
|
|
126
126
|
"it-drain": "^3.0.7",
|
|
127
|
-
"it-length-prefixed": "^
|
|
127
|
+
"it-length-prefixed": "^9.1.0",
|
|
128
128
|
"it-map": "^3.1.1",
|
|
129
129
|
"it-pair": "^2.0.6",
|
|
130
130
|
"it-stream-types": "^2.0.2",
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '2.6.2
|
|
1
|
+
export const version = '2.6.2'
|
|
2
2
|
export const name = 'js-libp2p'
|