Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rkamysz committed Jul 31, 2023
1 parent 990a303 commit dbf59c4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 3 additions & 1 deletion src/api/endpoints/actions/routes/list-actions.route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ export class ListActionsRoute extends GetRoute {
}

private constructor(handler: RouteHandler) {
super('actions', handler, new ListActionsRouteIO());
super('actions', handler, {
io: new ListActionsRouteIO(),
});
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dbf59c4

Please sign in to comment.