@libp2p/mplex 10.0.22-d9366f9aa → 10.0.23-1cc6a9405

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/mplex",
3
- "version": "10.0.22-d9366f9aa",
3
+ "version": "10.0.23-1cc6a9405",
4
4
  "description": "JavaScript implementation of https://github.com/libp2p/mplex",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/stream-multiplexer-mplex#readme",
@@ -62,8 +62,8 @@
62
62
  "test:electron-main": "aegir test -t electron-main"
63
63
  },
64
64
  "dependencies": {
65
- "@libp2p/interface": "1.3.1-d9366f9aa",
66
- "@libp2p/utils": "5.4.0-d9366f9aa",
65
+ "@libp2p/interface": "1.3.1-1cc6a9405",
66
+ "@libp2p/utils": "5.4.1-1cc6a9405",
67
67
  "it-pipe": "^3.0.1",
68
68
  "it-pushable": "^3.2.3",
69
69
  "it-stream-types": "^2.0.1",
@@ -72,8 +72,8 @@
72
72
  "uint8arrays": "^5.0.3"
73
73
  },
74
74
  "devDependencies": {
75
- "@libp2p/interface-compliance-tests": "5.4.3-d9366f9aa",
76
- "@libp2p/logger": "4.0.12-d9366f9aa",
75
+ "@libp2p/interface-compliance-tests": "5.4.4-1cc6a9405",
76
+ "@libp2p/logger": "4.0.12-1cc6a9405",
77
77
  "aegir": "^42.2.5",
78
78
  "benchmark": "^2.1.4",
79
79
  "cborg": "^4.1.4",