@twin.org/engine 0.0.3-next.6 → 0.0.3-next.8

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.
@@ -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",
package/docs/changelog.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @twin.org/engine - Changelog
2
2
 
3
+ ## [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)
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.7 to 0.0.3-next.8
16
+ * @twin.org/engine-models bumped from 0.0.3-next.7 to 0.0.3-next.8
17
+ * @twin.org/engine-types bumped from 0.0.3-next.7 to 0.0.3-next.8
18
+
19
+ ## [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)
20
+
21
+
22
+ ### Features
23
+
24
+ * add trust and rights management plugins ([eea0807](https://github.com/twinfoundation/engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
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.6 to 0.0.3-next.7
32
+ * @twin.org/engine-models bumped from 0.0.3-next.6 to 0.0.3-next.7
33
+ * @twin.org/engine-types bumped from 0.0.3-next.6 to 0.0.3-next.7
34
+
3
35
  ## [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)
4
36
 
5
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/engine",
3
- "version": "0.0.3-next.6",
3
+ "version": "0.0.3-next.8",
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.6",
20
- "@twin.org/engine-models": "0.0.3-next.6",
21
- "@twin.org/engine-types": "0.0.3-next.6",
19
+ "@twin.org/engine-core": "0.0.3-next.8",
20
+ "@twin.org/engine-models": "0.0.3-next.8",
21
+ "@twin.org/engine-types": "0.0.3-next.8",
22
22
  "@twin.org/entity": "next",
23
23
  "@twin.org/nameof": "next"
24
24
  },