@twin.org/engine-types 0.9.1-next.6 → 0.9.1-next.7

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,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.1-next.7](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.9.1-next.6...engine-types-v0.9.1-next.7) (2026-07-24)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **engine-types:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/engine-core bumped from 0.9.1-next.6 to 0.9.1-next.7
16
+ * @twin.org/engine-models bumped from 0.9.1-next.6 to 0.9.1-next.7
17
+
3
18
  ## [0.9.1-next.6](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.9.1-next.5...engine-types-v0.9.1-next.6) (2026-07-20)
4
19
 
5
20
 
@@ -44,6 +44,24 @@ false
44
44
 
45
45
  ***
46
46
 
47
+ ### logLevel? {#loglevel}
48
+
49
+ > `optional` **logLevel?**: `EngineLogLevel`
50
+
51
+ The log level for the engine logger, takes precedence over silent when set.
52
+
53
+ #### Default
54
+
55
+ ```ts
56
+ all
57
+ ```
58
+
59
+ #### Inherited from
60
+
61
+ `IEngineCoreConfig.logLevel`
62
+
63
+ ***
64
+
47
65
  ### silentLoggers? {#silentloggers}
48
66
 
49
67
  > `optional` **silentLoggers?**: `string`[]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/engine-types",
3
- "version": "0.9.1-next.6",
3
+ "version": "0.9.1-next.7",
4
4
  "description": "Component and connector type definitions with configuration helpers for engine composition.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,7 +11,7 @@
11
11
  "license": "Apache-2.0",
12
12
  "type": "module",
13
13
  "engines": {
14
- "node": ">=20.0.0"
14
+ "node": ">=24.0.0"
15
15
  },
16
16
  "dependencies": {
17
17
  "@twin.org/api-models": "next",
@@ -62,8 +62,8 @@
62
62
  "@twin.org/document-management-models": "next",
63
63
  "@twin.org/document-management-rest-client": "next",
64
64
  "@twin.org/document-management-service": "next",
65
- "@twin.org/engine-core": "0.9.1-next.6",
66
- "@twin.org/engine-models": "0.9.1-next.6",
65
+ "@twin.org/engine-core": "0.9.1-next.7",
66
+ "@twin.org/engine-models": "0.9.1-next.7",
67
67
  "@twin.org/entity": "next",
68
68
  "@twin.org/entity-storage-connector-cosmosdb": "next",
69
69
  "@twin.org/entity-storage-connector-dynamodb": "next",