libp2p 0.46.5 → 0.46.6

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.5";
1
+ export declare const version = "0.46.6";
2
2
  export declare const name = "libp2p";
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -1,3 +1,3 @@
1
- export const version = '0.46.5';
1
+ export const version = '0.46.6';
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": "0.46.5",
3
+ "version": "0.46.6",
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",
@@ -138,6 +138,7 @@
138
138
  "abortable-iterator": "^5.0.1",
139
139
  "any-signal": "^4.1.1",
140
140
  "datastore-core": "^9.0.1",
141
+ "delay": "^6.0.0",
141
142
  "interface-datastore": "^8.2.0",
142
143
  "it-all": "^3.0.2",
143
144
  "it-drain": "^3.0.2",
@@ -182,7 +183,6 @@
182
183
  "@libp2p/websockets": "^7.0.4",
183
184
  "@types/xsalsa20": "^1.1.0",
184
185
  "aegir": "^40.0.8",
185
- "delay": "^6.0.0",
186
186
  "execa": "^7.1.1",
187
187
  "go-libp2p": "^1.1.1",
188
188
  "it-pushable": "^3.2.0",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
- export const version = '0.46.5'
1
+ export const version = '0.46.6'
2
2
  export const name = 'libp2p'