libp2p 0.46.12-96166ada → 0.46.12-c88de8e1
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.12-
|
|
2
|
+
export declare const AGENT_VERSION = "js-libp2p/0.46.12-c88de8e1";
|
|
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.12-
|
|
3
|
+
"version": "0.46.12-c88de8e1",
|
|
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",
|
|
@@ -120,18 +120,18 @@
|
|
|
120
120
|
},
|
|
121
121
|
"dependencies": {
|
|
122
122
|
"@achingbrain/nat-port-mapper": "^1.0.9",
|
|
123
|
-
"@libp2p/crypto": "2.0.4-
|
|
124
|
-
"@libp2p/interface": "0.1.2-
|
|
125
|
-
"@libp2p/interface-internal": "0.1.5-
|
|
126
|
-
"@libp2p/keychain": "3.0.4-
|
|
127
|
-
"@libp2p/logger": "3.0.2-
|
|
128
|
-
"@libp2p/multistream-select": "4.0.2-
|
|
129
|
-
"@libp2p/peer-collections": "4.0.4-
|
|
130
|
-
"@libp2p/peer-id": "3.0.2-
|
|
131
|
-
"@libp2p/peer-id-factory": "3.0.4-
|
|
132
|
-
"@libp2p/peer-record": "6.0.5-
|
|
133
|
-
"@libp2p/peer-store": "9.0.5-
|
|
134
|
-
"@libp2p/utils": "4.0.3-
|
|
123
|
+
"@libp2p/crypto": "2.0.4-c88de8e1",
|
|
124
|
+
"@libp2p/interface": "0.1.2-c88de8e1",
|
|
125
|
+
"@libp2p/interface-internal": "0.1.5-c88de8e1",
|
|
126
|
+
"@libp2p/keychain": "3.0.4-c88de8e1",
|
|
127
|
+
"@libp2p/logger": "3.0.2-c88de8e1",
|
|
128
|
+
"@libp2p/multistream-select": "4.0.2-c88de8e1",
|
|
129
|
+
"@libp2p/peer-collections": "4.0.4-c88de8e1",
|
|
130
|
+
"@libp2p/peer-id": "3.0.2-c88de8e1",
|
|
131
|
+
"@libp2p/peer-id-factory": "3.0.4-c88de8e1",
|
|
132
|
+
"@libp2p/peer-record": "6.0.5-c88de8e1",
|
|
133
|
+
"@libp2p/peer-store": "9.0.5-c88de8e1",
|
|
134
|
+
"@libp2p/utils": "4.0.3-c88de8e1",
|
|
135
135
|
"@multiformats/mafmt": "^12.1.2",
|
|
136
136
|
"@multiformats/multiaddr": "^12.1.5",
|
|
137
137
|
"@multiformats/multiaddr-matcher": "^1.0.0",
|
|
@@ -169,17 +169,17 @@
|
|
|
169
169
|
"@chainsafe/libp2p-gossipsub": "^10.0.0",
|
|
170
170
|
"@chainsafe/libp2p-noise": "^13.0.0",
|
|
171
171
|
"@chainsafe/libp2p-yamux": "^5.0.0",
|
|
172
|
-
"@libp2p/bootstrap": "9.0.7-
|
|
172
|
+
"@libp2p/bootstrap": "9.0.7-c88de8e1",
|
|
173
173
|
"@libp2p/daemon-client": "^7.0.0",
|
|
174
174
|
"@libp2p/daemon-server": "^6.0.0",
|
|
175
|
-
"@libp2p/floodsub": "8.0.8-
|
|
176
|
-
"@libp2p/interface-compliance-tests": "4.1.0-
|
|
175
|
+
"@libp2p/floodsub": "8.0.8-c88de8e1",
|
|
176
|
+
"@libp2p/interface-compliance-tests": "4.1.0-c88de8e1",
|
|
177
177
|
"@libp2p/interop": "^9.0.0",
|
|
178
|
-
"@libp2p/kad-dht": "10.0.8-
|
|
179
|
-
"@libp2p/mdns": "9.0.9-
|
|
180
|
-
"@libp2p/mplex": "9.0.7-
|
|
181
|
-
"@libp2p/tcp": "8.0.8-
|
|
182
|
-
"@libp2p/websockets": "7.0.8-
|
|
178
|
+
"@libp2p/kad-dht": "10.0.8-c88de8e1",
|
|
179
|
+
"@libp2p/mdns": "9.0.9-c88de8e1",
|
|
180
|
+
"@libp2p/mplex": "9.0.7-c88de8e1",
|
|
181
|
+
"@libp2p/tcp": "8.0.8-c88de8e1",
|
|
182
|
+
"@libp2p/websockets": "7.0.8-c88de8e1",
|
|
183
183
|
"@types/xsalsa20": "^1.1.0",
|
|
184
184
|
"aegir": "^40.0.8",
|
|
185
185
|
"execa": "^8.0.1",
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '0.46.12-
|
|
1
|
+
export const version = '0.46.12-c88de8e1'
|
|
2
2
|
export const name = 'libp2p'
|