@eka-care/ekascribe-ts-sdk 2.0.28 → 2.0.29

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -54615,7 +54615,7 @@ class SystemCompatibilityManager {
54615
54615
  */
54616
54616
  async pingApi() {
54617
54617
  try {
54618
- return (await fetchWrapper(`${GET_EKA_VOICE_HOST_V1()}/ping`, {
54618
+ return (await fetchWrapper("https://api.eka.care/voice/ping", {
54619
54619
  method: "GET"
54620
54620
  })).ok;
54621
54621
  } catch (a) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "2.0.28",
3
+ "version": "2.0.29",
4
4
  "description": "EkaScribe TypeScript SDK - Modern ES2020 build",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",