Comparing version 0.1.22 to 0.1.23
{ | ||
"name": "remult", | ||
"version": "0.1.22", | ||
"version": "0.1.23", | ||
"description": "remult core lib", | ||
@@ -5,0 +5,0 @@ "homepage": "https://remult.github.io/", |
@@ -44,3 +44,3 @@ import { DataProvider } from "./data-interfaces"; | ||
for<T>(entity: ClassType<T>, dataProvider?: DataProvider): Repository<T>; | ||
protected req: DataApiRequest; | ||
req: DataApiRequest; | ||
setReq(req: DataApiRequest): void; | ||
@@ -47,0 +47,0 @@ } |
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
577105