libp2p 0.46.18-78db573f9 → 0.46.18-8b82e68e8
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/dist/src/identify/consts.d.ts +1 -1
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.js +1 -1
- package/package.json +21 -21
- package/src/version.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const PROTOCOL_VERSION = "ipfs/0.1.0";
|
|
2
|
-
export declare const AGENT_VERSION = "js-libp2p/0.46.18-
|
|
2
|
+
export declare const AGENT_VERSION = "js-libp2p/0.46.18-8b82e68e8";
|
|
3
3
|
export declare const MULTICODEC_IDENTIFY = "/ipfs/id/1.0.0";
|
|
4
4
|
export declare const MULTICODEC_IDENTIFY_PUSH = "/ipfs/id/push/1.0.0";
|
|
5
5
|
export declare const IDENTIFY_PROTOCOL_VERSION = "0.1.0";
|
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": "0.46.18-
|
|
3
|
+
"version": "0.46.18-8b82e68e8",
|
|
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/master/packages/libp2p#readme",
|
|
@@ -121,18 +121,18 @@
|
|
|
121
121
|
},
|
|
122
122
|
"dependencies": {
|
|
123
123
|
"@achingbrain/nat-port-mapper": "^1.0.9",
|
|
124
|
-
"@libp2p/crypto": "2.0.7-
|
|
125
|
-
"@libp2p/interface": "0.1.5-
|
|
126
|
-
"@libp2p/interface-internal": "0.1.8-
|
|
127
|
-
"@libp2p/keychain": "3.0.7-
|
|
128
|
-
"@libp2p/logger": "3.0.5-
|
|
129
|
-
"@libp2p/multistream-select": "4.0.5-
|
|
130
|
-
"@libp2p/peer-collections": "4.0.7-
|
|
131
|
-
"@libp2p/peer-id": "3.0.5-
|
|
132
|
-
"@libp2p/peer-id-factory": "3.0.7-
|
|
133
|
-
"@libp2p/peer-record": "6.0.8-
|
|
134
|
-
"@libp2p/peer-store": "9.0.8-
|
|
135
|
-
"@libp2p/utils": "4.0.6-
|
|
124
|
+
"@libp2p/crypto": "2.0.7-8b82e68e8",
|
|
125
|
+
"@libp2p/interface": "0.1.5-8b82e68e8",
|
|
126
|
+
"@libp2p/interface-internal": "0.1.8-8b82e68e8",
|
|
127
|
+
"@libp2p/keychain": "3.0.7-8b82e68e8",
|
|
128
|
+
"@libp2p/logger": "3.0.5-8b82e68e8",
|
|
129
|
+
"@libp2p/multistream-select": "4.0.5-8b82e68e8",
|
|
130
|
+
"@libp2p/peer-collections": "4.0.7-8b82e68e8",
|
|
131
|
+
"@libp2p/peer-id": "3.0.5-8b82e68e8",
|
|
132
|
+
"@libp2p/peer-id-factory": "3.0.7-8b82e68e8",
|
|
133
|
+
"@libp2p/peer-record": "6.0.8-8b82e68e8",
|
|
134
|
+
"@libp2p/peer-store": "9.0.8-8b82e68e8",
|
|
135
|
+
"@libp2p/utils": "4.0.6-8b82e68e8",
|
|
136
136
|
"@multiformats/mafmt": "^12.1.2",
|
|
137
137
|
"@multiformats/multiaddr": "^12.1.5",
|
|
138
138
|
"@multiformats/multiaddr-matcher": "^1.0.0",
|
|
@@ -170,17 +170,17 @@
|
|
|
170
170
|
"@chainsafe/libp2p-gossipsub": "^10.0.0",
|
|
171
171
|
"@chainsafe/libp2p-noise": "^13.0.0",
|
|
172
172
|
"@chainsafe/libp2p-yamux": "^5.0.0",
|
|
173
|
-
"@libp2p/bootstrap": "9.0.10-
|
|
173
|
+
"@libp2p/bootstrap": "9.0.10-8b82e68e8",
|
|
174
174
|
"@libp2p/daemon-client": "^7.0.0",
|
|
175
175
|
"@libp2p/daemon-server": "^6.0.0",
|
|
176
|
-
"@libp2p/floodsub": "8.0.11-
|
|
177
|
-
"@libp2p/interface-compliance-tests": "4.1.3-
|
|
176
|
+
"@libp2p/floodsub": "8.0.11-8b82e68e8",
|
|
177
|
+
"@libp2p/interface-compliance-tests": "4.1.3-8b82e68e8",
|
|
178
178
|
"@libp2p/interop": "^9.0.0",
|
|
179
|
-
"@libp2p/kad-dht": "10.0.12-
|
|
180
|
-
"@libp2p/mdns": "9.0.12-
|
|
181
|
-
"@libp2p/mplex": "9.0.10-
|
|
182
|
-
"@libp2p/tcp": "8.0.11-
|
|
183
|
-
"@libp2p/websockets": "7.0.11-
|
|
179
|
+
"@libp2p/kad-dht": "10.0.12-8b82e68e8",
|
|
180
|
+
"@libp2p/mdns": "9.0.12-8b82e68e8",
|
|
181
|
+
"@libp2p/mplex": "9.0.10-8b82e68e8",
|
|
182
|
+
"@libp2p/tcp": "8.0.11-8b82e68e8",
|
|
183
|
+
"@libp2p/websockets": "7.0.11-8b82e68e8",
|
|
184
184
|
"@types/xsalsa20": "^1.1.0",
|
|
185
185
|
"aegir": "^41.0.2",
|
|
186
186
|
"execa": "^8.0.1",
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '0.46.18-
|
|
1
|
+
export const version = '0.46.18-8b82e68e8'
|
|
2
2
|
export const name = 'libp2p'
|