@piggly/ddd-toolkit
Advanced tools
Comparing version 1.1.4 to 1.1.5
import DatabaseContext from './DatabaseContext'; | ||
import BaseRepository from './Repository'; | ||
/** | ||
@@ -40,3 +39,3 @@ * @file A unit of work to manage repositories and transactions in database context. | ||
*/ | ||
abstract repository<Repository extends BaseRepository<any, any, any>>(name: string): Repository; | ||
abstract repository(name: string): any; | ||
/** | ||
@@ -43,0 +42,0 @@ * Begin a transaction in database context. |
import DatabaseContext from './DatabaseContext'; | ||
import BaseRepository from './Repository'; | ||
/** | ||
@@ -40,3 +39,3 @@ * @file A unit of work to manage repositories and transactions in database context. | ||
*/ | ||
abstract repository<Repository extends BaseRepository<any, any, any>>(name: string): Repository; | ||
abstract repository(name: string): any; | ||
/** | ||
@@ -43,0 +42,0 @@ * Begin a transaction in database context. |
{ | ||
"name": "@piggly/ddd-toolkit", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "A bunch of tools to use Model-Driven Design and Domain-Driven Design architecture in a back-end application.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
120850
3534