@twin.org/logging-models 0.0.1-next.4 → 0.0.1-next.6
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.
@@ -22,7 +22,7 @@ export declare class MultiLoggingConnector implements ILoggingConnector {
|
|
22
22
|
*/
|
23
23
|
constructor(options: {
|
24
24
|
loggingConnectorTypes: string[];
|
25
|
-
config?: ILoggingLevelsConfig
|
25
|
+
config?: ILoggingLevelsConfig;
|
26
26
|
});
|
27
27
|
/**
|
28
28
|
* Log an entry to the connector.
|
package/docs/changelog.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@twin.org/logging-models",
|
3
|
-
"version": "0.0.1-next.
|
3
|
+
"version": "0.0.1-next.6",
|
4
4
|
"description": "Models which define the structure of the logging connectors and services",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -27,7 +27,7 @@
|
|
27
27
|
"import": "./dist/esm/index.mjs",
|
28
28
|
"types": "./dist/types/index.d.ts"
|
29
29
|
},
|
30
|
-
"./locales": "./locales"
|
30
|
+
"./locales/*.json": "./locales/*.json"
|
31
31
|
},
|
32
32
|
"files": [
|
33
33
|
"dist/cjs",
|