@dhyasama/totem-models 6.33.0 → 6.33.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.
@@ -201,8 +201,9 @@ module.exports = function(mongoose, config) {
201
201
 
202
202
  name: { type: String, trim: true },
203
203
  filters: [{
204
+ _id: false,
204
205
  group: { type: String, trim: true },
205
- item: { type: String, trim: true }
206
+ item: { type: String, trim: true },
206
207
  }],
207
208
  sort: {
208
209
  by: { type: String, trim: true },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "6.33.0",
3
+ "version": "6.33.1",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",