@domain.js/main 0.4.21 → 0.4.22

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.
@@ -391,8 +391,6 @@ function Utils(cnf, deps) {
391
391
  includeWhere[sequelize_1.Op.or] = [];
392
392
  if (x.model.rawAttributes.isDeleted)
393
393
  includeWhere[sequelize_1.Op.or].push({ isDeleted: "no" });
394
- if (x.model.rawAttributes.deletedAt)
395
- includeWhere[sequelize_1.Op.or].push({ deletedAt: null });
396
394
  if (x.required === false)
397
395
  includeWhere[sequelize_1.Op.or].push({ id: null });
398
396
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@domain.js/main",
3
- "version": "0.4.21",
3
+ "version": "0.4.22",
4
4
  "description": "DDD framework",
5
5
  "main": "dist/index.js",
6
6
  "bin": {