Skip to content

Commit 5871a07

Browse files
committed
chore(deps): update deps
1 parent c893df9 commit 5871a07

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

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

55
## Unreleased
66

7+
### 3.3.7 - 2022-11-27
8+
9+
### Update
10+
11+
- rich-domain: update lib core to 1.14.6
12+
713
---
814

915
### 3.3.6 - 2022-11-25

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.3.6",
3+
"version": "3.3.7",
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",
@@ -57,7 +57,7 @@
5757
"bcrypt": "^5.0.1",
5858
"pino": "^8.6.1",
5959
"pino-pretty": "^9.1.1",
60-
"rich-domain": "^1.14.5"
60+
"rich-domain": "^1.14.6"
6161
},
6262
"devDependencies": {
6363
"@microsoft/tsdoc": "^0.14.1",

yarn.lock

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

3364-
rich-domain@^1.14.5:
3365-
version "1.14.5"
3366-
resolved "https://registry.yarnpkg.com/rich-domain/-/rich-domain-1.14.5.tgz#6eba6258b7a25aef7ef90d9b09ba3d4241fa369d"
3367-
integrity sha512-9FB68FCUGwKOeD7PaIoNTdZOh6hVAsGyjKMmLMsB5B9PzGL6A5KP0LKLcP/Sg0jNKWvGRRVDXwWgicvR7KIiig==
3364+
rich-domain@^1.14.6:
3365+
version "1.14.6"
3366+
resolved "https://registry.yarnpkg.com/rich-domain/-/rich-domain-1.14.6.tgz#9b314fbcebfb18c5c9b410821e092fa508f5cf35"
3367+
integrity sha512-dSVLke3xcdQYU/79MEqum67YV1Mc0s70BwqPmJScv8ZxLCdk3/kX4mUkVGDxhdVZbHHrlSbDOwns7PBUrbsW8A==
33683368

33693369
rimraf@^3.0.0, rimraf@^3.0.2:
33703370
version "3.0.2"

0 commit comments

Comments
 (0)