@appvise/domain
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1,3 +0,3 @@ | ||
export { Command } from './command.base'; | ||
export { Command, CommandProps } from './command.base'; | ||
export { ItemQuery } from './item-query'; | ||
export { SearchQuery } from './search-query'; |
{ | ||
"name": "@appvise/domain", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"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
99006