ag-common 0.0.92 → 0.0.93

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.
@@ -65,7 +65,7 @@ const getAndValidateToken = ({ tokenRaw, jwksRegion = 'ap-southeast-2', COGNITO_
65
65
  let token = '';
66
66
  try {
67
67
  if (!tokenRaw) {
68
- const m = 'no auth headers, auth failed';
68
+ const m = 'auth error: no auth headers';
69
69
  (0, log_1.error)(m);
70
70
  return {
71
71
  error: (0, api_1.returnCode)(403, m),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ag-common",
3
- "version": "0.0.92",
3
+ "version": "0.0.93",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "author": "Andrei Gec <@andreigec> (https://gec.dev/)",