@common_ch/common 1.0.435 → 1.0.437

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.
@@ -120,6 +120,7 @@ const planSchema = new mongoose_1.default.Schema({
120
120
  planSchema.set('versionKey', 'version');
121
121
  planSchema.plugin(mongoose_update_if_current_1.updateIfCurrentPlugin);
122
122
  planSchema.index({ 'status': 1 });
123
+ planSchema.index({ 'order': 1 });
123
124
  planSchema.statics.build = (attrs) => {
124
125
  return new Plan(attrs);
125
126
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common_ch/common",
3
- "version": "1.0.435",
3
+ "version": "1.0.437",
4
4
  "main": "./build/index.js",
5
5
  "types": "./build/index.d.ts",
6
6
  "files": [