@chevre/domain 20.2.0-alpha.28 → 20.2.0-alpha.29

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.
@@ -628,6 +628,7 @@ class MongoRepository {
628
628
  project: 1,
629
629
  _id: 1,
630
630
  typeOf: 1,
631
+ additionalProperty: 1,
631
632
  name: 1,
632
633
  doorTime: 1,
633
634
  endDate: 1,
package/package.json CHANGED
@@ -120,5 +120,5 @@
120
120
  "postversion": "git push origin --tags",
121
121
  "prepublishOnly": "npm run clean && npm run build && npm test && npm run doc"
122
122
  },
123
- "version": "20.2.0-alpha.28"
123
+ "version": "20.2.0-alpha.29"
124
124
  }