Comparing version 0.0.27 to 0.0.28
@@ -62,3 +62,3 @@ /// <reference types="node" /> | ||
export type HydratedDocuments<DB extends Database<any, any>> = { | ||
[K in keyof DB["definitions"]]: z.output<DB["definitions"][K]["schema"]>; | ||
[K in keyof DB["definitions"]]: z.output<CollectionBranded<DB["definitions"][K]["schema"]>>; | ||
}; | ||
@@ -65,0 +65,0 @@ export type InputDocuments<DB extends Database<any, any>> = { |
{ | ||
"name": "zongo", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
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
67345