@taiger-common/model 1.0.16 → 1.0.17

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/dist/cjs/index.js CHANGED
@@ -15,4 +15,3 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./model"), exports);
18
- __exportStar(require("./helloWorld"), exports);
@@ -660,6 +660,7 @@ var editorSchema = new mongoose_1.Schema({
660
660
  }
661
661
  }, options);
662
662
  module.exports = {
663
+ attributeSchema: attributeSchema,
663
664
  userSchema: userSchema,
664
665
  studentSchema: studentSchema,
665
666
  agentSchema: agentSchema,
package/dist/esm/index.js CHANGED
@@ -1,2 +1 @@
1
1
  export * from './model';
2
- export * from './helloWorld';
@@ -655,6 +655,7 @@ var editorSchema = new Schema({
655
655
  }
656
656
  }, options);
657
657
  module.exports = {
658
+ attributeSchema: attributeSchema,
658
659
  userSchema: userSchema,
659
660
  studentSchema: studentSchema,
660
661
  agentSchema: agentSchema,
@@ -1,2 +1 @@
1
1
  export * from './model';
2
- export * from './helloWorld';