@twin.org/engine-server 0.0.3-next.46 → 0.0.3-next.47
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.
|
@@ -89,12 +89,6 @@
|
|
|
89
89
|
"method": "generateRestRoutesNotarization",
|
|
90
90
|
"defaultPath": "/notarization"
|
|
91
91
|
},
|
|
92
|
-
{
|
|
93
|
-
"type": "verifiableStorageComponent",
|
|
94
|
-
"module": "@twin.org/verifiable-storage-service",
|
|
95
|
-
"method": "generateRestRoutesVerifiableStorage",
|
|
96
|
-
"defaultPath": "/verifiable"
|
|
97
|
-
},
|
|
98
92
|
{
|
|
99
93
|
"type": "immutableProofComponent",
|
|
100
94
|
"module": "@twin.org/immutable-proof-service",
|
|
@@ -154,12 +148,6 @@
|
|
|
154
148
|
"method": "generateRestRoutesPolicyNegotiationAdminPoint",
|
|
155
149
|
"defaultPath": "/rights-management"
|
|
156
150
|
},
|
|
157
|
-
{
|
|
158
|
-
"type": "synchronisedStorageComponent",
|
|
159
|
-
"module": "@twin.org/synchronised-storage-service",
|
|
160
|
-
"method": "generateRestRoutesSynchronisedStorage",
|
|
161
|
-
"defaultPath": "/synchronised-storage"
|
|
162
|
-
},
|
|
163
151
|
{
|
|
164
152
|
"type": "federatedCatalogueComponent",
|
|
165
153
|
"module": "@twin.org/federated-catalogue-service",
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.47](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.46...engine-server-v0.0.3-next.47) (2026-06-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* update federated catalogue to trust mode ([#141](https://github.com/iotaledger/twin-engine/issues/141)) ([95a7d28](https://github.com/iotaledger/twin-engine/commit/95a7d283373a398edace9e5331fe428cccb2a9a2))
|
|
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.46 to 0.0.3-next.47
|
|
16
|
+
* @twin.org/engine-models bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
17
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
18
|
+
* devDependencies
|
|
19
|
+
* @twin.org/engine bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
20
|
+
|
|
3
21
|
## [0.0.3-next.46](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.45...engine-server-v0.0.3-next.46) (2026-06-04)
|
|
4
22
|
|
|
5
23
|
|
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.47",
|
|
4
4
|
"description": "Server runtime that exposes engine components through REST and socket routes.",
|
|
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.47",
|
|
22
|
+
"@twin.org/engine-models": "0.0.3-next.47",
|
|
23
|
+
"@twin.org/engine-server-types": "0.0.3-next.47",
|
|
24
24
|
"@twin.org/modules": "next",
|
|
25
25
|
"@twin.org/nameof": "next"
|
|
26
26
|
},
|