@visulima/connect 2.1.1 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
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
+
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)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * removed types from exports key ([80bd356](https://github.com/visulima/visulima/commit/80bd356659a45bd351a60870b0f380569c75e0c1))
14
+
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * **@visulima/nextra-theme-docs:** upgraded to 4.0.3
20
+
1
21
  ## @visulima/connect [2.1.1](https://github.com/visulima/visulima/compare/@visulima/connect@2.1.0...@visulima/connect@2.1.1) (2023-10-11)
2
22
 
3
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/connect",
3
- "version": "2.1.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",
@@ -41,7 +41,6 @@
41
41
  "sideEffects": false,
42
42
  "exports": {
43
43
  ".": {
44
- "types": "./dist/index.d.ts",
45
44
  "require": {
46
45
  "types": "./dist/index.d.ts",
47
46
  "default": "./dist/index.js"
@@ -71,6 +70,7 @@
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",
@@ -85,11 +85,11 @@
85
85
  "@anolilab/eslint-config": "^14.0.24",
86
86
  "@anolilab/prettier-config": "^5.0.11",
87
87
  "@anolilab/semantic-release-preset": "^8.0.0",
88
- "@babel/core": "^7.23.0",
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.17.12",
92
- "@visulima/nextra-theme-docs": "4.0.2",
91
+ "@types/node": "18.18.5",
92
+ "@visulima/nextra-theme-docs": "4.0.3",
93
93
  "@vitest/coverage-v8": "^0.34.6",
94
94
  "cross-env": "^7.0.3",
95
95
  "eslint": "^8.51.0",
@@ -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.23.2",
104
+ "fastify": "^4.24.2",
105
105
  "isomorphic-fetch": "^3.0.0",
106
106
  "prettier": "^3.0.3",
107
107
  "rimraf": "^5.0.5",