@libp2p/daemon-server 0.0.0 → 0.0.1
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 +4 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/daemon-server",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1",
|
|
4
4
|
"description": "API server for libp2p-daemon instances",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p-daemon/tree/master/packages/libp2p-daemon#readme",
|
|
@@ -127,6 +127,7 @@
|
|
|
127
127
|
},
|
|
128
128
|
"scripts": {
|
|
129
129
|
"lint": "aegir lint",
|
|
130
|
+
"dep-check": "aegir dep-check dist/src/**/*.js dist/test/**/*.js",
|
|
130
131
|
"build": "tsc",
|
|
131
132
|
"pretest": "npm run build",
|
|
132
133
|
"test": "aegir test -t node -f test/*.js test/**/*.js",
|
|
@@ -138,25 +139,18 @@
|
|
|
138
139
|
"@libp2p/daemon-protocol": "^0.0.0",
|
|
139
140
|
"@libp2p/interfaces": "^1.3.17",
|
|
140
141
|
"@multiformats/multiaddr": "^10.1.8",
|
|
141
|
-
"it-all": "^1.0.6",
|
|
142
142
|
"it-drain": "^1.0.5",
|
|
143
|
-
"it-buffer": "^0.1.3",
|
|
144
143
|
"it-handshake": "^3.0.1",
|
|
145
144
|
"it-length-prefixed": "^7.0.1",
|
|
146
145
|
"it-pipe": "^2.0.3",
|
|
147
146
|
"it-pushable": "^2.0.1",
|
|
148
147
|
"multiformats": "^9.4.2",
|
|
149
|
-
"
|
|
150
|
-
"protobufjs": "^6.10.2",
|
|
151
|
-
"stream-to-it": "^0.2.0",
|
|
152
|
-
"streaming-iterables": "^6.0.0",
|
|
153
|
-
"uint8arrays": "^3.0.0",
|
|
154
|
-
"yargs": "^17.3.1",
|
|
155
|
-
"yargs-promise": "^1.1.0"
|
|
148
|
+
"uint8arrays": "^3.0.0"
|
|
156
149
|
},
|
|
157
150
|
"devDependencies": {
|
|
158
151
|
"aegir": "^36.0.0",
|
|
159
152
|
"delay": "^5.0.0",
|
|
153
|
+
"it-buffer": "^0.1.3",
|
|
160
154
|
"it-pair": "^2.0.2",
|
|
161
155
|
"mocha": "^9.1.1",
|
|
162
156
|
"p-defer": "^4.0.0",
|