libp2p 0.46.0 → 0.46.1-8f681db3

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.
@@ -1,3 +1,3 @@
1
- export declare const version = "0.46.0";
1
+ export declare const version = "0.46.1-8f681db3";
2
2
  export declare const name = "libp2p";
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,WAAW,CAAA;AAC/B,eAAO,MAAM,IAAI,WAAW,CAAA"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,oBAAoB,CAAA;AACxC,eAAO,MAAM,IAAI,WAAW,CAAA"}
@@ -1,3 +1,3 @@
1
- export const version = '0.46.0';
1
+ export const version = '0.46.1-8f681db3';
2
2
  export const name = 'libp2p';
3
3
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAA;AAC/B,MAAM,CAAC,MAAM,IAAI,GAAG,QAAQ,CAAA"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,iBAAiB,CAAA;AACxC,MAAM,CAAC,MAAM,IAAI,GAAG,QAAQ,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "libp2p",
3
- "version": "0.46.0",
3
+ "version": "0.46.1-8f681db3",
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",
@@ -115,18 +115,18 @@
115
115
  },
116
116
  "dependencies": {
117
117
  "@achingbrain/nat-port-mapper": "^1.0.9",
118
- "@libp2p/crypto": "^2.0.0",
119
- "@libp2p/interface": "^0.1.0",
120
- "@libp2p/interface-internal": "^0.1.0",
121
- "@libp2p/keychain": "^3.0.0",
122
- "@libp2p/logger": "^3.0.0",
123
- "@libp2p/multistream-select": "^4.0.0",
124
- "@libp2p/peer-collections": "^4.0.0",
125
- "@libp2p/peer-id": "^3.0.0",
126
- "@libp2p/peer-id-factory": "^3.0.0",
127
- "@libp2p/peer-record": "^6.0.0",
128
- "@libp2p/peer-store": "^9.0.0",
129
- "@libp2p/utils": "^4.0.0",
118
+ "@libp2p/crypto": "2.0.0-8f681db3",
119
+ "@libp2p/interface": "0.1.0-8f681db3",
120
+ "@libp2p/interface-internal": "0.1.0-8f681db3",
121
+ "@libp2p/keychain": "3.0.0-8f681db3",
122
+ "@libp2p/logger": "3.0.0-8f681db3",
123
+ "@libp2p/multistream-select": "4.0.0-8f681db3",
124
+ "@libp2p/peer-collections": "4.0.0-8f681db3",
125
+ "@libp2p/peer-id": "3.0.0-8f681db3",
126
+ "@libp2p/peer-id-factory": "3.0.0-8f681db3",
127
+ "@libp2p/peer-record": "6.0.0-8f681db3",
128
+ "@libp2p/peer-store": "9.0.0-8f681db3",
129
+ "@libp2p/utils": "4.0.0-8f681db3",
130
130
  "@multiformats/mafmt": "^12.1.2",
131
131
  "@multiformats/multiaddr": "^12.1.3",
132
132
  "abortable-iterator": "^5.0.1",
@@ -160,20 +160,20 @@
160
160
  "xsalsa20": "^1.1.0"
161
161
  },
162
162
  "devDependencies": {
163
- "@chainsafe/libp2p-gossipsub": "^9.0.0",
164
- "@chainsafe/libp2p-noise": "^12.0.0",
165
- "@chainsafe/libp2p-yamux": "^4.0.0",
166
- "@libp2p/bootstrap": "^9.0.0",
167
- "@libp2p/daemon-client": "^6.0.0",
168
- "@libp2p/daemon-server": "^5.0.0",
169
- "@libp2p/floodsub": "^7.0.0",
170
- "@libp2p/interface-compliance-tests": "^4.0.0",
171
- "@libp2p/interop": "^8.0.0",
172
- "@libp2p/kad-dht": "^10.0.0",
173
- "@libp2p/mdns": "^9.0.0",
174
- "@libp2p/mplex": "^9.0.0",
175
- "@libp2p/tcp": "^8.0.0",
176
- "@libp2p/websockets": "^7.0.0",
163
+ "@chainsafe/libp2p-gossipsub": "^10.0.0",
164
+ "@chainsafe/libp2p-noise": "^13.0.0",
165
+ "@chainsafe/libp2p-yamux": "^5.0.0",
166
+ "@libp2p/bootstrap": "9.0.0-8f681db3",
167
+ "@libp2p/daemon-client": "^7.0.0",
168
+ "@libp2p/daemon-server": "^6.0.0",
169
+ "@libp2p/floodsub": "8.0.1-8f681db3",
170
+ "@libp2p/interface-compliance-tests": "4.0.0-8f681db3",
171
+ "@libp2p/interop": "^9.0.0",
172
+ "@libp2p/kad-dht": "10.0.0-8f681db3",
173
+ "@libp2p/mdns": "9.0.0-8f681db3",
174
+ "@libp2p/mplex": "9.0.0-8f681db3",
175
+ "@libp2p/tcp": "8.0.0-8f681db3",
176
+ "@libp2p/websockets": "7.0.0-8f681db3",
177
177
  "@types/varint": "^6.0.0",
178
178
  "@types/xsalsa20": "^1.1.0",
179
179
  "aegir": "^40.0.1",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
- export const version = '0.46.0'
1
+ export const version = '0.46.1-8f681db3'
2
2
  export const name = 'libp2p'
@@ -1,18 +0,0 @@
1
- libp2p-ping JavaScript Implementation
2
- =====================================
3
-
4
- > IPFS ping protocol JavaScript implementation
5
-
6
- **Note**: git history prior to merging into js-libp2p can be found in the original repository, https://github.com/libp2p/js-libp2p-ping.
7
-
8
- ## Usage
9
-
10
- ```javascript
11
- import Ping from 'libp2p/src/ping'
12
-
13
- Ping.mount(libp2p) // Enable this peer to echo Ping requests
14
-
15
- const latency = await Ping(libp2p, peerDst)
16
-
17
- Ping.unmount(libp2p)
18
- ```