@codescouts/events
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,0 +0,0 @@ export declare abstract class DomainEvent { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { DomainEvent } from "./DomainEvent"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { DomainEvent } from "./DomainEvent"; |
@@ -8,3 +8,3 @@ "use strict"; | ||
this.dispatcher = { | ||
dispatch: function (event) { return DomainEvents_1.DomainEvents.dispatch(event); } | ||
dispatch: function (event) { return DomainEvents_1.DomainEvents.dispatch(event); }, | ||
}; | ||
@@ -11,0 +11,0 @@ DomainEvents_1.DomainEvents.register(this.handle.bind(this), event.name); |
@@ -0,0 +0,0 @@ import { DomainEvent } from "./DomainEvent"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IEventDispatcher.js.map |
@@ -0,0 +0,0 @@ export * from './DomainEvent'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@codescouts/events", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "./lib/index.js", | ||
@@ -5,0 +5,0 @@ "types": "./lib/index.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11978
25
135