@twin.org/logging-connector-console 0.0.1-next.13 → 0.0.1-next.14

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/docs/changelog.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @twin.org/logging-connector-console - Changelog
2
2
 
3
+ ## [0.0.1-next.14](https://github.com/twinfoundation/logging/compare/logging-connector-console-v0.0.1-next.13...logging-connector-console-v0.0.1-next.14) (2025-04-17)
4
+
5
+
6
+ ### Features
7
+
8
+ * use shared store mechanism ([#20](https://github.com/twinfoundation/logging/issues/20)) ([bbacd31](https://github.com/twinfoundation/logging/commit/bbacd31af991d82d84294ad432a40830692880ca))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/logging-models bumped from 0.0.1-next.13 to 0.0.1-next.14
16
+
3
17
  ## [0.0.1-next.13](https://github.com/twinfoundation/logging/compare/logging-connector-console-v0.0.1-next.12...logging-connector-console-v0.0.1-next.13) (2025-03-28)
4
18
 
5
19
 
@@ -8,9 +8,9 @@ Class for performing logging operations in the console.
8
8
 
9
9
  ## Constructors
10
10
 
11
- ### new ConsoleLoggingConnector()
11
+ ### Constructor
12
12
 
13
- > **new ConsoleLoggingConnector**(`options`?): [`ConsoleLoggingConnector`](ConsoleLoggingConnector.md)
13
+ > **new ConsoleLoggingConnector**(`options?`): `ConsoleLoggingConnector`
14
14
 
15
15
  Create a new instance of ConsoleLoggingConnector.
16
16
 
@@ -24,7 +24,7 @@ The options for the logging connector.
24
24
 
25
25
  #### Returns
26
26
 
27
- [`ConsoleLoggingConnector`](ConsoleLoggingConnector.md)
27
+ `ConsoleLoggingConnector`
28
28
 
29
29
  ## Properties
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/logging-connector-console",
3
- "version": "0.0.1-next.13",
3
+ "version": "0.0.1-next.14",
4
4
  "description": "Logging connector implementation using the console",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@twin.org/core": "next",
18
- "@twin.org/logging-models": "0.0.1-next.13",
18
+ "@twin.org/logging-models": "0.0.1-next.14",
19
19
  "@twin.org/nameof": "next"
20
20
  },
21
21
  "main": "./dist/cjs/index.cjs",