av6-core 2.0.0 → 2.0.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.
package/dist/index.js CHANGED
@@ -2478,6 +2478,9 @@ var approvalRepository = (deps) => {
2478
2478
  service
2479
2479
  },
2480
2480
  isActive: true
2481
+ },
2482
+ include: {
2483
+ approvalInstance: true
2481
2484
  }
2482
2485
  });
2483
2486
  },
package/dist/index.mjs CHANGED
@@ -2415,6 +2415,9 @@ var approvalRepository = (deps) => {
2415
2415
  service
2416
2416
  },
2417
2417
  isActive: true
2418
+ },
2419
+ include: {
2420
+ approvalInstance: true
2418
2421
  }
2419
2422
  });
2420
2423
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "av6-core",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",