@libp2p/multistream-select 1.0.0 → 1.0.3

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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/multistream-select",
3
- "version": "1.0.0",
3
+ "version": "1.0.3",
4
4
  "description": "JavaScript implementation of multistream-select",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p-interfaces/tree/master/packages/libp2p-multistream-select#readme",
@@ -136,23 +136,23 @@
136
136
  "test:electron-main": "npm run test -- -t electron-main"
137
137
  },
138
138
  "dependencies": {
139
- "@libp2p/interfaces": "^1.3.6",
140
- "@libp2p/logger": "^1.0.3",
139
+ "@libp2p/interfaces": "^1.3.0",
140
+ "@libp2p/logger": "^1.1.0",
141
141
  "abortable-iterator": "^4.0.2",
142
142
  "err-code": "^3.0.1",
143
143
  "it-first": "^1.0.6",
144
- "it-handshake": "^3.0.0",
145
- "it-length-prefixed": "^7.0.0",
144
+ "it-handshake": "^3.0.1",
145
+ "it-length-prefixed": "^7.0.1",
146
146
  "it-pipe": "^2.0.3",
147
147
  "it-pushable": "^2.0.1",
148
148
  "it-reader": "^5.0.0",
149
149
  "it-stream-types": "^1.0.4",
150
150
  "p-defer": "^4.0.0",
151
- "uint8arraylist": "^1.2.0",
151
+ "uint8arraylist": "^1.4.0",
152
152
  "uint8arrays": "^3.0.0"
153
153
  },
154
154
  "devDependencies": {
155
- "aegir": "^36.1.1",
155
+ "aegir": "^36.1.3",
156
156
  "iso-random-stream": "^2.0.2",
157
157
  "it-all": "^1.0.6",
158
158
  "it-map": "^1.0.6",