File tree Expand file tree Collapse file tree 3 files changed +133
-103
lines changed
Expand file tree Collapse file tree 3 files changed +133
-103
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,14 @@ All notable changes to this project will be documented in this file.
1010
1111---
1212
13+ ### [ 3.9.3] - 2024-06-26
14+
15+ ### Fix
16+
17+ - Fix: update rich-domain to v1.23.3
18+
19+ ---
20+
1321### [ 3.9.2] - 2024-05-28
1422
1523### Fix
Original file line number Diff line number Diff line change 11{
22 "name" : " types-ddd" ,
3- "version" : " 3.9.2 " ,
3+ "version" : " 3.9.3 " ,
44 "description" : " This package provide utils file and interfaces to assistant build a complex application with domain driving design" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
1717 }
1818 ],
1919 "engines" : {
20- "node" : " >=16.x <=21 "
20+ "node" : " >=16.x <=22 "
2121 },
2222 "keywords" : [
2323 " Complexity" ,
6161 "bcrypt" : " ^5.0.1" ,
6262 "pino" : " ^9.0.0" ,
6363 "pino-pretty" : " ^11.0.0" ,
64- "rich-domain" : " ^1.23.1 "
64+ "rich-domain" : " ^1.23.3 "
6565 },
6666 "devDependencies" : {
6767 "@microsoft/tsdoc" : " ^0.14.1" ,
You can’t perform that action at this time.
0 commit comments