Skip to content

Commit 33a1379

Browse files
committed
bump: deps update rich-domain
1 parent c838692 commit 33a1379

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ All notable changes to this project will be documented in this file.
1010

1111
---
1212

13+
### [3.11.1] - 2024-12-22
14+
15+
### Fix
16+
17+
- Fix: update rich-domain to v1.25.1
18+
---
19+
1320
### [3.11.0] - 2024-12-17
1421

1522
### Fix

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "types-ddd",
3-
"version": "3.11.0",
3+
"version": "3.11.1",
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",
@@ -60,7 +60,7 @@
6060
"bcrypt": "^5.0.1",
6161
"pino": "^9.5.0",
6262
"pino-pretty": "^11.3.0",
63-
"rich-domain": "^1.25.0"
63+
"rich-domain": "^1.25.1"
6464
},
6565
"devDependencies": {
6666
"@microsoft/tsdoc": "^0.14.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3480,10 +3480,10 @@ rfdc@^1.4.1:
34803480
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
34813481
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
34823482

3483-
rich-domain@^1.25.0:
3484-
version "1.25.0"
3485-
resolved "https://registry.yarnpkg.com/rich-domain/-/rich-domain-1.25.0.tgz#5043a2aed040660b2d3f05390eeee9259c511cdb"
3486-
integrity sha512-W6/yB2twlPahc1WRWVYsa8YOQ+X/OKwTCVkS2MaiGSCt3BhcQncNi5fVfyKXPumB9bgdEpRpnSERDQLUiYGJkA==
3483+
rich-domain@^1.25.1:
3484+
version "1.25.1"
3485+
resolved "https://registry.yarnpkg.com/rich-domain/-/rich-domain-1.25.1.tgz#0fac78e57690b4468629028f19e43f5d3666ead8"
3486+
integrity sha512-pvsU2SJ0zcsit7nWQbd8DxRnk6CyO1GTlJOJNqkOh5653wAVSx+hi2m4alzrzhsBOWusIp739zqTi7WAhYeiKQ==
34873487

34883488
rimraf@^3.0.0, rimraf@^3.0.2:
34893489
version "3.0.2"

0 commit comments

Comments
 (0)