express-zod-api 7.8.0 → 7.8.1

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 CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## Version 7
4
4
 
5
+ ### v7.8.1
6
+
7
+ - This version should fix the issue #551:
8
+ - Supporting the peer dependency for `jest` version 28.
9
+
5
10
  ### v7.8.0
6
11
 
7
12
  - `zod` version 3.18.0.
@@ -1 +1 @@
1
- {"type":"module","version":"7.8.0"}
1
+ {"type":"module","version":"7.8.1"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "express-zod-api",
3
- "version": "7.8.0",
3
+ "version": "7.8.1",
4
4
  "description": "A Typescript library to help you get an API server up and running with I/O schema validation and custom middlewares in minutes.",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@types/jest": "*",
58
- "jest": ">=25 <28",
58
+ "jest": ">=25 <29",
59
59
  "typescript": "^4.1"
60
60
  },
61
61
  "peerDependenciesMeta": {
@@ -73,7 +73,7 @@
73
73
  "@tsconfig/node12": "^1.0.11",
74
74
  "@types/cors": "^2.8.12",
75
75
  "@types/has-ansi": "^5.0.0",
76
- "@types/jest": "^27.5.2",
76
+ "@types/jest": "^28.1.7",
77
77
  "@types/mime": "^3.0.0",
78
78
  "@types/node-fetch": "^2.6.2",
79
79
  "@types/ramda": "^0.28.15",
@@ -91,13 +91,13 @@
91
91
  "form-data": "^3.0.1",
92
92
  "has-ansi": "^4.0.1",
93
93
  "husky": "^7.0.4",
94
- "jest": "^27.5.1",
94
+ "jest": "^28.1.3",
95
95
  "make-coverage-badge": "^1.2.0",
96
96
  "mockdate": "^3.0.5",
97
97
  "node-fetch": "^2.6.7",
98
98
  "prettier": "2.7.1",
99
99
  "strip-ansi": "^6.0.1",
100
- "ts-jest": "^27.1.5",
100
+ "ts-jest": "^28.0.8",
101
101
  "ts-node": "^10.9.1",
102
102
  "tsd": "^0.21.0",
103
103
  "typescript": "^4.7.4"