Skip to content

Commit cab21f6

Browse files
committed
Update deps and changelog
1 parent 9834074 commit cab21f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Also see: [Architect changelog](https://github.com/architect/architect/blob/main
66

77
---
88

9-
## [8.0.0] 2023-10-17
9+
## [8.0.0 - 8.0.1] 2024-02-03
1010

1111
Architect Functions just got a lot faster. Gone are the days of 500-1000ms cold starts due to instantiating the AWS SDK – Functions v8 is now between 2-5x faster, and uses 2-4x less memory, courtesy of [aws-lite](https://aws-lite.org)!
1212

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"license": "Apache-2.0",
2727
"dependencies": {
2828
"@aws-lite/apigatewaymanagementapi": "^0.0.7",
29-
"@aws-lite/client": "^0.16.0",
29+
"@aws-lite/client": "^0.16.1",
3030
"@aws-lite/dynamodb": "^0.3.3",
3131
"@aws-lite/sns": "^0.0.4",
3232
"@aws-lite/sqs": "^0.2.0",
@@ -40,7 +40,7 @@
4040
"uid-safe": "^2.1.5"
4141
},
4242
"devDependencies": {
43-
"@architect/asap": "^7.0.3",
43+
"@architect/asap": "^7.0.4",
4444
"@architect/eslint-config": "2.1.1",
4545
"@architect/req-res-fixtures": "git+https://github.com/architect/req-res-fixtures.git",
4646
"@architect/sandbox": "^6.0.0",

0 commit comments

Comments
 (0)