Skip to content

Commit d9d81f4

Browse files
Merge pull request #360 from 4lessandrodev/chore/update-core-deps
chore: deps update lib core
2 parents 25a8af6 + 05d7bbf commit d9d81f4

File tree

4 files changed

+15
-22
lines changed

4 files changed

+15
-22
lines changed

CHANGELOG.md

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

77
---
88

9+
### [3.8.0] - 2024-03-18
10+
11+
### Update
12+
13+
- update deps core to v1.20.0 see [changes](https://github.com/4lessandrodev/rich-domain/blob/main/CHANGELOG.md)
14+
15+
---
16+
917
### [3.7.2] - 2024-03-15
1018

1119
### Update

lib/types/types.ts

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {
77
IAutoMapper,
88
IPropsValidation,
99
EventHandler,
10-
IDomainEvent,
1110
} from 'rich-domain/types';
1211
import { Result } from '../core';
1312
import {
@@ -22,19 +21,10 @@ import {
2221
import {
2322
IResultExecute,
2423
IResult,
25-
IReplaceOptions,
2624
IPublicHistory,
2725
ICommand,
2826
} from 'rich-domain/types';
29-
import {
30-
IDispatchOptions,
31-
IProxy,
32-
IIterator,
33-
IEvent,
34-
IHandle,
35-
IHistory,
36-
IEntityHistory,
37-
} from 'rich-domain/types';
27+
import { IProxy, IIterator, IHistory, IEntityHistory } from 'rich-domain/types';
3828
import { IGettersAndSetters, IParentName } from 'rich-domain/types';
3929

4030
export interface CloneProps {
@@ -159,20 +149,15 @@ export {
159149
IResultObject,
160150
IResultExecute,
161151
IResult,
162-
IReplaceOptions,
163152
IPublicHistory,
164153
ICommand,
165-
IDispatchOptions,
166154
IProxy,
167155
IIterator,
168-
IEvent,
169-
IHandle,
170156
IHistory,
171157
IEntityHistory,
172158
IGettersAndSetters,
173159
IParentName,
174160
IUseCase,
175161
IPropsValidation,
176162
EventHandler,
177-
IDomainEvent,
178163
};

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.7.2",
3+
"version": "3.8.0",
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.17.1",
6363
"pino-pretty": "^10.3.0",
64-
"rich-domain": "^1.19.2"
64+
"rich-domain": "^1.20.0"
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
@@ -3611,10 +3611,10 @@ rfdc@^1.3.0:
36113611
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b"
36123612
integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==
36133613

3614-
rich-domain@^1.19.2:
3615-
version "1.19.2"
3616-
resolved "https://registry.yarnpkg.com/rich-domain/-/rich-domain-1.19.2.tgz#9de78eae042d6d3edb06b4536f3f02cffc814b66"
3617-
integrity sha512-jUaC6BWVR8xm6gHRzQCzfFj46JIcsRh56Unpy4FB4hEWnU0Tv/WhJHhHN4GjPjyoSUmz7XOaeJf/k7f4zWzcIQ==
3614+
rich-domain@^1.20.0:
3615+
version "1.20.0"
3616+
resolved "https://registry.yarnpkg.com/rich-domain/-/rich-domain-1.20.0.tgz#98cb9ff04db8f7bb333af6cf50d3d48040de5325"
3617+
integrity sha512-ROb2v3haaE+xU6/lAe75HDVx2zoVRA2RcCLCTJSwgvjD4zqPBwggDrdIaB29IN19VBPeRA4SFsDMLdCxYomC6w==
36183618

36193619
rimraf@^3.0.0, rimraf@^3.0.2:
36203620
version "3.0.2"

0 commit comments

Comments
 (0)