@eka-care/ekascribe-ts-sdk 1.5.14 → 1.5.15

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.
@@ -34,7 +34,7 @@ const pushFileToS3 = async ({ fileBlob, fileName, txnID, businessID, is_shared_w
34
34
  console.error('pushFilesToS3V2 error =>', err);
35
35
  if (error.statusCode && error.statusCode >= 400) {
36
36
  return {
37
- error: `Expired token. Please re-authenticate! ${err}`,
37
+ error: `Expired token! ${err}`,
38
38
  errorCode: 'ExpiredToken',
39
39
  code: error.statusCode,
40
40
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "1.5.14",
3
+ "version": "1.5.15",
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>",