Skip to content

Commit

Permalink
fix: update valory
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrconley committed Apr 28, 2020
1 parent d3afd07 commit 874ae35
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "valory-adaptor-alb",
"version": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"main": "dist/albAdaptor.js",
"typings": "dist/albAdaptor.d.ts",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"semantic-release": "^16.0.4",
"tslint": "^6.1.0",
"typescript": "^3.8.3",
"valory-runtime": "^4.0.0-v4.16"
"valory-runtime": "^4.0.0-v4.18"
},
"peerDependencies": {
"valory-runtime": "^4.0.0-v4.5"
Expand Down
3 changes: 2 additions & 1 deletion src/albAdaptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ export class ALBAdaptor implements ApiAdaptor {
pathParams: params,
rawBody: content,
method,
url: `${request.url}?${qs.stringify(request.queryStringParameters, null, null, {encodeURIComponent: noop})}`
path,
query: qs.stringify(request.queryStringParameters, null, null, {encodeURIComponent: noop})
});
tranRequest.attachments.putAttachment(ALBAdaptor.LambdaContextKey, request.context);
await handler(tranRequest);
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5673,10 +5673,10 @@ validate-npm-package-name@^3.0.0, validate-npm-package-name@~3.0.0:
dependencies:
builtins "^1.0.3"

valory-runtime@^4.0.0-v4.16:
version "4.0.0-v4.16"
resolved "https://registry.yarnpkg.com/valory-runtime/-/valory-runtime-4.0.0-v4.16.tgz#32f725895d752e6806ff6c217619309db65f27db"
integrity sha512-rqFyX6kgfakCHKLNOryxLJs/nkqafKggXIS3hy+l5GUysNAHI9mLnMScFtupBbMFJ73tPFIEaR8INLhevglf8w==
valory-runtime@^4.0.0-v4.18:
version "4.0.0-v4.18"
resolved "https://registry.yarnpkg.com/valory-runtime/-/valory-runtime-4.0.0-v4.18.tgz#c455774920c5603b124d4bdc6937796a2da91857"
integrity sha512-gD2e7Y3/dt0PaaIocQkRY4GQAgx4iS3/4kGBEpz+OG5csNY2DzNcD2Qy3KoCdfCRwcWHLDZzZNNvIgtWV4tYQg==
dependencies:
"@types/pino" "^6.0.0"
openapi-types "^1.3.5"
Expand Down

0 comments on commit 874ae35

Please sign in to comment.