@onereach/step-voice 4.0.27 → 4.0.28

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.
Files changed (2) hide show
  1. package/dst/step.js +1 -0
  2. package/package.json +1 -1
package/dst/step.js CHANGED
@@ -149,6 +149,7 @@ class ConvStep extends step_1.default {
149
149
  }
150
150
  }
151
151
  async waitCancelEnd() {
152
+ this.local.background = true;
152
153
  this.exitFlow();
153
154
  }
154
155
  async pause() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "4.0.27",
3
+ "version": "4.0.28",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",