@twin.org/engine-server-types 0.0.3-next.37 → 0.0.3-next.39

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,35 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.39](https://github.com/iotaledger/twin-engine/compare/engine-server-types-v0.0.3-next.38...engine-server-types-v0.0.3-next.39) (2026-05-21)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **engine-server-types:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/engine-models bumped from 0.0.3-next.38 to 0.0.3-next.39
16
+ * @twin.org/engine-types bumped from 0.0.3-next.38 to 0.0.3-next.39
17
+
18
+ ## [0.0.3-next.38](https://github.com/iotaledger/twin-engine/compare/engine-server-types-v0.0.3-next.37...engine-server-types-v0.0.3-next.38) (2026-05-20)
19
+
20
+
21
+ ### Miscellaneous Chores
22
+
23
+ * **engine-server-types:** Synchronize repo versions
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * The following workspace dependencies were updated
29
+ * dependencies
30
+ * @twin.org/engine-models bumped from 0.0.3-next.37 to 0.0.3-next.38
31
+ * @twin.org/engine-types bumped from 0.0.3-next.37 to 0.0.3-next.38
32
+
3
33
  ## [0.0.3-next.37](https://github.com/iotaledger/twin-engine/compare/engine-server-types-v0.0.3-next.36...engine-server-types-v0.0.3-next.37) (2026-05-12)
4
34
 
5
35
 
@@ -108,6 +108,18 @@ Telemetry connector options which can be overridden by individual components by
108
108
 
109
109
  Telemetry component options which can be overridden by individual components by specifying types other than default.
110
110
 
111
+ ##### metricsProducerComponent?
112
+
113
+ > `optional` **metricsProducerComponent?**: `IEngineCoreTypeConfig`\<`MetricsProducerComponentConfig`\>[]
114
+
115
+ Metrics producer component options. Creates the `MetricsProducerService` that orchestrates polling.
116
+
117
+ ##### metricsCollectorComponent?
118
+
119
+ > `optional` **metricsCollectorComponent?**: `IEngineCoreTypeConfig`\<`MetricsCollectorComponentConfig`\>[]
120
+
121
+ Metrics collector options. Each entry registers a collector in `MetricsCollectorFactory`.
122
+
111
123
  ##### messagingEmailConnector?
112
124
 
113
125
  > `optional` **messagingEmailConnector?**: `IEngineCoreTypeConfig`\<`MessagingEmailConnectorConfig`\>[]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/engine-server-types",
3
- "version": "0.0.3-next.37",
3
+ "version": "0.0.3-next.39",
4
4
  "description": "Server-focused component types and configuration models for API routing and hosting.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,8 +25,8 @@
25
25
  "@twin.org/api-tenant-processor": "next",
26
26
  "@twin.org/context": "next",
27
27
  "@twin.org/core": "next",
28
- "@twin.org/engine-models": "0.0.3-next.37",
29
- "@twin.org/engine-types": "0.0.3-next.37",
28
+ "@twin.org/engine-models": "0.0.3-next.39",
29
+ "@twin.org/engine-types": "0.0.3-next.39",
30
30
  "@twin.org/entity": "next",
31
31
  "@twin.org/nameof": "next"
32
32
  },