@peerbit/server 5.0.41 → 5.0.43

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerbit/server",
3
- "version": "5.0.41",
3
+ "version": "5.0.43",
4
4
  "author": "dao.xyz",
5
5
  "repository": {
6
6
  "type": "git",
@@ -67,7 +67,7 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@peerbit/test-lib": "^0.0.1",
70
- "@peerbit/test-utils": "2.0.39",
70
+ "@peerbit/test-utils": "2.0.41",
71
71
  "@types/yargs": "17.0.24",
72
72
  "aws-sdk": "^2.1259.0",
73
73
  "dotenv": "^16.1.4",
@@ -79,7 +79,7 @@
79
79
  "@dao-xyz/libp2p-noise": "^14.1.2",
80
80
  "axios": "^1.4.0",
81
81
  "chalk": "^5.3.0",
82
- "peerbit": "4.0.13",
82
+ "peerbit": "4.0.15",
83
83
  "yargs": "^17.7.2",
84
84
  "tar-stream": "^3.1.7",
85
85
  "tmp": "^0.2.1",
package/src/cli.ts CHANGED
@@ -234,7 +234,7 @@ export const cli = async (args?: string[]) => {
234
234
  },
235
235
  handler: async (args) => {
236
236
  const domain = await createTestDomain();
237
- await startCertbot(domain, args.email, args.outdir, args.wait);
237
+ await startCertbot(domain, args.email, args.wait);
238
238
  exit();
239
239
  },
240
240
  })