@axinom/mosaic-service-common 0.66.0-rc.8 → 0.66.0
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.
|
@@ -24,7 +24,7 @@ export declare const getBasicConfigDefinitions: (variables?: Dict<string | undef
|
|
|
24
24
|
/** @example SERVICE_ID=my-business-service */
|
|
25
25
|
serviceId: () => string;
|
|
26
26
|
/** @example LOG_LEVEL=INFO */
|
|
27
|
-
logLevel: () => "" | "FATAL" | "ERROR" | "WARN" | "INFO" | "DEBUG"
|
|
27
|
+
logLevel: () => "" | "TRACE" | "FATAL" | "ERROR" | "WARN" | "INFO" | "DEBUG";
|
|
28
28
|
/** @example HEALTH_ENDPOINT_PORT=9000 */
|
|
29
29
|
healthEndpointPort: () => number;
|
|
30
30
|
/**
|
|
@@ -282,7 +282,7 @@ declare const config: import("./config-validation").ValueObject<{
|
|
|
282
282
|
/** @example SERVICE_ID=my-business-service */
|
|
283
283
|
serviceId: () => string;
|
|
284
284
|
/** @example LOG_LEVEL=INFO */
|
|
285
|
-
logLevel: () => "" | "FATAL" | "ERROR" | "WARN" | "INFO" | "DEBUG"
|
|
285
|
+
logLevel: () => "" | "TRACE" | "FATAL" | "ERROR" | "WARN" | "INFO" | "DEBUG";
|
|
286
286
|
/** @example HEALTH_ENDPOINT_PORT=9000 */
|
|
287
287
|
healthEndpointPort: () => number;
|
|
288
288
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-service-common",
|
|
3
|
-
"version": "0.66.0
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"description": "Common helpers and PostgreSQL-related functionality",
|
|
5
5
|
"author": "Axinom",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"access": "public"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "9482bdb8e36edf78e1a64c53e9b9f5bdfff9eac1"
|
|
74
74
|
}
|