ddd-es-node
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -1,3 +0,3 @@ | ||
export { Entity, EntityEvent, EntityRepository, uuid } from './core/entity'; | ||
export { Entity, EntityEvent, EntityRepository, uuid, useIncrementalUUID } from './core/entity'; | ||
export { Clock } from './core/clock'; | ||
export { eventBus, entityRepository, eventStore } from './runtime/es'; |
@@ -7,2 +7,3 @@ "use strict"; | ||
exports.uuid = entity_1.uuid; | ||
exports.useIncrementalUUID = entity_1.useIncrementalUUID; | ||
var clock_1 = require("./core/clock"); | ||
@@ -9,0 +10,0 @@ exports.Clock = clock_1.Clock; |
{ | ||
"name": "ddd-es-node", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "ddd-es-node", | ||
@@ -5,0 +5,0 @@ "main": "./dist/src/index.js", |
@@ -5,3 +5,4 @@ export { | ||
EntityRepository, | ||
uuid | ||
uuid, | ||
useIncrementalUUID | ||
} from './core/entity'; | ||
@@ -8,0 +9,0 @@ |
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
81646
1624