@onereach/step-voice 1.2202.30 → 1.2202.31

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/voice.js +1 -1
  2. package/package.json +1 -1
package/dst/voice.js CHANGED
@@ -226,7 +226,7 @@ class VoiceStep extends step_1.default {
226
226
  this.state.repIdx = undefined;
227
227
  }
228
228
  rptsHasMore({ repromptsList }) {
229
- return this.rptsIndex <= repromptsList.length;
229
+ return this.rptsIndex < repromptsList.length;
230
230
  }
231
231
  get rptsIndex() {
232
232
  return this.state.repIdx ?? 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "1.2202.30",
3
+ "version": "1.2202.31",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",