@onereach/step-voice 4.0.34 → 4.0.35

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.
@@ -170,7 +170,7 @@ class GlobalCommand extends voice_1.default {
170
170
  // }])
171
171
  // channel.global = null;
172
172
  // await this.updateData()
173
- const exitLabel = this.getExitStepLabel(stepExit) ?? stepExit;
173
+ const exitLabel = lodash_1.default.replace(this.getExitStepLabel(stepExit) ?? stepExit, /\W+/g, '');
174
174
  await this.process.runThread({
175
175
  id: `${exitLabel}_${(0, nanoid_1.nanoid)(8)}`,
176
176
  state: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "4.0.34",
3
+ "version": "4.0.35",
4
4
  "pkg_version": "4",
5
5
  "dep_version": "^$[__package.pkg_version]",
6
6
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",