libp2p 2.2.0 → 2.2.1-7c085d10c

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 = "2.2.0";
1
+ export declare const version = "2.2.1-7c085d10c";
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 = '2.2.0';
1
+ export const version = '2.2.1-7c085d10c';
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": "2.2.0",
3
+ "version": "2.2.1-7c085d10c",
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,15 +85,15 @@
85
85
  "test:webkit": "aegir test -t browser -f \"./dist/test/**/*.spec.js\" -- --browser webkit"
86
86
  },
87
87
  "dependencies": {
88
- "@libp2p/crypto": "^5.0.6",
89
- "@libp2p/interface": "^2.2.0",
90
- "@libp2p/interface-internal": "^2.0.10",
91
- "@libp2p/logger": "^5.1.3",
92
- "@libp2p/multistream-select": "^6.0.8",
93
- "@libp2p/peer-collections": "^6.0.10",
94
- "@libp2p/peer-id": "^5.0.7",
95
- "@libp2p/peer-store": "^11.0.10",
96
- "@libp2p/utils": "^6.1.3",
88
+ "@libp2p/crypto": "5.0.6-7c085d10c",
89
+ "@libp2p/interface": "2.2.0-7c085d10c",
90
+ "@libp2p/interface-internal": "2.0.10-7c085d10c",
91
+ "@libp2p/logger": "5.1.3-7c085d10c",
92
+ "@libp2p/multistream-select": "6.0.8-7c085d10c",
93
+ "@libp2p/peer-collections": "6.0.10-7c085d10c",
94
+ "@libp2p/peer-id": "5.0.7-7c085d10c",
95
+ "@libp2p/peer-store": "11.0.10-7c085d10c",
96
+ "@libp2p/utils": "6.1.3-7c085d10c",
97
97
  "@multiformats/dns": "^1.0.6",
98
98
  "@multiformats/multiaddr": "^12.2.3",
99
99
  "@multiformats/multiaddr-matcher": "^1.2.1",
@@ -114,13 +114,13 @@
114
114
  },
115
115
  "devDependencies": {
116
116
  "@chainsafe/libp2p-yamux": "^7.0.0",
117
- "@libp2p/circuit-relay-v2": "^3.1.0",
118
- "@libp2p/identify": "^3.0.10",
119
- "@libp2p/interface-compliance-tests": "^6.1.8",
120
- "@libp2p/mplex": "^11.0.10",
121
- "@libp2p/plaintext": "^2.0.10",
122
- "@libp2p/tcp": "^10.0.11",
123
- "@libp2p/websockets": "^9.0.10",
117
+ "@libp2p/circuit-relay-v2": "3.1.0-7c085d10c",
118
+ "@libp2p/identify": "3.0.10-7c085d10c",
119
+ "@libp2p/interface-compliance-tests": "6.1.8-7c085d10c",
120
+ "@libp2p/mplex": "11.0.10-7c085d10c",
121
+ "@libp2p/plaintext": "2.0.10-7c085d10c",
122
+ "@libp2p/tcp": "10.0.11-7c085d10c",
123
+ "@libp2p/websockets": "9.0.11-7c085d10c",
124
124
  "@multiformats/mafmt": "^12.1.6",
125
125
  "aegir": "^44.0.1",
126
126
  "delay": "^6.0.0",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
- export const version = '2.2.0'
1
+ export const version = '2.2.1-7c085d10c'
2
2
  export const name = 'libp2p'
@@ -1,19 +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
- "createLibp2p": "https://libp2p.github.io/js-libp2p/functions/libp2p.index.createLibp2p.html",
14
- ".:createLibp2p": "https://libp2p.github.io/js-libp2p/functions/libp2p.index.createLibp2p.html",
15
- "name": "https://libp2p.github.io/js-libp2p/variables/libp2p.version.name.html",
16
- "./version:name": "https://libp2p.github.io/js-libp2p/variables/libp2p.version.name.html",
17
- "version": "https://libp2p.github.io/js-libp2p/variables/libp2p.version.version.html",
18
- "./version:version": "https://libp2p.github.io/js-libp2p/variables/libp2p.version.version.html"
19
- }