@scloud/lambda-api 0.3.4 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,7 @@ This is a piece of useful boilerplate to handle the mechanics of routing, header
|
|
|
6
6
|
|
|
7
7
|
## Releae notes
|
|
8
8
|
|
|
9
|
+
* `0.3.5`: `actions/setup-node@v4` and Node `lts`
|
|
9
10
|
* `0.3.4`: `ContextBuilder` no longer needs to return context values.
|
|
10
11
|
* `0.3.3`: `actions/checkout@v4` and Node `20.x`
|
|
11
12
|
* `0.3.2`: Add `ContextBuilder` to have the option to populate `Request.context` with access to the parsed `Request`.
|