@libp2p/multistream-select 1.0.1 → 1.0.4
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.
- package/package.json +18 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/multistream-select",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
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",
|
|
@@ -123,36 +123,37 @@
|
|
|
123
123
|
]
|
|
124
124
|
},
|
|
125
125
|
"scripts": {
|
|
126
|
+
"clean": "aegir clean",
|
|
126
127
|
"lint": "aegir lint",
|
|
127
|
-
"dep-check": "aegir dep-check
|
|
128
|
-
"build": "
|
|
129
|
-
"
|
|
130
|
-
"test": "aegir test -
|
|
131
|
-
"test:chrome": "
|
|
132
|
-
"test:
|
|
133
|
-
"test:firefox": "
|
|
134
|
-
"test:
|
|
135
|
-
"test:
|
|
136
|
-
"
|
|
128
|
+
"dep-check": "aegir dep-check",
|
|
129
|
+
"build": "aegir build",
|
|
130
|
+
"test": "aegir test",
|
|
131
|
+
"test:chrome": "aegir test -t browser --cov",
|
|
132
|
+
"test:chrome-webworker": "aegir test -t webworker",
|
|
133
|
+
"test:firefox": "aegir test -t browser -- --browser firefox",
|
|
134
|
+
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
|
|
135
|
+
"test:node": "aegir test -t node --cov",
|
|
136
|
+
"test:electron-main": "aegir test -t electron-main",
|
|
137
|
+
"release": "aegir release"
|
|
137
138
|
},
|
|
138
139
|
"dependencies": {
|
|
139
|
-
"@libp2p/interfaces": "^1.3.
|
|
140
|
-
"@libp2p/logger": "^1.0
|
|
140
|
+
"@libp2p/interfaces": "^1.3.0",
|
|
141
|
+
"@libp2p/logger": "^1.1.0",
|
|
141
142
|
"abortable-iterator": "^4.0.2",
|
|
142
143
|
"err-code": "^3.0.1",
|
|
143
144
|
"it-first": "^1.0.6",
|
|
144
|
-
"it-handshake": "^3.0.
|
|
145
|
-
"it-length-prefixed": "^7.0.
|
|
145
|
+
"it-handshake": "^3.0.1",
|
|
146
|
+
"it-length-prefixed": "^7.0.1",
|
|
146
147
|
"it-pipe": "^2.0.3",
|
|
147
148
|
"it-pushable": "^2.0.1",
|
|
148
149
|
"it-reader": "^5.0.0",
|
|
149
150
|
"it-stream-types": "^1.0.4",
|
|
150
151
|
"p-defer": "^4.0.0",
|
|
151
|
-
"uint8arraylist": "^1.
|
|
152
|
+
"uint8arraylist": "^1.4.0",
|
|
152
153
|
"uint8arrays": "^3.0.0"
|
|
153
154
|
},
|
|
154
155
|
"devDependencies": {
|
|
155
|
-
"aegir": "^
|
|
156
|
+
"aegir": "^37.0.7",
|
|
156
157
|
"iso-random-stream": "^2.0.2",
|
|
157
158
|
"it-all": "^1.0.6",
|
|
158
159
|
"it-map": "^1.0.6",
|