@cholang/database-schemas
Advanced tools
Comparing version 0.2.5 to 0.2.6
{ | ||
"name": "@cholang/database-schemas", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -73,3 +73,3 @@ const {Schema} = require('mongoose') | ||
index: true, | ||
default: 'logged_in' | ||
default: 'logged_out' | ||
}, | ||
@@ -76,0 +76,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
4272