@twin.org/engine 0.0.3-next.1 → 0.0.3-next.10
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/dist/es/data/coreTypeInitialisers.json +62 -2
- package/docs/changelog.md +144 -0
- package/package.json +4 -4
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
"method": "initialiseLoggingComponent"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
|
-
"type": "
|
|
13
|
+
"type": "backgroundTaskComponent",
|
|
14
14
|
"module": "@twin.org/engine-types",
|
|
15
|
-
"method": "
|
|
15
|
+
"method": "initialiseBackgroundTaskComponent"
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"type": "taskSchedulerComponent",
|
|
@@ -194,6 +194,21 @@
|
|
|
194
194
|
"module": "@twin.org/engine-types",
|
|
195
195
|
"method": "initialiseAuthenticationGeneratorComponent"
|
|
196
196
|
},
|
|
197
|
+
{
|
|
198
|
+
"type": "trustComponent",
|
|
199
|
+
"module": "@twin.org/engine-types",
|
|
200
|
+
"method": "initialiseTrustComponent"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"type": "trustGeneratorComponent",
|
|
204
|
+
"module": "@twin.org/engine-types",
|
|
205
|
+
"method": "initialiseTrustGeneratorComponent"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"type": "trustVerifierComponent",
|
|
209
|
+
"module": "@twin.org/engine-types",
|
|
210
|
+
"method": "initialiseTrustVerifierComponent"
|
|
211
|
+
},
|
|
197
212
|
{
|
|
198
213
|
"type": "rightsManagementPapComponent",
|
|
199
214
|
"module": "@twin.org/engine-types",
|
|
@@ -244,6 +259,41 @@
|
|
|
244
259
|
"module": "@twin.org/engine-types",
|
|
245
260
|
"method": "initialiseRightsManagementDarpComponent"
|
|
246
261
|
},
|
|
262
|
+
{
|
|
263
|
+
"type": "rightsManagementDataAccessHandlerComponent",
|
|
264
|
+
"module": "@twin.org/engine-types",
|
|
265
|
+
"method": "initialiseRightsManagementDataAccessHandlerComponent"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"type": "rightsManagementPolicyArbiterComponent",
|
|
269
|
+
"module": "@twin.org/engine-types",
|
|
270
|
+
"method": "initialiseRightsManagementPolicyArbiterComponent"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"type": "rightsManagementPolicyEnforcementProcessorComponent",
|
|
274
|
+
"module": "@twin.org/engine-types",
|
|
275
|
+
"method": "initialiseRightsManagementPolicyEnforcementProcessorComponent"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"type": "rightsManagementPolicyExecutionActionComponent",
|
|
279
|
+
"module": "@twin.org/engine-types",
|
|
280
|
+
"method": "initialiseRightsManagementPolicyExecutionActionComponent"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"type": "rightsManagementPolicyInformationSourceComponent",
|
|
284
|
+
"module": "@twin.org/engine-types",
|
|
285
|
+
"method": "initialiseRightsManagementPolicyInformationSourceComponent"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"type": "rightsManagementPolicyNegotiatorComponent",
|
|
289
|
+
"module": "@twin.org/engine-types",
|
|
290
|
+
"method": "initialiseRightsManagementPolicyNegotiatorComponent"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"type": "rightsManagementPolicyRequesterComponent",
|
|
294
|
+
"module": "@twin.org/engine-types",
|
|
295
|
+
"method": "initialiseRightsManagementPolicyRequesterComponent"
|
|
296
|
+
},
|
|
247
297
|
{
|
|
248
298
|
"type": "synchronisedStorageComponent",
|
|
249
299
|
"module": "@twin.org/engine-types",
|
|
@@ -254,6 +304,11 @@
|
|
|
254
304
|
"module": "@twin.org/engine-types",
|
|
255
305
|
"method": "initialiseFederatedCatalogueComponent"
|
|
256
306
|
},
|
|
307
|
+
{
|
|
308
|
+
"type": "federatedCatalogueFilterComponent",
|
|
309
|
+
"module": "@twin.org/engine-types",
|
|
310
|
+
"method": "initialiseFederatedCatalogueFilterComponent"
|
|
311
|
+
},
|
|
257
312
|
{
|
|
258
313
|
"type": "dataSpaceConnectorComponent",
|
|
259
314
|
"module": "@twin.org/engine-types",
|
|
@@ -263,5 +318,10 @@
|
|
|
263
318
|
"type": "tenantAdminComponent",
|
|
264
319
|
"module": "@twin.org/engine-types",
|
|
265
320
|
"method": "initialiseTenantAdminComponent"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"type": "contextIdHandlerComponent",
|
|
324
|
+
"module": "@twin.org/engine-types",
|
|
325
|
+
"method": "initialiseContextIdHandlerComponent"
|
|
266
326
|
}
|
|
267
327
|
]
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,149 @@
|
|
|
1
1
|
# @twin.org/engine - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.10](https://github.com/twinfoundation/engine/compare/engine-v0.0.3-next.9...engine-v0.0.3-next.10) (2026-01-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add skipComponentStart flag ([#62](https://github.com/twinfoundation/engine/issues/62)) ([07e90af](https://github.com/twinfoundation/engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/engine-core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
16
|
+
* @twin.org/engine-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
17
|
+
* @twin.org/engine-types bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
18
|
+
|
|
19
|
+
## [0.0.3-next.9](https://github.com/twinfoundation/engine/compare/engine-v0.0.3-next.8...engine-v0.0.3-next.9) (2026-01-07)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Miscellaneous Chores
|
|
23
|
+
|
|
24
|
+
* **engine:** Synchronize repo versions
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Dependencies
|
|
28
|
+
|
|
29
|
+
* The following workspace dependencies were updated
|
|
30
|
+
* dependencies
|
|
31
|
+
* @twin.org/engine-core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
32
|
+
* @twin.org/engine-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
33
|
+
* @twin.org/engine-types bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
34
|
+
|
|
35
|
+
## [0.0.3-next.8](https://github.com/twinfoundation/engine/compare/engine-v0.0.3-next.7...engine-v0.0.3-next.8) (2026-01-06)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Miscellaneous Chores
|
|
39
|
+
|
|
40
|
+
* **engine:** Synchronize repo versions
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Dependencies
|
|
44
|
+
|
|
45
|
+
* The following workspace dependencies were updated
|
|
46
|
+
* dependencies
|
|
47
|
+
* @twin.org/engine-core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
48
|
+
* @twin.org/engine-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
49
|
+
* @twin.org/engine-types bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
50
|
+
|
|
51
|
+
## [0.0.3-next.7](https://github.com/twinfoundation/engine/compare/engine-v0.0.3-next.6...engine-v0.0.3-next.7) (2025-12-04)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Features
|
|
55
|
+
|
|
56
|
+
* add trust and rights management plugins ([eea0807](https://github.com/twinfoundation/engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
### Dependencies
|
|
60
|
+
|
|
61
|
+
* The following workspace dependencies were updated
|
|
62
|
+
* dependencies
|
|
63
|
+
* @twin.org/engine-core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
64
|
+
* @twin.org/engine-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
65
|
+
* @twin.org/engine-types bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
66
|
+
|
|
67
|
+
## [0.0.3-next.6](https://github.com/twinfoundation/engine/compare/engine-v0.0.3-next.5...engine-v0.0.3-next.6) (2025-11-28)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
### Features
|
|
71
|
+
|
|
72
|
+
* add fed cat filters ([a52cbf1](https://github.com/twinfoundation/engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
### Dependencies
|
|
76
|
+
|
|
77
|
+
* The following workspace dependencies were updated
|
|
78
|
+
* dependencies
|
|
79
|
+
* @twin.org/engine-core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
80
|
+
* @twin.org/engine-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
81
|
+
* @twin.org/engine-types bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
82
|
+
|
|
83
|
+
## [0.0.3-next.5](https://github.com/twinfoundation/engine/compare/engine-v0.0.3-next.4...engine-v0.0.3-next.5) (2025-11-20)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Miscellaneous Chores
|
|
87
|
+
|
|
88
|
+
* **engine:** Synchronize repo versions
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
### Dependencies
|
|
92
|
+
|
|
93
|
+
* The following workspace dependencies were updated
|
|
94
|
+
* dependencies
|
|
95
|
+
* @twin.org/engine-core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
96
|
+
* @twin.org/engine-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
97
|
+
* @twin.org/engine-types bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
98
|
+
|
|
99
|
+
## [0.0.3-next.4](https://github.com/twinfoundation/engine/compare/engine-v0.0.3-next.3...engine-v0.0.3-next.4) (2025-11-20)
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
### Features
|
|
103
|
+
|
|
104
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/twinfoundation/engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
### Dependencies
|
|
108
|
+
|
|
109
|
+
* The following workspace dependencies were updated
|
|
110
|
+
* dependencies
|
|
111
|
+
* @twin.org/engine-core bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
112
|
+
* @twin.org/engine-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
113
|
+
* @twin.org/engine-types bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
114
|
+
|
|
115
|
+
## [0.0.3-next.3](https://github.com/twinfoundation/engine/compare/engine-v0.0.3-next.2...engine-v0.0.3-next.3) (2025-11-14)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Miscellaneous Chores
|
|
119
|
+
|
|
120
|
+
* **engine:** Synchronize repo versions
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
### Dependencies
|
|
124
|
+
|
|
125
|
+
* The following workspace dependencies were updated
|
|
126
|
+
* dependencies
|
|
127
|
+
* @twin.org/engine-core bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
128
|
+
* @twin.org/engine-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
129
|
+
* @twin.org/engine-types bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
130
|
+
|
|
131
|
+
## [0.0.3-next.2](https://github.com/twinfoundation/engine/compare/engine-v0.0.3-next.1...engine-v0.0.3-next.2) (2025-11-13)
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
### Miscellaneous Chores
|
|
135
|
+
|
|
136
|
+
* **engine:** Synchronize repo versions
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
### Dependencies
|
|
140
|
+
|
|
141
|
+
* The following workspace dependencies were updated
|
|
142
|
+
* dependencies
|
|
143
|
+
* @twin.org/engine-core bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
144
|
+
* @twin.org/engine-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
145
|
+
* @twin.org/engine-types bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
146
|
+
|
|
3
147
|
## [0.0.3-next.1](https://github.com/twinfoundation/engine/compare/engine-v0.0.3-next.0...engine-v0.0.3-next.1) (2025-11-13)
|
|
4
148
|
|
|
5
149
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/engine",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.10",
|
|
4
4
|
"description": "Engine implementation.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@twin.org/context": "next",
|
|
18
18
|
"@twin.org/core": "next",
|
|
19
|
-
"@twin.org/engine-core": "0.0.3-next.
|
|
20
|
-
"@twin.org/engine-models": "0.0.3-next.
|
|
21
|
-
"@twin.org/engine-types": "0.0.3-next.
|
|
19
|
+
"@twin.org/engine-core": "0.0.3-next.10",
|
|
20
|
+
"@twin.org/engine-models": "0.0.3-next.10",
|
|
21
|
+
"@twin.org/engine-types": "0.0.3-next.10",
|
|
22
22
|
"@twin.org/entity": "next",
|
|
23
23
|
"@twin.org/nameof": "next"
|
|
24
24
|
},
|