@node-ts/ddd-types
Advanced tools
Comparing version 0.1.3 to 0.1.4
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DomainError = void 0; | ||
// tslint:disable:no-unsafe-any | ||
@@ -4,0 +5,0 @@ class DomainError extends Error { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.FunctionNotFound = void 0; | ||
class FunctionNotFound extends Error { | ||
@@ -4,0 +5,0 @@ constructor(event, expectedFunctionName) { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("./aggregate-root-properties"), exports); | ||
tslib_1.__exportStar(require("./entity-properties"), exports); | ||
tslib_1.__exportStar(require("./value-object"), exports); | ||
tslib_1.__exportStar(require("./error"), exports); | ||
tslib_1.__exportStar(require("./uuid"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ValueObject = void 0; | ||
/** | ||
@@ -4,0 +5,0 @@ * Value objects are comparable based on their attributes rather than a specific "id" property. For example |
{ | ||
"name": "@node-ts/ddd-types", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "A set of types that define core DDD objects", | ||
@@ -43,3 +43,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "427d2e61c3659e045339655b3413ecf0d9630760" | ||
"gitHead": "846b79782236b10fed8306611f770fa2b5c10860" | ||
} |
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
10756
175