@cholang/database-schemas
Advanced tools
Comparing version 0.2.8 to 0.2.9
{ | ||
"name": "@cholang/database-schemas", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -38,2 +38,7 @@ const {Schema} = require('mongoose') | ||
access: { | ||
type: String, | ||
default: 'public' | ||
}, | ||
updated_at: { | ||
@@ -40,0 +45,0 @@ type: Date, |
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
4617
221