@piggly/ddd-toolkit
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -10,3 +10,3 @@ import { PaginateQuery } from '../types'; | ||
*/ | ||
export default abstract class Repository<Entity extends BaseEntity<any>, PersistenceRecord extends Record<string, any>, DatabaseContext> { | ||
export default abstract class Repository<Entity extends BaseEntity<any, any>, PersistenceRecord extends Record<string, any>, DatabaseContext> { | ||
/** | ||
@@ -13,0 +13,0 @@ * Database context. |
@@ -10,3 +10,3 @@ import { PaginateQuery } from '../types'; | ||
*/ | ||
export default abstract class Repository<Entity extends BaseEntity<any>, PersistenceRecord extends Record<string, any>, DatabaseContext> { | ||
export default abstract class Repository<Entity extends BaseEntity<any, any>, PersistenceRecord extends Record<string, any>, DatabaseContext> { | ||
/** | ||
@@ -13,0 +13,0 @@ * Database context. |
{ | ||
"name": "@piggly/ddd-toolkit", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"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": { |
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
119648