@eka-care/ekascribe-ts-sdk 2.0.26 → 2.0.27

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 +2 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -54249,6 +54249,7 @@ const decodeApiResponse = (i) => {
54249
54249
  };
54250
54250
  }
54251
54251
  }, Ur = class Ur {
54252
+ // Private constructor to prevent direct instantiation
54252
54253
  constructor() {
54253
54254
  }
54254
54255
  // Static method to get the singleton instance with optional initialization
@@ -54281,7 +54282,7 @@ const decodeApiResponse = (i) => {
54281
54282
  DESP_CHUNK_LENGTH,
54282
54283
  MAX_CHUNK_LENGTH,
54283
54284
  FRAME_RATE
54284
- ), EkaScribeStore$1.vadInstance = this.vadInstance;
54285
+ ), EkaScribeStore$1.vadInstance = this.vadInstance, console.log("Initialising SDK Instances ", EkaScribeStore$1);
54285
54286
  const s = await initialiseTransaction(a);
54286
54287
  return console.log(s, "initTransactionResponse"), s;
54287
54288
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "2.0.26",
3
+ "version": "2.0.27",
4
4
  "description": "EkaScribe TypeScript SDK - Modern ES2020 build",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",