libp2p 1.3.1 → 1.3.2-2b2958fe6

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 = "1.3.1";
1
+ export declare const version = "1.3.2-2b2958fe6";
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,UAAU,CAAA;AAC9B,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 = '1.3.1';
1
+ export const version = '1.3.2-2b2958fe6';
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,OAAO,CAAA;AAC9B,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": "1.3.1",
3
+ "version": "1.3.2-2b2958fe6",
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",
@@ -85,39 +85,39 @@
85
85
  "test:webkit": "aegir test -t browser -f \"./dist/test/**/*.spec.js\" -- --browser webkit"
86
86
  },
87
87
  "dependencies": {
88
- "@libp2p/crypto": "^4.0.4",
89
- "@libp2p/interface": "^1.1.5",
90
- "@libp2p/interface-internal": "^1.0.10",
91
- "@libp2p/logger": "^4.0.8",
92
- "@libp2p/multistream-select": "^5.1.5",
93
- "@libp2p/peer-collections": "^5.1.8",
94
- "@libp2p/peer-id": "^4.0.8",
95
- "@libp2p/peer-id-factory": "^4.0.8",
96
- "@libp2p/peer-store": "^10.0.12",
97
- "@libp2p/utils": "^5.2.7",
98
- "@multiformats/dns": "^1.0.1",
99
- "@multiformats/multiaddr": "^12.2.0",
88
+ "@libp2p/crypto": "4.0.5-2b2958fe6",
89
+ "@libp2p/interface": "1.1.6-2b2958fe6",
90
+ "@libp2p/interface-internal": "1.0.11-2b2958fe6",
91
+ "@libp2p/logger": "4.0.9-2b2958fe6",
92
+ "@libp2p/multistream-select": "5.1.6-2b2958fe6",
93
+ "@libp2p/peer-collections": "5.1.9-2b2958fe6",
94
+ "@libp2p/peer-id": "4.0.9-2b2958fe6",
95
+ "@libp2p/peer-id-factory": "4.0.9-2b2958fe6",
96
+ "@libp2p/peer-store": "10.0.13-2b2958fe6",
97
+ "@libp2p/utils": "5.2.8-2b2958fe6",
98
+ "@multiformats/dns": "^1.0.5",
99
+ "@multiformats/multiaddr": "^12.2.1",
100
100
  "any-signal": "^4.1.1",
101
- "datastore-core": "^9.2.8",
101
+ "datastore-core": "^9.2.9",
102
102
  "interface-datastore": "^8.2.11",
103
103
  "it-merge": "^3.0.3",
104
104
  "it-parallel": "^3.0.6",
105
105
  "merge-options": "^3.0.4",
106
106
  "multiformats": "^13.1.0",
107
- "uint8arrays": "^5.0.2"
107
+ "uint8arrays": "^5.0.3"
108
108
  },
