@libp2p/daemon-client 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.
Files changed (1) hide show
  1. package/package.json +4 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/daemon-client",
3
- "version": "0.0.0",
3
+ "version": "0.0.1",
4
4
  "description": "libp2p-daemon client implementation",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p-daemon/tree/master/packages/libp2p-daemon-client#readme",
@@ -120,6 +120,7 @@
120
120
  },
121
121
  "scripts": {
122
122
  "lint": "aegir lint",
123
+ "dep-check": "aegir dep-check dist/src/**/*.js dist/test/**/*.js",
123
124
  "build": "tsc",
124
125
  "pretest": "npm run build",
125
126
  "test": "aegir test -t node -f ./dist/test/*.js",
@@ -131,30 +132,21 @@
131
132
  "@libp2p/interfaces": "^1.3.17",
132
133
  "@libp2p/logger": "^1.1.2",
133
134
  "@libp2p/peer-id": "^1.1.8",
135
+ "@libp2p/tcp": "^1.0.6",
134
136
  "@multiformats/multiaddr": "^10.1.8",
135
137
  "err-code": "^3.0.1",
136
138
  "it-handshake": "^3.0.1",
137
139
  "it-length-prefixed": "^7.0.1",
138
140
  "it-stream-types": "^1.0.4",
139
- "libp2p-daemon": "^0.10.0",
140
- "libp2p-tcp": "^0.17.1",
141
- "multiaddr": "^10.0.0",
142
- "multiformats": "^9.4.2",
143
- "peer-id": "^0.16.0"
141
+ "multiformats": "^9.4.2"
144
142
  },
145
143
  "devDependencies": {
146
144
  "@libp2p/peer-id-factory": "^1.0.8",
147
- "@libp2p/tcp": "^1.0.6",
148
145
  "aegir": "^36.0.0",
149
146
  "it-buffer": "^0.1.3",
150
147
  "it-pipe": "^2.0.3",
151
148
  "it-pushable": "^2.0.1",
152
- "mocha": "^9.1.1",
153
- "net": "^1.0.2",
154
- "os": "^0.1.2",
155
- "path": "^0.12.7",
156
149
  "sinon": "^13.0.1",
157
- "streaming-iterables": "^6.0.0",
158
150
  "uint8arrays": "^3.0.0"
159
151
  }
160
152
  }