@trunkrs/common 1.11.5 → 1.11.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trunkrs/common",
3
- "version": "1.11.5",
3
+ "version": "1.11.6",
4
4
  "description": "Common standards library for development in Trunkrs",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/Trunkrs/common.git",
@@ -8,7 +8,7 @@ class LambdaInvocationFailedError extends ErrorBase_1.default {
8
8
  constructor(error) {
9
9
  super();
10
10
  this.message =
11
- 'exact token exchange failed for the second time. No other lambda function set the token';
11
+ `Lambda Invocation Failed with error: ${JSON.stringify(error, null, 2)}`;
12
12
  Error.captureStackTrace(this);
13
13
  }
14
14
  }
@@ -1 +1 @@
1
- {"version":3,"file":"LambdaInvocationFailedError.js","sourceRoot":"","sources":["../../../../services/aws/LambdaClient/LambdaInvocationFailedError.ts"],"names":[],"mappings":";;;;;AAAA,iFAAwD;AAExD,MAAM,2BAA4B,SAAQ,mBAAS;IACjD,YAAmB,KAAW;QAC5B,KAAK,EAAE,CAAA;QAEP,IAAI,CAAC,OAAO;YACV,yFAAyF,CAAA;QAC3F,KAAK,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAA;IAC/B,CAAC;CACF;AAED,kBAAe,2BAA2B,CAAA"}
1
+ {"version":3,"file":"LambdaInvocationFailedError.js","sourceRoot":"","sources":["../../../../services/aws/LambdaClient/LambdaInvocationFailedError.ts"],"names":[],"mappings":";;;;;AAAA,iFAAwD;AAExD,MAAM,2BAA4B,SAAQ,mBAAS;IACjD,YAAmB,KAAW;QAC5B,KAAK,EAAE,CAAA;QAEP,IAAI,CAAC,OAAO;YACV,wCAAwC,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,CAAA;QAC1E,KAAK,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAA;IAC/B,CAAC;CACF;AAED,kBAAe,2BAA2B,CAAA"}