@onereach/step-voice 4.0.23 → 4.0.25

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 -1
  2. package/package.json +2 -2
package/dst/step.js CHANGED
@@ -149,7 +149,7 @@ class ConvStep extends step_1.default {
149
149
  }
150
150
  }
151
151
  async waitCancelEnd() {
152
- this.exitFlow();
152
+ this.end();
153
153
  }
154
154
  async pause() {
155
155
  const conv = await this._getConversation();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "4.0.23",
3
+ "version": "4.0.25",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",
@@ -74,4 +74,4 @@
74
74
  "node_modules"
75
75
  ]
76
76
  }
77
- }
77
+ }