@visulima/connect 2.1.2 → 2.1.3
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 +7 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## @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
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* updated all deps ([a8aa029](https://github.com/visulima/visulima/commit/a8aa0295118a4d5248844e89a95ea332f65434cb))
|
|
7
|
+
|
|
1
8
|
## @visulima/connect [2.1.2](https://github.com/visulima/visulima/compare/@visulima/connect@2.1.1...@visulima/connect@2.1.2) (2023-10-15)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/connect",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.3",
|
|
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",
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
"scripts": {
|
|
66
66
|
"build": "cross-env NODE_ENV=development tsup",
|
|
67
67
|
"build:prod": "cross-env NODE_ENV=production tsup",
|
|
68
|
-
"check:packagejson": "publint --strict",
|
|
69
68
|
"clean": "rimraf node_modules dist .eslintcache",
|
|
70
69
|
"coverage": "vitest run --coverage",
|
|
71
70
|
"dev": "pnpm run build --watch",
|
|
72
71
|
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.js",
|
|
73
72
|
"lint:eslint:fix": "pnpm run lint:eslint --fix",
|
|
73
|
+
"lint:packagejson": "publint --strict",
|
|
74
74
|
"lint:prettier": "prettier --config=.prettierrc.js --check .",
|
|
75
75
|
"lint:prettier:fix": "prettier --config=.prettierrc.js --write .",
|
|
76
76
|
"lint:types": "tsc --noEmit",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"@babel/core": "^7.23.2",
|
|
89
89
|
"@rushstack/eslint-plugin-security": "^0.7.1",
|
|
90
90
|
"@types/http-errors": "^2.0.2",
|
|
91
|
-
"@types/node": "18.
|
|
91
|
+
"@types/node": "18.18.5",
|
|
92
92
|
"@visulima/nextra-theme-docs": "4.0.3",
|
|
93
93
|
"@vitest/coverage-v8": "^0.34.6",
|
|
94
94
|
"cross-env": "^7.0.3",
|
|
@@ -101,7 +101,7 @@
|
|
|
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.2",
|
|
105
105
|
"isomorphic-fetch": "^3.0.0",
|
|
106
106
|
"prettier": "^3.0.3",
|
|
107
107
|
"rimraf": "^5.0.5",
|