Comparing version 0.2.9 to 0.2.10
@@ -33,3 +33,3 @@ "use strict"; | ||
static getSchemaHookMetadata(target) { | ||
return StoreHooks.get(target); | ||
return StoreHooks.get(target) || []; | ||
} | ||
@@ -36,0 +36,0 @@ } |
{ | ||
"name": "mongot", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"description": "A lightweight typed MongoDb library for TypeScript.", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
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
130174