@visulima/connect 2.1.9 → 2.1.10
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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## @visulima/connect [2.1.10](https://github.com/visulima/visulima/compare/@visulima/connect@2.1.9...@visulima/connect@2.1.10) (2023-11-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* updated dep versions ([ed70375](https://github.com/visulima/visulima/commit/ed7037584477dbda4a8a6405a1104876e8a6c703))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@visulima/nextra-theme-docs:** upgraded to 4.0.10
|
|
13
|
+
|
|
1
14
|
## @visulima/connect [2.1.9](https://github.com/visulima/visulima/compare/@visulima/connect@2.1.8...@visulima/connect@2.1.9) (2023-11-30)
|
|
2
15
|
|
|
3
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/connect",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.10",
|
|
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",
|
|
@@ -85,11 +85,11 @@
|
|
|
85
85
|
"@anolilab/eslint-config": "^15.0.2",
|
|
86
86
|
"@anolilab/prettier-config": "^5.0.13",
|
|
87
87
|
"@anolilab/semantic-release-preset": "^8.0.2",
|
|
88
|
-
"@babel/core": "^7.23.
|
|
88
|
+
"@babel/core": "^7.23.5",
|
|
89
89
|
"@rushstack/eslint-plugin-security": "^0.7.1",
|
|
90
90
|
"@types/http-errors": "^2.0.4",
|
|
91
91
|
"@types/node": "18.18.8",
|
|
92
|
-
"@visulima/nextra-theme-docs": "4.0.
|
|
92
|
+
"@visulima/nextra-theme-docs": "4.0.10",
|
|
93
93
|
"@vitest/coverage-v8": "^0.34.6",
|
|
94
94
|
"cross-env": "^7.0.3",
|
|
95
95
|
"eslint": "^8.54.0",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"zod": "^3.22.4"
|
|
114
114
|
},
|
|
115
115
|
"peerDependencies": {
|
|
116
|
-
"zod": "^3.
|
|
116
|
+
"zod": "^3.22.4"
|
|
117
117
|
},
|
|
118
118
|
"engines": {
|
|
119
119
|
"node": ">=18.* <=21.*"
|