Compare commits

..

No commits in common. "fb729e6a1dcdedf9159bef3d6ce20f53ac1bbf42" and "94d2288a220aa38397bedaa0b05ac718a6451e47" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -10,10 +10,10 @@
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^10.0.1",
"@types/node": "^18.13.0",
"@types/node": "^18.11.19",
"esbuild": "^0.15.18",
"prettier": "^2.8.4",
"rollup": "^3.15.0",
"prettier": "^2.8.3",
"rollup": "^3.14.0",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "^4.1.1"

View File

@ -71,7 +71,7 @@ const plugin: Plugin = {
name: "handshake",
async plugin(_api: PluginAPI): Promise<void> {
api = _api;
boot(api);
await boot(api);
const proxy = new Proxy({
swarm: api.swarm,
protocol: PROTOCOL,