@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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. 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.5`: Enable sending headers in ApiError
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scloud/lambda-api",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Lambda handler for API Gateway proxy requests",
5
5
  "main": "dist/index.js",
6
6
  "files": [