@visulima/connect 3.0.8 → 3.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## @visulima/connect [3.0.10](https://github.com/visulima/visulima/compare/@visulima/connect@3.0.9...@visulima/connect@3.0.10) (2024-05-15)
2
+
3
+
4
+
5
+ ### Dependencies
6
+
7
+ * **@visulima/nextra-theme-docs:** upgraded to 4.0.24
8
+
9
+ ## @visulima/connect [3.0.9](https://github.com/visulima/visulima/compare/@visulima/connect@3.0.8...@visulima/connect@3.0.9) (2024-04-27)
10
+
11
+
12
+
13
+ ### Dependencies
14
+
15
+ * **@visulima/nextra-theme-docs:** upgraded to 4.0.23
16
+
1
17
  ## @visulima/connect [3.0.8](https://github.com/visulima/visulima/compare/@visulima/connect@3.0.7...@visulima/connect@3.0.8) (2024-04-17)
2
18
 
3
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/connect",
3
- "version": "3.0.8",
3
+ "version": "3.0.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",
@@ -86,13 +86,13 @@
86
86
  "@anolilab/eslint-config": "^15.0.3",
87
87
  "@anolilab/prettier-config": "^5.0.14",
88
88
  "@anolilab/semantic-release-preset": "^8.0.3",
89
- "@babel/core": "^7.24.4",
89
+ "@babel/core": "^7.24.5",
90
90
  "@rushstack/eslint-plugin-security": "^0.8.1",
91
91
  "@types/http-errors": "^2.0.4",
92
92
  "@types/node": "18.18.14",
93
- "@visulima/nextra-theme-docs": "4.0.22",
94
- "@vitest/coverage-v8": "^1.5.0",
95
- "@vitest/ui": "^1.5.0",
93
+ "@visulima/nextra-theme-docs": "4.0.24",
94
+ "@vitest/coverage-v8": "^1.6.0",
95
+ "@vitest/ui": "^1.6.0",
96
96
  "cross-env": "^7.0.3",
97
97
  "eslint": "^8.57.0",
98
98
  "eslint-plugin-deprecation": "^2.0.0",
@@ -103,16 +103,16 @@
103
103
  "eslint-plugin-vitest-globals": "^1.5.0",
104
104
  "eslint-plugin-zod": "^1.4.0",
105
105
  "express": "^4.19.2",
106
- "fastify": "^4.26.2",
106
+ "fastify": "^4.27.0",
107
107
  "isomorphic-fetch": "^3.0.0",
108
108
  "prettier": "^3.2.5",
109
- "rimraf": "^5.0.5",
110
- "semantic-release": "^23.0.8",
109
+ "rimraf": "^5.0.7",
110
+ "semantic-release": "^23.1.1",
111
111
  "sort-package-json": "^2.10.0",
112
112
  "tsup": "^8.0.2",
113
113
  "typescript": "^5.4.5",
114
- "vitest": "^1.5.0",
115
- "zod": "^3.22.4"
114
+ "vitest": "^1.6.0",
115
+ "zod": "^3.23.8"
116
116
  },
117
117
  "peerDependencies": {
118
118
  "zod": "^3.22.4"