@twin.org/engine-server-types 0.0.3-next.46 → 0.0.3-next.48
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.48](https://github.com/iotaledger/twin-engine/compare/engine-server-types-v0.0.3-next.47...engine-server-types-v0.0.3-next.48) (2026-06-08)
|
|
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.47 to 0.0.3-next.48
|
|
16
|
+
* @twin.org/engine-types bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
17
|
+
|
|
18
|
+
## [0.0.3-next.47](https://github.com/iotaledger/twin-engine/compare/engine-server-types-v0.0.3-next.46...engine-server-types-v0.0.3-next.47) (2026-06-08)
|
|
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.46 to 0.0.3-next.47
|
|
31
|
+
* @twin.org/engine-types bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
32
|
+
|
|
3
33
|
## [0.0.3-next.46](https://github.com/iotaledger/twin-engine/compare/engine-server-types-v0.0.3-next.45...engine-server-types-v0.0.3-next.46) (2026-06-04)
|
|
4
34
|
|
|
5
35
|
|
|
@@ -150,6 +150,12 @@ Messaging admin component options which can be overridden by individual componen
|
|
|
150
150
|
|
|
151
151
|
Messaging component options which can be overridden by individual components by specifying types other than default.
|
|
152
152
|
|
|
153
|
+
##### schemaVersionMigrationComponent?
|
|
154
|
+
|
|
155
|
+
> `optional` **schemaVersionMigrationComponent?**: `IEngineCoreTypeConfig`\<`SchemaVersionMigrationComponentConfig`\>[]
|
|
156
|
+
|
|
157
|
+
Schema version migration component options which can be overridden by individual components by specifying types other than default.
|
|
158
|
+
|
|
153
159
|
##### backgroundTaskComponent?
|
|
154
160
|
|
|
155
161
|
> `optional` **backgroundTaskComponent?**: `IEngineCoreTypeConfig`\<`BackgroundTaskComponentConfig`\>[]
|
|
@@ -216,18 +222,6 @@ DLT options which can be overridden by individual components by specifying types
|
|
|
216
222
|
|
|
217
223
|
Wallet connector options which can be overridden by individual components by specifying types other than default.
|
|
218
224
|
|
|
219
|
-
##### verifiableStorageConnector?
|
|
220
|
-
|
|
221
|
-
> `optional` **verifiableStorageConnector?**: `IEngineCoreTypeConfig`\<`VerifiableStorageConnectorConfig`\>[]
|
|
222
|
-
|
|
223
|
-
Verifiable storage connector options which can be overridden by individual components by specifying types other than default.
|
|
224
|
-
|
|
225
|
-
##### verifiableStorageComponent?
|
|
226
|
-
|
|
227
|
-
> `optional` **verifiableStorageComponent?**: `IEngineCoreTypeConfig`\<`VerifiableStorageComponentConfig`\>[]
|
|
228
|
-
|
|
229
|
-
Verifiable storage component options which can be overridden by individual components by specifying types other than default.
|
|
230
|
-
|
|
231
225
|
##### immutableProofComponent?
|
|
232
226
|
|
|
233
227
|
> `optional` **immutableProofComponent?**: `IEngineCoreTypeConfig`\<`ImmutableProofComponentConfig`\>[]
|
|
@@ -456,12 +450,6 @@ Rights management policy negotiator options which can be overridden by individua
|
|
|
456
450
|
|
|
457
451
|
Rights management policy requester options which can be overridden by individual components by specifying types other than default.
|
|
458
452
|
|
|
459
|
-
##### synchronisedStorageComponent?
|
|
460
|
-
|
|
461
|
-
> `optional` **synchronisedStorageComponent?**: `IEngineCoreTypeConfig`\<`SynchronisedStorageComponentConfig`\>[]
|
|
462
|
-
|
|
463
|
-
Synchronised storage options which can be overridden by individual components by specifying types other than default.
|
|
464
|
-
|
|
465
453
|
##### federatedCatalogueComponent?
|
|
466
454
|
|
|
467
455
|
> `optional` **federatedCatalogueComponent?**: `IEngineCoreTypeConfig`\<`FederatedCatalogueComponentConfig`\>[]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/engine-server-types",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.48",
|
|
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.
|
|
29
|
-
"@twin.org/engine-types": "0.0.3-next.
|
|
28
|
+
"@twin.org/engine-models": "0.0.3-next.48",
|
|
29
|
+
"@twin.org/engine-types": "0.0.3-next.48",
|
|
30
30
|
"@twin.org/entity": "next",
|
|
31
31
|
"@twin.org/nameof": "next"
|
|
32
32
|
},
|