@twin.org/engine 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.
|
@@ -109,16 +109,6 @@
|
|
|
109
109
|
"module": "@twin.org/engine-types",
|
|
110
110
|
"method": "initialiseBlobStorageComponent"
|
|
111
111
|
},
|
|
112
|
-
{
|
|
113
|
-
"type": "verifiableStorageConnector",
|
|
114
|
-
"module": "@twin.org/engine-types",
|
|
115
|
-
"method": "initialiseVerifiableStorageConnector"
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"type": "verifiableStorageComponent",
|
|
119
|
-
"module": "@twin.org/engine-types",
|
|
120
|
-
"method": "initialiseVerifiableStorageComponent"
|
|
121
|
-
},
|
|
122
112
|
{
|
|
123
113
|
"type": "faucetConnector",
|
|
124
114
|
"module": "@twin.org/engine-types",
|
|
@@ -329,11 +319,6 @@
|
|
|
329
319
|
"module": "@twin.org/engine-types",
|
|
330
320
|
"method": "initialiseRightsManagementPolicyRequesterComponent"
|
|
331
321
|
},
|
|
332
|
-
{
|
|
333
|
-
"type": "synchronisedStorageComponent",
|
|
334
|
-
"module": "@twin.org/engine-types",
|
|
335
|
-
"method": "initialiseSynchronisedStorageComponent"
|
|
336
|
-
},
|
|
337
322
|
{
|
|
338
323
|
"type": "federatedCatalogueComponent",
|
|
339
324
|
"module": "@twin.org/engine-types",
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.47](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.46...engine-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-types bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
18
|
+
|
|
3
19
|
## [0.0.3-next.46](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.45...engine-v0.0.3-next.46) (2026-06-04)
|
|
4
20
|
|
|
5
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/engine",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.47",
|
|
4
4
|
"description": "Ready-to-use engine runtime that preloads built-in type initialisers.",
|
|
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.
|
|
20
|
-
"@twin.org/engine-models": "0.0.3-next.
|
|
21
|
-
"@twin.org/engine-types": "0.0.3-next.
|
|
19
|
+
"@twin.org/engine-core": "0.0.3-next.47",
|
|
20
|
+
"@twin.org/engine-models": "0.0.3-next.47",
|
|
21
|
+
"@twin.org/engine-types": "0.0.3-next.47",
|
|
22
22
|
"@twin.org/entity": "next",
|
|
23
23
|
"@twin.org/nameof": "next"
|
|
24
24
|
},
|