@onereach/step-voice 4.0.42-repromptstimeouts.1 → 4.0.43

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
@@ -205,7 +205,7 @@ class VoiceStep extends step_1.default {
205
205
  }
206
206
  this.state.repIdx = index + 1;
207
207
  params.timeout = rptsTimeout;
208
- params.firstDigitTimeout = rptsTimeout;
208
+ params.firstDigitTimeout = rptsTimeout; // needed for request_digits command
209
209
  const reportingObject = {
210
210
  sections: command.params.sections,
211
211
  reprompt: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "4.0.42-repromptstimeouts.1",
3
+ "version": "4.0.43",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",