@libp2p/mplex 10.0.13-9891ecd73 → 10.0.13-dab5cf724

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 +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/mplex",
3
- "version": "10.0.13-9891ecd73",
3
+ "version": "10.0.13-dab5cf724",
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",
@@ -61,27 +61,27 @@
61
61
  "test:electron-main": "aegir test -t electron-main"
62
62
  },
63
63
  "dependencies": {
64
- "@libp2p/interface": "1.1.2-9891ecd73",
65
- "@libp2p/utils": "5.2.3-9891ecd73",
64
+ "@libp2p/interface": "1.1.2-dab5cf724",
65
+ "@libp2p/utils": "5.2.3-dab5cf724",
66
66
  "it-pipe": "^3.0.1",
67
67
  "it-pushable": "^3.2.3",
68
68
  "it-stream-types": "^2.0.1",
69
- "uint8-varint": "^2.0.4",
70
- "uint8arraylist": "^2.4.8",
71
- "uint8arrays": "^5.0.1"
69
+ "uint8-varint": "^2.0.2",
70
+ "uint8arraylist": "^2.4.7",
71
+ "uint8arrays": "^5.0.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@libp2p/interface-compliance-tests": "5.2.0-9891ecd73",
75
- "@libp2p/logger": "4.0.5-9891ecd73",
76
- "aegir": "^42.2.3",
74
+ "@libp2p/interface-compliance-tests": "5.2.0-dab5cf724",
75
+ "@libp2p/logger": "4.0.5-dab5cf724",
76
+ "aegir": "^42.0.0",
77
77
  "benchmark": "^2.1.4",
78
- "cborg": "^4.0.8",
78
+ "cborg": "^4.0.3",
79
79
  "delay": "^6.0.0",
80
80
  "iso-random-stream": "^2.0.2",
81
- "it-all": "^3.0.4",
81
+ "it-all": "^3.0.3",
82
82
  "it-drain": "^3.0.5",
83
- "it-foreach": "^2.0.6",
84
- "it-map": "^3.0.5",
83
+ "it-foreach": "^2.0.2",
84
+ "it-map": "^3.0.4",
85
85
  "it-pair": "^2.0.6",
86
86
  "p-defer": "^4.0.0",
87
87
  "random-int": "^3.0.0"