@visulima/connect 2.1.4 → 2.1.6
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 +21 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## @visulima/connect [2.1.6](https://github.com/visulima/visulima/compare/@visulima/connect@2.1.5...@visulima/connect@2.1.6) (2023-10-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update dependencies in pnpm-lock.yaml ([d3a5626](https://github.com/visulima/visulima/commit/d3a5626d2c751c3e14f592db62b583b28046dcc7))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@visulima/nextra-theme-docs:** upgraded to 4.0.6
|
|
13
|
+
|
|
14
|
+
## @visulima/connect [2.1.5](https://github.com/visulima/visulima/compare/@visulima/connect@2.1.4...@visulima/connect@2.1.5) (2023-10-24)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Dependencies
|
|
19
|
+
|
|
20
|
+
* **@visulima/nextra-theme-docs:** upgraded to 4.0.5
|
|
21
|
+
|
|
1
22
|
## @visulima/connect [2.1.4](https://github.com/visulima/visulima/compare/@visulima/connect@2.1.3...@visulima/connect@2.1.4) (2023-10-24)
|
|
2
23
|
|
|
3
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/connect",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.6",
|
|
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",
|
|
@@ -89,13 +89,13 @@
|
|
|
89
89
|
"@rushstack/eslint-plugin-security": "^0.7.1",
|
|
90
90
|
"@types/http-errors": "^2.0.3",
|
|
91
91
|
"@types/node": "18.18.5",
|
|
92
|
-
"@visulima/nextra-theme-docs": "4.0.
|
|
92
|
+
"@visulima/nextra-theme-docs": "4.0.6",
|
|
93
93
|
"@vitest/coverage-v8": "^0.34.6",
|
|
94
94
|
"cross-env": "^7.0.3",
|
|
95
95
|
"eslint": "^8.52.0",
|
|
96
96
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
97
97
|
"eslint-plugin-etc": "^2.0.3",
|
|
98
|
-
"eslint-plugin-import": "npm:eslint-plugin-i@^2.
|
|
98
|
+
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.0",
|
|
99
99
|
"eslint-plugin-mdx": "^2.2.0",
|
|
100
100
|
"eslint-plugin-vitest": "^0.3.8",
|
|
101
101
|
"eslint-plugin-vitest-globals": "^1.4.0",
|