libp2p 3.0.0 → 3.0.1-71e8ee163

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 = "3.0.0";
1
+ export declare const version = "3.0.1-71e8ee163";
2
2
  export declare const name = "js-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,UAAU,CAAA;AAC9B,eAAO,MAAM,IAAI,cAAc,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,cAAc,CAAA"}
@@ -1,3 +1,3 @@
1
- export const version = '3.0.0';
1
+ export const version = '3.0.1-71e8ee163';
2
2
  export const name = 'js-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,OAAO,CAAA;AAC9B,MAAM,CAAC,MAAM,IAAI,GAAG,WAAW,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,WAAW,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "libp2p",
3
- "version": "3.0.0",
3
+ "version": "3.0.1-71e8ee163",
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.9",
84
- "@libp2p/interface": "^3.0.0",
85
- "@libp2p/interface-internal": "^3.0.0",
86
- "@libp2p/logger": "^6.0.0",
87
- "@libp2p/multistream-select": "^7.0.0",
88
- "@libp2p/peer-collections": "^7.0.0",
89
- "@libp2p/peer-id": "^6.0.0",
90
- "@libp2p/peer-store": "^12.0.0",
91
- "@libp2p/utils": "^7.0.0",
83
+ "@libp2p/crypto": "5.1.10-71e8ee163",
84
+ "@libp2p/interface": "3.0.0-71e8ee163",
85
+ "@libp2p/interface-internal": "3.0.1-71e8ee163",
86
+ "@libp2p/logger": "6.0.1-71e8ee163",
87
+ "@libp2p/multistream-select": "7.0.1-71e8ee163",
88
+ "@libp2p/peer-collections": "7.0.1-71e8ee163",
89
+ "@libp2p/peer-id": "6.0.1-71e8ee163",
90
+ "@libp2p/peer-store": "12.0.1-71e8ee163",
91
+ "@libp2p/utils": "7.0.1-71e8ee163",
92
92
  "@multiformats/dns": "^1.0.6",
93
93
  "@multiformats/multiaddr": "^13.0.1",
94
94
  "@multiformats/multiaddr-matcher": "^3.0.1",
@@ -100,7 +100,7 @@
100
100
  "main-event": "^1.0.1",
101
101
  "multiformats": "^13.4.0",
102
102
  "p-defer": "^4.0.1",
103
- "p-event": "^6.0.1",
103
+ "p-event": "^7.0.0",
104
104
  "p-retry": "^7.0.0",
105
105
  "progress-events": "^1.0.1",
106
106
  "race-signal": "^2.0.0",
@@ -114,7 +114,7 @@
114
114
  "it-length-prefixed": "^10.0.1",
115
115
  "it-map": "^3.1.4",
116
116
  "it-take": "^3.0.9",
117
- "p-wait-for": "^5.0.2",
117
+ "p-wait-for": "^6.0.0",
118
118
  "sinon": "^21.0.0",
119
119
  "sinon-ts": "^2.0.0",
120
120
  "uint8arraylist": "^2.4.8",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
- export const version = '3.0.0'
1
+ export const version = '3.0.1-71e8ee163'
2
2
  export const name = 'js-libp2p'
@@ -1,24 +0,0 @@
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
- "dnsaddrResolver": "https://libp2p.github.io/js-libp2p/variables/libp2p.index.dnsaddrResolver.html",
14
- "createLibp2p": "https://libp2p.github.io/js-libp2p/functions/libp2p.index.createLibp2p.html",
15
- ".:createLibp2p": "https://libp2p.github.io/js-libp2p/functions/libp2p.index.createLibp2p.html",
16
- "isLibp2p": "https://libp2p.github.io/js-libp2p/functions/libp2p.index.isLibp2p.html",
17
- ".:isLibp2p": "https://libp2p.github.io/js-libp2p/functions/libp2p.index.isLibp2p.html",
18
- "userAgent": "https://libp2p.github.io/js-libp2p/functions/libp2p.user-agent.userAgent.html",
19
- "./user-agent:userAgent": "https://libp2p.github.io/js-libp2p/functions/libp2p.user-agent.userAgent.html",
20
- "name": "https://libp2p.github.io/js-libp2p/variables/libp2p.version.name.html",
21
- "./version:name": "https://libp2p.github.io/js-libp2p/variables/libp2p.version.name.html",
22
- "version": "https://libp2p.github.io/js-libp2p/variables/libp2p.version.version.html",
23
- "./version:version": "https://libp2p.github.io/js-libp2p/variables/libp2p.version.version.html"
24
- }