@scloud/lambda-api 1.1.7 → 1.1.8
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 +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,8 @@ This is a piece of useful boilerplate to handle the mechanics of routing, header
|
|
|
6
6
|
|
|
7
7
|
## Releae notes
|
|
8
8
|
|
|
9
|
-
* `1.1.
|
|
9
|
+
* `1.1.8`: Trusted publishing enabled
|
|
10
|
+
* `1.1.7`: Enable sending headers in ApiError
|
|
10
11
|
* `1.1.4`: Simplify error console logging
|
|
11
12
|
* `1.1.3`: Import from zod/v4 for backward compatibility with Zod 3
|
|
12
13
|
* `1.1.2`: Fix to be able to match multiple path parameters
|