electrodb
Advanced tools
Comparing version 2.4.0 to 2.4.1
{ | ||
"name": "electrodb", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "A library to more easily create and interact with multiple entities and heretical relationships in dynamodb", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1492,3 +1492,4 @@ const { CastTypes, ValueTypes, KeyCasing, AttributeTypes, AttributeMutationMethods, AttributeWildCard, PathTypes, TableIndex, ItemOperations } = require("./types"); | ||
function createSchema(schema) { | ||
return v.model(schema); | ||
v.model(schema); | ||
return schema; | ||
} | ||
@@ -1495,0 +1496,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
399846
10256