@twin.org/engine-server 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.
|
@@ -143,9 +143,15 @@
|
|
|
143
143
|
"defaultPath": "/federated-catalogue"
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
|
-
"type": "
|
|
147
|
-
"module": "@twin.org/
|
|
148
|
-
"method": "
|
|
149
|
-
"defaultPath": "/
|
|
146
|
+
"type": "dataspaceControlPlaneComponent",
|
|
147
|
+
"module": "@twin.org/dataspace-control-plane-service",
|
|
148
|
+
"method": "generateRestRoutesDataspaceControlPlane",
|
|
149
|
+
"defaultPath": "/dataspace"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"type": "dataspaceDataPlaneComponent",
|
|
153
|
+
"module": "@twin.org/dataspace-data-plane-service",
|
|
154
|
+
"method": "generateRestRoutesDataspaceDataPlane",
|
|
155
|
+
"defaultPath": "/dataspace"
|
|
150
156
|
}
|
|
151
157
|
]
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
"defaultPath": "event-bus"
|
|
7
7
|
},
|
|
8
8
|
{
|
|
9
|
-
"type": "
|
|
10
|
-
"module": "@twin.org/data-
|
|
11
|
-
"method": "
|
|
12
|
-
"defaultPath": "
|
|
9
|
+
"type": "dataspaceDataPlaneComponent",
|
|
10
|
+
"module": "@twin.org/dataspace-data-plane-service",
|
|
11
|
+
"method": "generateSocketRoutesDataspaceDataPlane",
|
|
12
|
+
"defaultPath": "dataspace"
|
|
13
13
|
}
|
|
14
14
|
]
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# @twin.org/engine-server - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.25](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.3-next.24...engine-server-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-server-types bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
18
|
+
* devDependencies
|
|
19
|
+
* @twin.org/engine bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
20
|
+
|
|
21
|
+
## [0.0.3-next.24](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.3-next.23...engine-server-v0.0.3-next.24) (2026-02-26)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Miscellaneous Chores
|
|
25
|
+
|
|
26
|
+
* **engine-server:** Synchronize repo versions
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Dependencies
|
|
30
|
+
|
|
31
|
+
* The following workspace dependencies were updated
|
|
32
|
+
* dependencies
|
|
33
|
+
* @twin.org/engine-core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
34
|
+
* @twin.org/engine-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
35
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
36
|
+
* devDependencies
|
|
37
|
+
* @twin.org/engine bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
38
|
+
|
|
3
39
|
## [0.0.3-next.23](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.3-next.22...engine-server-v0.0.3-next.23) (2026-02-23)
|
|
4
40
|
|
|
5
41
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/engine-server",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.25",
|
|
4
4
|
"description": "Engine implementation for a server.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"@twin.org/api-server-fastify": "next",
|
|
19
19
|
"@twin.org/context": "next",
|
|
20
20
|
"@twin.org/core": "next",
|
|
21
|
-
"@twin.org/engine-core": "0.0.3-next.
|
|
22
|
-
"@twin.org/engine-models": "0.0.3-next.
|
|
23
|
-
"@twin.org/engine-server-types": "0.0.3-next.
|
|
21
|
+
"@twin.org/engine-core": "0.0.3-next.25",
|
|
22
|
+
"@twin.org/engine-models": "0.0.3-next.25",
|
|
23
|
+
"@twin.org/engine-server-types": "0.0.3-next.25",
|
|
24
24
|
"@twin.org/modules": "next",
|
|
25
25
|
"@twin.org/nameof": "next"
|
|
26
26
|
},
|