sasai-common-utils 1.0.46 → 1.0.47

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": "sasai-common-utils",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "Reusable utility library for common logging and other shared features.",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -18,10 +18,7 @@ function setGlobalConfig(config) {
18
18
  LOG_LEVEL: config?.LOG_LEVEL || "info",
19
19
  DEBUG_MODE: config?.DEBUG_MODE,
20
20
  SENSITIVE_KEYS: config?.SENSITIVE_KEYS,
21
- <<<<<<< HEAD
22
21
  NODE_ENV: config?.NODE_ENV,
23
- =======
24
- >>>>>>> d764c31 (Log and Metric Exporter Configured)
25
22
  OTEL_EXPORTER_OTLP_LOGS_ENDPOINT: config?.OTEL_EXPORTER_OTLP_LOGS_ENDPOINT,
26
23
  };
27
24
  }