Skip to content

Commit

Permalink
Update deps and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Mar 25, 2024
1 parent 1b706d1 commit 03329cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions _changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Also see: [Architect changelog](https://github.com/architect/architect/blob/main
- https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-util-dynamodb/Interface/marshallOptions/
- https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-util-dynamodb/Interface/unmarshallOptions/


### Changed

- Fixed potential issue where parsing SQS errors may fail
- Updated dependencies

---

## [8.0.3] 2024-02-09
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-lite/apigatewaymanagementapi": "^0.0.8",
"@aws-lite/client": "^0.19.0-RC.0",
"@aws-lite/client": "^0.20.0",
"@aws-lite/dynamodb": "^0.3.4",
"@aws-lite/sns": "^0.0.5",
"@aws-lite/sqs": "^0.2.1",
"@aws-lite/sns": "^0.0.6",
"@aws-lite/sqs": "^0.2.2",
"@aws-lite/ssm": "^0.2.3",
"cookie": "^0.6.0",
"cookie-signature": "^1.2.1",
Expand All @@ -40,14 +40,14 @@
"uid-safe": "^2.1.5"
},
"devDependencies": {
"@architect/asap": "^7.0.7",
"@architect/asap": "^7.0.8",
"@architect/eslint-config": "2.1.2",
"@architect/req-res-fixtures": "git+https://github.com/architect/req-res-fixtures.git",
"@architect/sandbox": "^6.0.2",
"@aws-lite/apigatewaymanagementapi-types": "^0.0.11",
"@aws-lite/dynamodb-types": "^0.3.6",
"@aws-lite/sns-types": "^0.0.7",
"@aws-lite/sqs-types": "^0.2.3",
"@aws-lite/sns-types": "^0.0.8",
"@aws-lite/sqs-types": "^0.2.4",
"@types/aws-lambda": "^8.10.136",
"@types/node": "18",
"cross-env": "~7.0.3",
Expand Down

0 comments on commit 03329cd

Please sign in to comment.