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 Feb 3, 2024
1 parent 6028b04 commit 2ec7432
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

---

## [5.0.0] 2024-02-03

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

---

## [4.0.0] 2022-02-07

### Added
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"src/*"
],
"dependencies": {
"@aws-lite/client": "^0.15.1",
"@aws-lite/client": "^0.16.0",
"@aws-lite/dynamodb": "^0.3.3",
"@aws-lite/ssm": "^0.2.2",
"@begin/hashid": "^1.0.0",
Expand All @@ -34,7 +34,7 @@
},
"devDependencies": {
"@architect/eslint-config": "^2.1.2",
"@architect/sandbox": "^6.0.0-RC.1",
"@architect/sandbox": "^6.0.0",
"eslint": "^8.56.0",
"tap-spec": "^5.0.0",
"tape": "^5.7.4",
Expand Down

0 comments on commit 2ec7432

Please sign in to comment.