ddd-es-node
Advanced tools
Comparing version 0.0.5 to 0.0.6
export { Entity, EntityEvent, EntityRepository, uuid } from './core/entity'; | ||
export { Clock } from './core/clock'; | ||
export { eventBus, entityRepository, eventStore } from './runtime/es'; |
@@ -7,2 +7,4 @@ "use strict"; | ||
exports.uuid = entity_1.uuid; | ||
var clock_1 = require("./core/clock"); | ||
exports.Clock = clock_1.Clock; | ||
var es_1 = require("./runtime/es"); | ||
@@ -9,0 +11,0 @@ exports.eventBus = es_1.eventBus; |
{ | ||
"name": "ddd-es-node", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "ddd-es-node", | ||
@@ -5,0 +5,0 @@ "main": "./dist/src/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81522
1622