itty-lambda 1.0.1 → 1.0.3

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 +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,6 +7,9 @@
7
7
  ![node.js support as of v20](https://img.shields.io/badge/Node.js-v20-yellow)
8
8
  ](https://nodejs.org/docs/latest-v20.x/api/)
9
9
 
10
+ [
11
+ ![npm](https://nodei.co/npm/itty-lambda.png)
12
+ ](https://www.npmjs.com/package/itty-lambda)
10
13
 
11
14
  AWS Lambda functions can respond to HTTP requests via one of the following invocation types:
12
15
  - [Function urls][lambda-function-urls]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itty-lambda",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "AWS Lambda support for itty-router",
5
5
  "author": "Evan Kaufman <evan@evanskaufman.com>",
6
6
  "license": "MIT",