av6-core 1.8.7 → 1.8.8

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
@@ -2601,7 +2601,7 @@ var ApprovalService = class {
2601
2601
  }
2602
2602
  });
2603
2603
  setImmediate(
2604
- () => this.emitEvents({
2604
+ async () => await this.emitEvents({
2605
2605
  instance: updated,
2606
2606
  flowType: inst.flow?.flowType,
2607
2607
  approverId,
package/dist/index.mjs CHANGED
@@ -2538,7 +2538,7 @@ var ApprovalService = class {
2538
2538
  }
2539
2539
  });
2540
2540
  setImmediate(
2541
- () => this.emitEvents({
2541
+ async () => await this.emitEvents({
2542
2542
  instance: updated,
2543
2543
  flowType: inst.flow?.flowType,
2544
2544
  approverId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "av6-core",
3
- "version": "1.8.7",
3
+ "version": "1.8.8",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",