109
109
  "devDependencies": {
110
110
  "@chainsafe/libp2p-yamux": "^6.0.2",
111
- "@libp2p/circuit-relay-v2": "^1.0.17",
112
- "@libp2p/identify": "^1.0.16",
113
- "@libp2p/interface-compliance-tests": "^5.3.3",
114
- "@libp2p/mplex": "^10.0.17",
115
- "@libp2p/plaintext": "^1.0.17",
116
- "@libp2p/tcp": "^9.0.17",
117
- "@libp2p/websockets": "^8.0.17",
111
+ "@libp2p/circuit-relay-v2": "1.0.18-2b2958fe6",
112
+ "@libp2p/identify": "1.0.17-2b2958fe6",
113
+ "@libp2p/interface-compliance-tests": "5.3.4-2b2958fe6",
114
+ "@libp2p/mplex": "10.0.18-2b2958fe6",
115
+ "@libp2p/plaintext": "1.0.18-2b2958fe6",
116
+ "@libp2p/tcp": "9.0.18-2b2958fe6",
117
+ "@libp2p/websockets": "8.0.18-2b2958fe6",
118
118
  "@multiformats/mafmt": "^12.1.6",
119
- "@multiformats/multiaddr-matcher": "^1.1.2",
120
- "aegir": "^42.2.4",
119
+ "@multiformats/multiaddr-matcher": "^1.2.0",
120
+ "aegir": "^42.2.5",
121
121
  "delay": "^6.0.0",
122
122
  "it-all": "^3.0.4",
123
123
  "it-drain": "^3.0.5",
@@ -125,8 +125,8 @@
125
125
  "it-pipe": "^3.0.1",
126
126
  "it-pushable": "^3.2.3",
127
127
  "it-stream-types": "^2.0.1",
128
- "p-defer": "^4.0.0",
129
- "p-event": "^6.0.0",
128
+ "p-defer": "^4.0.1",
129
+ "p-event": "^6.0.1",
130
130
  "p-wait-for": "^5.0.2",
131
131
  "sinon": "^17.0.1",
132
132
  "sinon-ts": "^2.0.0",
@@ -24,7 +24,7 @@ Scenarios for Announce Addresses include:
24
24
 
25
25
  When a libp2p node is created, the Address Manager will be populated from the provided addresses through the libp2p configuration. Once the node is started, the Transport Manager component will gather the listen addresses from the Address Manager, so that the libp2p transports can attempt to bind to them.
26
26
 
27
- Libp2p will use the the Address Manager as the source of truth when advertising the peers addresses. After all transports are ready, other libp2p components/subsystems will kickoff, namely the Identify Service and the DHT. Both of them will announce the node addresses to the other peers in the network. The announce addresses will have an important role here and will be gathered by libp2p to compute its current addresses to advertise everytime it is needed.
27
+ Libp2p will use the Address Manager as the source of truth when advertising the peers addresses. After all transports are ready, other libp2p components/subsystems will kickoff, namely the Identify Service and the DHT. Both of them will announce the node addresses to the other peers in the network. The announce addresses will have an important role here and will be gathered by libp2p to compute its current addresses to advertise everytime it is needed.
28
28
 
29
29
  ## Future Considerations
30
30
 
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
- export const version = '1.3.1'
1
+ export const version = '1.3.2-2b2958fe6'
2
2
  export const name = 'libp2p'
@@ -1,14 +0,0 @@
1
- {
2
- "Libp2pInit": "https://libp2p.github.io/js-libp2p/interfaces/libp2p.index.Libp2pInit.html",
3
- ".:Libp2pInit": "https://libp2p.github.io/js-libp2p/interfaces/libp2p.index.Libp2pInit.html",
4
- "Libp2pOptions": "https://libp2p.github.io/js-libp2p/types/libp2p.index.Libp2pOptions.html",
5
- ".:Libp2pOptions": "https://libp2p.github.io/js-libp2p/types/libp2p.index.Libp2pOptions.html",
6
- "ServiceFactoryMap": "https://libp2p.github.io/js-libp2p/types/libp2p.index.ServiceFactoryMap.html",
7
- ".:ServiceFactoryMap": "https://libp2p.github.io/js-libp2p/types/libp2p.index.ServiceFactoryMap.html",
8
- "createLibp2p": "https://libp2p.github.io/js-libp2p/functions/libp2p.index.createLibp2p.html",
9
- ".:createLibp2p": "https://libp2p.github.io/js-libp2p/functions/libp2p.index.createLibp2p.html",
10
- "name": "https://libp2p.github.io/js-libp2p/variables/libp2p.version.name.html",
11
- "./version:name": "https://libp2p.github.io/js-libp2p/variables/libp2p.version.name.html",
12
- "version": "https://libp2p.github.io/js-libp2p/variables/libp2p.version.version.html",
13
- "./version:version": "https://libp2p.github.io/js-libp2p/variables/libp2p.version.version.html"
14
- }