@twin.org/engine 0.0.3-next.1 → 0.0.3-next.11

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.
@@ -10,9 +10,9 @@
10
10
  "method": "initialiseLoggingComponent"
11
11
  },
12
12
  {
13
- "type": "backgroundTaskConnector",
13
+ "type": "backgroundTaskComponent",
14
14
  "module": "@twin.org/engine-types",
15
- "method": "initialiseBackgroundTaskConnector"
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,165 @@
1
1
  # @twin.org/engine - Changelog
2
2
 
3
+ ## [0.0.3-next.11](https://github.com/twinfoundation/engine/compare/engine-v0.0.3-next.10...engine-v0.0.3-next.11) (2026-01-16)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **engine:** 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.0.3-next.10 to 0.0.3-next.11
16
+ * @twin.org/engine-models bumped from 0.0.3-next.10 to 0.0.3-next.11
17
+ * @twin.org/engine-types bumped from 0.0.3-next.10 to 0.0.3-next.11
18
+
19
+ ## [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)
20
+
21
+
22
+ ### Features
23
+
24
+ * add skipComponentStart flag ([#62](https://github.com/twinfoundation/engine/issues/62)) ([07e90af](https://github.com/twinfoundation/engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
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.9 to 0.0.3-next.10
32
+ * @twin.org/engine-models bumped from 0.0.3-next.9 to 0.0.3-next.10
33
+ * @twin.org/engine-types bumped from 0.0.3-next.9 to 0.0.3-next.10
34
+
35
+ ## [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)
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.8 to 0.0.3-next.9
48
+ * @twin.org/engine-models bumped from 0.0.3-next.8 to 0.0.3-next.9
49
+ * @twin.org/engine-types bumped from 0.0.3-next.8 to 0.0.3-next.9
50
+
51
+ ## [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)
52
+
53
+
54
+ ### Miscellaneous Chores
55
+
56
+ * **engine:** Synchronize repo versions
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.7 to 0.0.3-next.8
64
+ * @twin.org/engine-models bumped from 0.0.3-next.7 to 0.0.3-next.8
65
+ * @twin.org/engine-types bumped from 0.0.3-next.7 to 0.0.3-next.8
66
+
67
+ ## [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)
68
+
69
+
70
+ ### Features
71
+
72
+ * add trust and rights management plugins ([eea0807](https://github.com/twinfoundation/engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
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.6 to 0.0.3-next.7
80
+ * @twin.org/engine-models bumped from 0.0.3-next.6 to 0.0.3-next.7
81
+ * @twin.org/engine-types bumped from 0.0.3-next.6 to 0.0.3-next.7
82
+
83
+ ## [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)
84
+
85
+
86
+ ### Features
87
+
88
+ * add fed cat filters ([a52cbf1](https://github.com/twinfoundation/engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
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.5 to 0.0.3-next.6
96
+ * @twin.org/engine-models bumped from 0.0.3-next.5 to 0.0.3-next.6
97
+ * @twin.org/engine-types bumped from 0.0.3-next.5 to 0.0.3-next.6
98
+
99
+ ## [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)
100
+
101
+
102
+ ### Miscellaneous Chores
103
+
104
+ * **engine:** Synchronize repo versions
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.4 to 0.0.3-next.5
112
+ * @twin.org/engine-models bumped from 0.0.3-next.4 to 0.0.3-next.5
113
+ * @twin.org/engine-types bumped from 0.0.3-next.4 to 0.0.3-next.5
114
+
115
+ ## [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)
116
+
117
+
118
+ ### Features
119
+
120
+ * context id handlers repopulated after engine clone ([9712e32](https://github.com/twinfoundation/engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
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.3 to 0.0.3-next.4
128
+ * @twin.org/engine-models bumped from 0.0.3-next.3 to 0.0.3-next.4
129
+ * @twin.org/engine-types bumped from 0.0.3-next.3 to 0.0.3-next.4
130
+
131
+ ## [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)
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.2 to 0.0.3-next.3
144
+ * @twin.org/engine-models bumped from 0.0.3-next.2 to 0.0.3-next.3
145
+ * @twin.org/engine-types bumped from 0.0.3-next.2 to 0.0.3-next.3
146
+
147
+ ## [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)
148
+
149
+
150
+ ### Miscellaneous Chores
151
+
152
+ * **engine:** Synchronize repo versions
153
+
154
+
155
+ ### Dependencies
156
+
157
+ * The following workspace dependencies were updated
158
+ * dependencies
159
+ * @twin.org/engine-core bumped from 0.0.3-next.1 to 0.0.3-next.2
160
+ * @twin.org/engine-models bumped from 0.0.3-next.1 to 0.0.3-next.2
161
+ * @twin.org/engine-types bumped from 0.0.3-next.1 to 0.0.3-next.2
162
+
3
163
  ## [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
164
 
5
165
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/engine",
3
- "version": "0.0.3-next.1",
3
+ "version": "0.0.3-next.11",
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.1",
20
- "@twin.org/engine-models": "0.0.3-next.1",
21
- "@twin.org/engine-types": "0.0.3-next.1",
19
+ "@twin.org/engine-core": "0.0.3-next.11",
20
+ "@twin.org/engine-models": "0.0.3-next.11",
21
+ "@twin.org/engine-types": "0.0.3-next.11",
22
22
  "@twin.org/entity": "next",
23
23
  "@twin.org/nameof": "next"
24
24
  },