We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a4e78 commit f245e15Copy full SHA for f245e15
2 files changed
CHANGELOG.md
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
5
## Unreleased
6
7
+### 3.4.2 - 2023-01-03
8
+
9
+### Fix
10
11
+- node version: update requirements. node version required >=16 and < 19
12
13
+---
14
15
### 3.4.1 - 2023-01-03
16
17
### Fix
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "types-ddd",
3
- "version": "3.4.1",
+ "version": "3.4.2",
"description": "This package provide utils file and interfaces to assistant build a complex application with domain driving design",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -17,7 +17,7 @@
}
18
],
19
"engines": {
20
- "node": ">=18.x"
+ "node": ">=16.x <19"
21
},
22
"keywords": [
23
"Complexity",
0 commit comments