@appvise/domain
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -20,2 +20,3 @@ "use strict"; | ||
__exportStar(require("./domain-events"), exports); | ||
__exportStar(require("./event-bus"), exports); | ||
__exportStar(require("./exceptions"), exports); | ||
@@ -22,0 +23,0 @@ __exportStar(require("./ports"), exports); |
export * from './application'; | ||
export * from './base-classes'; | ||
export * from './domain-events'; | ||
export * from './event-bus'; | ||
export * from './exceptions'; | ||
@@ -5,0 +6,0 @@ export * from './ports'; |
export * from './application'; | ||
export * from './base-classes'; | ||
export * from './domain-events'; | ||
export * from './event-bus'; | ||
export * from './exceptions'; | ||
@@ -5,0 +6,0 @@ export * from './ports'; |
{ | ||
"name": "@appvise/domain", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "Base package for building Domain-Driven Hexagon applications in TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
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
125184
204
3259