@pintahub/database-schemas 2.5.0 → 2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pintahub/database-schemas",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -252,6 +252,11 @@ const Product = new Schema({
252
252
  index: true,
253
253
  },
254
254
 
255
+ featured_stats: {
256
+ type: String,
257
+ trim: true,
258
+ },
259
+
255
260
  updated_at: {
256
261
  type: Date,
257
262
  default: Date.now