@cholang/database-schemas
Advanced tools
Comparing version 0.3.9 to 0.4.0
{ | ||
"name": "@cholang/database-schemas", | ||
"version": "0.3.9", | ||
"version": "0.4.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -28,3 +28,4 @@ const {Schema} = require('mongoose') | ||
type: Boolean, | ||
default: false | ||
default: false, | ||
index: true, | ||
}, | ||
@@ -31,0 +32,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
6127
301