@eka-care/ekascribe-ts-sdk 1.5.18 → 1.5.20

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.
@@ -190,7 +190,9 @@ class AudioFileManager {
190
190
  response: workerResponse.response.success,
191
191
  };
192
192
  }
193
+ console.log(onEventCallback, '182 - SDK');
193
194
  if (onEventCallback) {
195
+ console.log(onEventCallback, '184 - SDK');
194
196
  onEventCallback({
195
197
  callback_type: CALLBACK_TYPE.FILE_UPLOAD_STATUS,
196
198
  status: 'success',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "1.5.18",
3
+ "version": "1.5.20",
4
4
  "main": "dist/index.js",
5
5
  "repository": "git@github.com:eka-care/eka-js-sdk.git",
6
6
  "author": "Sanikagoyal28 <sanikagoyal9@gmail.com>",