ddd-node 22.0.2 → 22.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13,7 +13,7 @@ export interface EventMetadata extends MessageMetadata {
|
|
|
13
13
|
eventType: EventType;
|
|
14
14
|
source: EventSource;
|
|
15
15
|
}
|
|
16
|
-
export declare class EventBase<P extends Props> extends MessageBase<P> {
|
|
16
|
+
export declare abstract class EventBase<P extends Props> extends MessageBase<P> {
|
|
17
17
|
private readonly _eventType;
|
|
18
18
|
private readonly _source;
|
|
19
19
|
constructor(metadata: Omit<EventMetadata, "eventType">, props: P);
|
package/dist/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"ddd-node","version":"22.0.
|
|
1
|
+
{"name":"ddd-node","version":"22.0.3","description":"Domain Driven Design base for NodeJs","type":"commonjs","main":"index.js","types":"index.d.ts","files":["dist"],"repository":{"type":"git","url":"https://github.com/nqd881/ddd-node"},"keywords":["ddd","ddd-node","ddd-base","ddd-ts","ddd-js"],"author":"Quoc Dai","license":"ISC","devDependencies":{"@types/chai":"^4.3.16","@types/lodash":"^4.14.200","@types/mocha":"^10.0.6","@types/uuid":"^9.0.6","chai":"^5.1.1","chai-deep-match":"^1.2.1","ddd-node":"file:dist","mocha":"^10.4.0","ts-node":"^10.9.1","tsconfig-paths":"^4.2.0","typescript":"^5.2.2"},"dependencies":{"lodash":"^4.17.21","reflect-metadata":"^0.1.13","tsc-alias":"^1.8.8","type-fest":"^4.20.1","uuid":"^9.0.1"}}
|