cat-a-logs 1.1.0 → 1.1.2
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
@@ -232,9 +232,10 @@ function catalog(trackedVariable_1, metricName_1, metricNamespace_1) {
|
|
232
232
|
});
|
233
233
|
});
|
234
234
|
}
|
235
|
+
|
235
236
|
exports.default = {
|
236
|
-
cache: cache,
|
237
|
-
catalog: catalog,
|
237
|
+
"cache": cache,
|
238
|
+
"catalog": catalog,
|
238
239
|
};
|
239
240
|
/*Current Working logger invocation
|
240
241
|
logger.info("Your EMF compliant Structured Metrics Log",
|