@deboxsoft/module-core
Advanced tools
Comparing version 2.6.12 to 2.6.13
@@ -614,3 +614,3 @@ import { z, ZodType } from 'zod'; | ||
data: T; | ||
meta?: M; | ||
meta: M; | ||
}; | ||
@@ -617,0 +617,0 @@ declare type CreateDataResponse<M = Record<string, any>> = DataResponse<ID, M>; |
{ | ||
"name": "@deboxsoft/module-core", | ||
"version": "2.6.12", | ||
"version": "2.6.13", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
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
71843