@visulima/connect 3.0.11 → 3.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.
- package/CHANGELOG.md +13 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## @visulima/connect [3.0.12](https://github.com/visulima/visulima/compare/@visulima/connect@3.0.11...@visulima/connect@3.0.12) (2024-06-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* allow node v22 ([890d457](https://github.com/visulima/visulima/commit/890d4570f18428e2463944813c0c638b3f142803))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@visulima/nextra-theme-docs:** upgraded to 4.0.26
|
|
13
|
+
|
|
1
14
|
## @visulima/connect [3.0.11](https://github.com/visulima/visulima/compare/@visulima/connect@3.0.10...@visulima/connect@3.0.11) (2024-06-05)
|
|
2
15
|
|
|
3
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/connect",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.12",
|
|
4
4
|
"description": "The minimal router and middleware layer for Next.js, Micro, Vercel, or Node.js http/http2 with support for zod validation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@rushstack/eslint-plugin-security": "^0.8.1",
|
|
76
76
|
"@types/http-errors": "^2.0.4",
|
|
77
77
|
"@types/node": "18.18.14",
|
|
78
|
-
"@visulima/nextra-theme-docs": "4.0.
|
|
78
|
+
"@visulima/nextra-theme-docs": "4.0.26",
|
|
79
79
|
"@vitest/coverage-v8": "^1.6.0",
|
|
80
80
|
"@vitest/ui": "^1.6.0",
|
|
81
81
|
"cross-env": "^7.0.3",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"zod": "^3.22.4"
|
|
103
103
|
},
|
|
104
104
|
"engines": {
|
|
105
|
-
"node": ">=18.* <=
|
|
105
|
+
"node": ">=18.* <=22.*"
|
|
106
106
|
},
|
|
107
107
|
"os": [
|
|
108
108
|
"darwin",
|