Skip to content

Commit 61153b9

Browse files
committed
chore(deps): bump deps
1 parent 544e356 commit 61153b9

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
### 3.4.3 - 2023-01-05
8+
9+
### Updated
10+
11+
- rich-domain: update lib core to 1.15.2
12+
13+
---
14+
715
### 3.4.2 - 2023-01-03
816

917
### 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.4.2",
3+
"version": "3.4.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",
@@ -61,7 +61,7 @@
6161
"bcrypt": "^5.0.1",
6262
"pino": "^8.8.0",
6363
"pino-pretty": "^9.1.1",
64-
"rich-domain": "^1.15.1"
64+
"rich-domain": "^1.15.2"
6565
},
6666
"devDependencies": {
6767
"@microsoft/tsdoc": "^0.14.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3409,10 +3409,10 @@ rfdc@^1.3.0:
34093409
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b"
34103410
integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==
34113411

3412-
rich-domain@^1.15.1:
3413-
version "1.15.1"
3414-
resolved "https://registry.yarnpkg.com/rich-domain/-/rich-domain-1.15.1.tgz#14a85c3c9e5e5f9f934d9b7cd4162090c62a7e28"
3415-
integrity sha512-21rJt+5P4rCO/kOATJKcoQiu6RmsxxKItsgMbyjWINbc1iJZojRv+HQKU3FClCXIJXESTiPH+Q69698LL6yxHg==
3412+
rich-domain@^1.15.2:
3413+
version "1.15.2"
3414+
resolved "https://registry.yarnpkg.com/rich-domain/-/rich-domain-1.15.2.tgz#21821cbbdd1b15e0fa97e36b2fabcb9f4f69df3d"
3415+
integrity sha512-AoI3rZLI+CI3PHy4bwqRQ9XU/eK8+ZNuSunHc/e4sIg1nVblGUZYFZA3Jj+eiHv5UyYbOANsZVNMJB44aW2Dvg==
34163416

34173417
rimraf@^3.0.0, rimraf@^3.0.2:
34183418
version "3.0.2"

0 commit comments

Comments
 (0)