@cholang/database-schemas
Advanced tools
Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "@cholang/database-schemas", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -54,2 +54,6 @@ const {Schema} = require('mongoose') | ||
raw_data: { | ||
type: Schema.Types.Mixed | ||
}, | ||
updated_at: { | ||
@@ -56,0 +60,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
5719
280