@absolutejs/voice 0.0.22-beta.80 → 0.0.22-beta.81

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.
package/dist/index.js CHANGED
@@ -11223,6 +11223,8 @@ var createVoiceTelephonyWebhookRoutes = (options = {}) => {
11223
11223
  }
11224
11224
  throw error;
11225
11225
  }
11226
+ }, {
11227
+ parse: "none"
11226
11228
  });
11227
11229
  };
11228
11230
  // src/fileStore.ts
@@ -8533,6 +8533,8 @@ var createVoiceTelephonyWebhookRoutes = (options = {}) => {
8533
8533
  }
8534
8534
  throw error;
8535
8535
  }
8536
+ }, {
8537
+ parse: "none"
8536
8538
  });
8537
8539
  };
8538
8540
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/voice",
3
- "version": "0.0.22-beta.80",
3
+ "version": "0.0.22-beta.81",
4
4
  "description": "Voice primitives and Elysia plugin for AbsoluteJS",
5
5
  "repository": {
6
6
  "type": "git",