From dbf59c43b23787e63af635e8365a91ac80dd44a3 Mon Sep 17 00:00:00 2001 From: rkamysz Date: Mon, 31 Jul 2023 14:00:07 +0200 Subject: [PATCH] update --- package.json | 4 ++-- .../actions/routes/list-actions.route.ts | 4 +++- yarn.lock | 18 +++++++++--------- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 6b76c8c..87a3e9d 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,8 @@ "typescript": "^4.8.2" }, "dependencies": { - "@alien-worlds/aw-broadcast": "^0.0.3", - "@alien-worlds/aw-core": "^0.0.3", + "@alien-worlds/aw-broadcast": "^0.0.5", + "@alien-worlds/aw-core": "^0.0.6", "@alien-worlds/aw-workers": "^0.0.2", "async": "^3.2.4", "commander": "^10.0.1", diff --git a/src/api/endpoints/actions/routes/list-actions.route.ts b/src/api/endpoints/actions/routes/list-actions.route.ts index e36cfd4..3e10557 100644 --- a/src/api/endpoints/actions/routes/list-actions.route.ts +++ b/src/api/endpoints/actions/routes/list-actions.route.ts @@ -7,6 +7,8 @@ export class ListActionsRoute extends GetRoute { } private constructor(handler: RouteHandler) { - super('actions', handler, new ListActionsRouteIO()); + super('actions', handler, { + io: new ListActionsRouteIO(), + }); } } diff --git a/yarn.lock b/yarn.lock index 212fb35..85d6492 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,18 +2,18 @@ # yarn lockfile v1 -"@alien-worlds/aw-broadcast@^0.0.3": - version "0.0.3" - resolved "https://npm.pkg.github.com/download/@alien-worlds/aw-broadcast/0.0.3/ee62d2dccf49ae3da426e8c92ddf01520a677616#ee62d2dccf49ae3da426e8c92ddf01520a677616" - integrity sha512-L254cFKKRey6ni68ftE1w0rRPtz5nedUG1lB4sMe+Q5e0wXDyMLGi09dlAUN6PBBQQDCW6BDiD5pyTGgk1I5SA== +"@alien-worlds/aw-broadcast@^0.0.5": + version "0.0.5" + resolved "https://npm.pkg.github.com/download/@alien-worlds/aw-broadcast/0.0.5/2f6d4d0c6cfe8b039efd758a40ad23d18bee2efd#2f6d4d0c6cfe8b039efd758a40ad23d18bee2efd" + integrity sha512-fPMAZKLxzhK0ZJWQ5LYZaaRnwnZgsGdDvlZCwd2rY8I/j/elTpJ/N2hJ85GJaHgp1EmICj7o7+R3INkasXLGyg== dependencies: - "@alien-worlds/aw-core" "^0.0.3" + "@alien-worlds/aw-core" "^0.0.6" nanoid "^3.0.0" -"@alien-worlds/aw-core@^0.0.3": - version "0.0.3" - resolved "https://npm.pkg.github.com/download/@alien-worlds/aw-core/0.0.3/1b5af094fced3d97824d909190d446c116aa6bec#1b5af094fced3d97824d909190d446c116aa6bec" - integrity sha512-5aWRA7svi9qWEZO0ROJNUNGnw/KftSPLkcekCjm5ecB0ufMo01eI68A+RlufuCbLaeTKH8K8pKWFgycSxGRBwQ== +"@alien-worlds/aw-core@^0.0.6": + version "0.0.6" + resolved "https://npm.pkg.github.com/download/@alien-worlds/aw-core/0.0.6/fdacb74371b9b80f311ff293e0ad4c5f8e105db5#fdacb74371b9b80f311ff293e0ad4c5f8e105db5" + integrity sha512-vrYMF1pA4LJqOvv3DaZ12WtmUdUkxrxjrmT+Zq5czu5N2VWw/XcrAygThCdBfGBwFS7WZBF93r46uf1BXGFC8w== dependencies: inversify "^6.0.1" node-fetch "2.6.6"