cat-a-logs 1.1.0 → 1.1.1

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.

Potentially problematic release.


This version of cat-a-logs might be problematic. Click here for more details.

package/client/index.js CHANGED
@@ -233,8 +233,8 @@ function catalog(trackedVariable_1, metricName_1, metricNamespace_1) {
233
233
  });
234
234
  }
235
235
  exports.default = {
236
- cache: cache,
237
- catalog: catalog,
236
+ cache,
237
+ catalog,
238
238
  };
239
239
  /*Current Working logger invocation
240
240
  logger.info("Your EMF compliant Structured Metrics Log",
@@ -12,7 +12,7 @@
12
12
  "@aws-lambda-powertools/metrics": "^2.11.0",
13
13
  "lambda-log": "^3.1.0",
14
14
  "ajv": "^8.17.1",
15
- "cat-a-logs": "^1.0.9"
15
+ "cat-a-logs": "^1.1.0"
16
16
  },
17
17
  "scripts": {
18
18
  "test": "mocha tests/unit/"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-a-logs",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Create & send structured logs to AWS Cloudwatch logs",
5
5
  "main": "index.js",
6
6
  "exports":{