itty-lambda 1.0.10 → 1.0.12

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,8 +4,8 @@
4
4
  ![ci status](https://github.com/EvanK/itty-lambda/actions/workflows/ci.yaml/badge.svg)
5
5
  ](https://github.com/EvanK/itty-lambda/actions/workflows/ci.yaml)
6
6
  [
7
- ![node.js support as of v20](https://img.shields.io/badge/Node.js-v20-yellow)
8
- ](https://nodejs.org/docs/latest-v20.x/api/)
7
+ ![Node.js supported and tested on v20 through v26](https://img.shields.io/badge/Node.js-v20%20--%20v26-seagreen?logo=nodedotjs "Node.js supported and tested on v20 through v26")
8
+ ](https://nodejs.org/en/about/previous-releases)
9
9
 
10
10
  [
11
11
  ![npm](https://nodei.co/npm/itty-lambda.png)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itty-lambda",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "description": "AWS Lambda support for itty-router",
5
5
  "author": "Evan Kaufman <evan@evanskaufman.com>",
6
6
  "license": "MIT",