@visulima/connect 2.1.3 → 2.1.5
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 +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## @visulima/connect [2.1.5](https://github.com/visulima/visulima/compare/@visulima/connect@2.1.4...@visulima/connect@2.1.5) (2023-10-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Dependencies
|
|
6
|
+
|
|
7
|
+
* **@visulima/nextra-theme-docs:** upgraded to 4.0.5
|
|
8
|
+
|
|
9
|
+
## @visulima/connect [2.1.4](https://github.com/visulima/visulima/compare/@visulima/connect@2.1.3...@visulima/connect@2.1.4) (2023-10-24)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* updated deps ([4eedb60](https://github.com/visulima/visulima/commit/4eedb604c4f78cf331195e2c053dc72e1c6cf9ad))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Dependencies
|
|
19
|
+
|
|
20
|
+
* **@visulima/nextra-theme-docs:** upgraded to 4.0.4
|
|
21
|
+
|
|
1
22
|
## @visulima/connect [2.1.3](https://github.com/visulima/visulima/compare/@visulima/connect@2.1.2...@visulima/connect@2.1.3) (2023-10-16)
|
|
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.5",
|
|
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",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"coverage": "vitest run --coverage",
|
|
70
70
|
"dev": "pnpm run build --watch",
|
|
71
71
|
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.js",
|
|
72
|
-
"lint:eslint:fix": "
|
|
72
|
+
"lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.js --fix",
|
|
73
73
|
"lint:packagejson": "publint --strict",
|
|
74
74
|
"lint:prettier": "prettier --config=.prettierrc.js --check .",
|
|
75
75
|
"lint:prettier:fix": "prettier --config=.prettierrc.js --write .",
|
|
@@ -87,21 +87,21 @@
|
|
|
87
87
|
"@anolilab/semantic-release-preset": "^8.0.0",
|
|
88
88
|
"@babel/core": "^7.23.2",
|
|
89
89
|
"@rushstack/eslint-plugin-security": "^0.7.1",
|
|
90
|
-
"@types/http-errors": "^2.0.
|
|
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.5",
|
|
93
93
|
"@vitest/coverage-v8": "^0.34.6",
|
|
94
94
|
"cross-env": "^7.0.3",
|
|
95
|
-
"eslint": "^8.
|
|
95
|
+
"eslint": "^8.52.0",
|
|
96
96
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
97
97
|
"eslint-plugin-etc": "^2.0.3",
|
|
98
98
|
"eslint-plugin-import": "npm:eslint-plugin-i@^2.28.1",
|
|
99
99
|
"eslint-plugin-mdx": "^2.2.0",
|
|
100
|
-
"eslint-plugin-vitest": "^0.3.
|
|
100
|
+
"eslint-plugin-vitest": "^0.3.8",
|
|
101
101
|
"eslint-plugin-vitest-globals": "^1.4.0",
|
|
102
102
|
"eslint-plugin-zod": "^1.4.0",
|
|
103
103
|
"express": "^4.18.2",
|
|
104
|
-
"fastify": "^4.24.
|
|
104
|
+
"fastify": "^4.24.3",
|
|
105
105
|
"isomorphic-fetch": "^3.0.0",
|
|
106
106
|
"prettier": "^3.0.3",
|
|
107
107
|
"rimraf": "^5.0.5",
|