libp2p 2.8.7-ab014c0c0 → 2.8.8-14dbebea8
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 +0 -29
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.js +1 -1
- package/package.json +12 -12
- package/src/version.ts +1 -1
package/dist/src/version.d.ts
CHANGED
package/dist/src/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "libp2p",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.8-14dbebea8",
|
|
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",
|
|
@@ -80,15 +80,15 @@
|
|
|
80
80
|
"dependencies": {
|
|
81
81
|
"@chainsafe/is-ip": "^2.1.0",
|
|
82
82
|
"@chainsafe/netmask": "^2.0.0",
|
|
83
|
-
"@libp2p/crypto": "5.1.
|
|
84
|
-
"@libp2p/interface": "2.10.
|
|
85
|
-
"@libp2p/interface-internal": "2.3.
|
|
86
|
-
"@libp2p/logger": "5.1.
|
|
87
|
-
"@libp2p/multistream-select": "6.0.
|
|
88
|
-
"@libp2p/peer-collections": "6.0.
|
|
89
|
-
"@libp2p/peer-id": "5.1.
|
|
90
|
-
"@libp2p/peer-store": "11.2.
|
|
91
|
-
"@libp2p/utils": "6.6.
|
|
83
|
+
"@libp2p/crypto": "5.1.4-14dbebea8",
|
|
84
|
+
"@libp2p/interface": "2.10.2-14dbebea8",
|
|
85
|
+
"@libp2p/interface-internal": "2.3.14-14dbebea8",
|
|
86
|
+
"@libp2p/logger": "5.1.18-14dbebea8",
|
|
87
|
+
"@libp2p/multistream-select": "6.0.25-14dbebea8",
|
|
88
|
+
"@libp2p/peer-collections": "6.0.30-14dbebea8",
|
|
89
|
+
"@libp2p/peer-id": "5.1.5-14dbebea8",
|
|
90
|
+
"@libp2p/peer-store": "11.2.2-14dbebea8",
|
|
91
|
+
"@libp2p/utils": "6.6.5-14dbebea8",
|
|
92
92
|
"@multiformats/dns": "^1.0.6",
|
|
93
93
|
"@multiformats/multiaddr": "^12.4.0",
|
|
94
94
|
"@multiformats/multiaddr-matcher": "^1.7.2",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"it-byte-stream": "^2.0.2",
|
|
99
99
|
"it-merge": "^3.0.11",
|
|
100
100
|
"it-parallel": "^3.0.11",
|
|
101
|
-
"multiformats": "^13.3.
|
|
101
|
+
"multiformats": "^13.3.6",
|
|
102
102
|
"p-defer": "^4.0.1",
|
|
103
103
|
"p-retry": "^6.2.1",
|
|
104
104
|
"progress-events": "^1.0.1",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"uint8arrays": "^5.1.0"
|
|
108
108
|
},
|
|
109
109
|
"devDependencies": {
|
|
110
|
-
"aegir": "^47.0.
|
|
110
|
+
"aegir": "^47.0.14",
|
|
111
111
|
"delay": "^6.0.0",
|
|
112
112
|
"it-all": "^3.0.8",
|
|
113
113
|
"it-drain": "^3.0.9",
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '2.8.
|
|
1
|
+
export const version = '2.8.8-14dbebea8'
|
|
2
2
|
export const name = 'js-libp2p'
|