@absolutejs/voice 0.0.22-beta.602 → 0.0.22-beta.603

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/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -39538,6 +39538,7 @@ var voice = (config) => {
39538
39538
  onSession: config.onSession,
39539
39539
  onTransfer: config.onTransfer,
39540
39540
  onTurn,
39541
+ speculate: config.speculate,
39541
39542
  onVoicemail: config.onVoicemail,
39542
39543
  onCallEnd: async (input) => {
39543
39544
  let hookError;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/voice",
3
- "version": "0.0.22-beta.602",
3
+ "version": "0.0.22-beta.603",
4
4
  "description": "Voice primitives and Elysia plugin for AbsoluteJS",
5
5
  "repository": {
6
6
  "type": "git",