@visulima/connect 2.1.7 → 2.1.8
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 [2.1.8](https://github.com/visulima/visulima/compare/@visulima/connect@2.1.7...@visulima/connect@2.1.8) (2023-11-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* fixed the homepage url of the package ([02075ce](https://github.com/visulima/visulima/commit/02075ce997d62c1caf79690b32dd2f931e64bebe))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@visulima/nextra-theme-docs:** upgraded to 4.0.8
|
|
13
|
+
|
|
1
14
|
## @visulima/connect [2.1.7](https://github.com/visulima/visulima/compare/@visulima/connect@2.1.6...@visulima/connect@2.1.7) (2023-11-02)
|
|
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.8",
|
|
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",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"http2",
|
|
15
15
|
"zod"
|
|
16
16
|
],
|
|
17
|
-
"homepage": "https://visulima.com/
|
|
17
|
+
"homepage": "https://www.visulima.com/docs/package/connect",
|
|
18
18
|
"bugs": {
|
|
19
19
|
"url": "https://github.com/visulima/visulima/issues"
|
|
20
20
|
},
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"@rushstack/eslint-plugin-security": "^0.7.1",
|
|
90
90
|
"@types/http-errors": "^2.0.3",
|
|
91
91
|
"@types/node": "18.18.8",
|
|
92
|
-
"@visulima/nextra-theme-docs": "4.0.
|
|
92
|
+
"@visulima/nextra-theme-docs": "4.0.8",
|
|
93
93
|
"@vitest/coverage-v8": "^0.34.6",
|
|
94
94
|
"cross-env": "^7.0.3",
|
|
95
95
|
"eslint": "^8.52.0",
|