@eka-care/ekascribe-ts-sdk 2.1.43 → 2.1.44

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.mjs +0 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -353,8 +353,6 @@ const getConfigV2 = async () => {
353
353
  `${GET_EKA_VOICE_HOST_V2()}/transaction/${s}`,
354
354
  u
355
355
  );
356
- if (!d.ok)
357
- throw new Error(`Error: ${d.statusText}`);
358
356
  let h = await d.json();
359
357
  return h = {
360
358
  ...h,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "2.1.43",
3
+ "version": "2.1.44",
4
4
  "description": "EkaScribe TypeScript SDK - Modern ES2020 build",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",