libp2p 2.1.8 → 2.1.9

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.1.8";
1
+ export declare const version = "2.1.9";
2
2
  export declare const name = "libp2p";
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -1,3 +1,3 @@
1
- export const version = '2.1.8';
1
+ export const version = '2.1.9';
2
2
  export const name = 'libp2p';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "libp2p",
3
- "version": "2.1.8",
3
+ "version": "2.1.9",
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",
@@ -114,7 +114,7 @@
114
114
  },
115
115
  "devDependencies": {
116
116
  "@chainsafe/libp2p-yamux": "^7.0.0",
117
- "@libp2p/circuit-relay-v2": "^2.1.4",
117
+ "@libp2p/circuit-relay-v2": "^2.1.5",
118
118
  "@libp2p/identify": "^3.0.8",
119
119
  "@libp2p/interface-compliance-tests": "^6.1.6",
120
120
  "@libp2p/mplex": "^11.0.8",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
- export const version = '2.1.8'
1
+ export const version = '2.1.9'
2
2
  export const name = 'libp2p'