@twin.org/engine 0.0.3-next.23 → 0.0.3-next.25

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.
@@ -274,6 +274,11 @@
274
274
  "module": "@twin.org/engine-types",
275
275
  "method": "initialiseRightsManagementPolicyNegotiatorComponent"
276
276
  },
277
+ {
278
+ "type": "rightsManagementPolicyObligationEnforcerComponent",
279
+ "module": "@twin.org/engine-types",
280
+ "method": "initialiseRightsManagementPolicyObligationEnforcerComponent"
281
+ },
277
282
  {
278
283
  "type": "rightsManagementPolicyRequesterComponent",
279
284
  "module": "@twin.org/engine-types",
@@ -295,9 +300,14 @@
295
300
  "method": "initialiseFederatedCatalogueFilterComponent"
296
301
  },
297
302
  {
298
- "type": "dataSpaceConnectorComponent",
303
+ "type": "dataspaceControlPlaneComponent",
304
+ "module": "@twin.org/engine-types",
305
+ "method": "initialiseDataspaceControlPlaneComponent"
306
+ },
307
+ {
308
+ "type": "dataspaceDataPlaneComponent",
299
309
  "module": "@twin.org/engine-types",
300
- "method": "initialiseDataSpaceConnectorComponent"
310
+ "method": "initialiseDataspaceDataPlaneComponent"
301
311
  },
302
312
  {
303
313
  "type": "tenantAdminComponent",
package/docs/changelog.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @twin.org/engine - Changelog
2
2
 
3
+ ## [0.0.3-next.25](https://github.com/twinfoundation/engine/compare/engine-v0.0.3-next.24...engine-v0.0.3-next.25) (2026-03-02)
4
+
5
+
6
+ ### Features
7
+
8
+ * replace unified data space connector with control plane and data plane components ([#78](https://github.com/twinfoundation/engine/issues/78)) ([a6ebace](https://github.com/twinfoundation/engine/commit/a6ebace389dafe754a3ca0827999966b5a101a59))
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.24 to 0.0.3-next.25
16
+ * @twin.org/engine-models bumped from 0.0.3-next.24 to 0.0.3-next.25
17
+ * @twin.org/engine-types bumped from 0.0.3-next.24 to 0.0.3-next.25
18
+
19
+ ## [0.0.3-next.24](https://github.com/twinfoundation/engine/compare/engine-v0.0.3-next.23...engine-v0.0.3-next.24) (2026-02-26)
20
+
21
+
22
+ ### Features
23
+
24
+ * use factory default feature for sorting ([ec8b370](https://github.com/twinfoundation/engine/commit/ec8b370c5c028cb300cdd1e76b0a0cdb2263773c))
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.23 to 0.0.3-next.24
32
+ * @twin.org/engine-models bumped from 0.0.3-next.23 to 0.0.3-next.24
33
+ * @twin.org/engine-types bumped from 0.0.3-next.23 to 0.0.3-next.24
34
+
3
35
  ## [0.0.3-next.23](https://github.com/twinfoundation/engine/compare/engine-v0.0.3-next.22...engine-v0.0.3-next.23) (2026-02-23)
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.23",
3
+ "version": "0.0.3-next.25",
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.23",
20
- "@twin.org/engine-models": "0.0.3-next.23",
21
- "@twin.org/engine-types": "0.0.3-next.23",
19
+ "@twin.org/engine-core": "0.0.3-next.25",
20
+ "@twin.org/engine-models": "0.0.3-next.25",
21
+ "@twin.org/engine-types": "0.0.3-next.25",
22
22
  "@twin.org/entity": "next",
23
23
  "@twin.org/nameof": "next"
24
24
  },