@onereach/step-voice 6.0.3 → 6.0.4

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.
@@ -193,7 +193,7 @@ class GlobalCommand extends voice_1.default {
193
193
  default:
194
194
  return this.end();
195
195
  }
196
- return this.exitStep('hangup', {
196
+ return this.exitStep('hang up', {
197
197
  type: hangUpType,
198
198
  callRecording: this.event.params?.callRecording,
199
199
  conversation: this.conversation,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "6.0.3",
3
+ "version": "6.0.4",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",