@twin.org/engine 0.0.3-next.45 → 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.
@@ -1,4 +1,9 @@
1
1
  [
2
+ {
3
+ "type": "tenantComponent",
4
+ "module": "@twin.org/engine-types",
5
+ "method": "initialiseTenantComponent"
6
+ },
2
7
  {
3
8
  "type": "loggingConnector",
4
9
  "module": "@twin.org/engine-types",
@@ -104,16 +109,6 @@
104
109
  "module": "@twin.org/engine-types",
105
110
  "method": "initialiseBlobStorageComponent"
106
111
  },
107
- {
108
- "type": "verifiableStorageConnector",
109
- "module": "@twin.org/engine-types",
110
- "method": "initialiseVerifiableStorageConnector"
111
- },
112
- {
113
- "type": "verifiableStorageComponent",
114
- "module": "@twin.org/engine-types",
115
- "method": "initialiseVerifiableStorageComponent"
116
- },
117
112
  {
118
113
  "type": "faucetConnector",
119
114
  "module": "@twin.org/engine-types",
@@ -324,11 +319,6 @@
324
319
  "module": "@twin.org/engine-types",
325
320
  "method": "initialiseRightsManagementPolicyRequesterComponent"
326
321
  },
327
- {
328
- "type": "synchronisedStorageComponent",
329
- "module": "@twin.org/engine-types",
330
- "method": "initialiseSynchronisedStorageComponent"
331
- },
332
322
  {
333
323
  "type": "federatedCatalogueComponent",
334
324
  "module": "@twin.org/engine-types",
package/docs/changelog.md CHANGED
@@ -1,5 +1,37 @@
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
+
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)
20
+
21
+
22
+ ### Features
23
+
24
+ * add tenant component ([#138](https://github.com/iotaledger/twin-engine/issues/138)) ([ebbcb8f](https://github.com/iotaledger/twin-engine/commit/ebbcb8fa3fee05048ddad2891c6ada66bd29e7bd))
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.45 to 0.0.3-next.46
32
+ * @twin.org/engine-models bumped from 0.0.3-next.45 to 0.0.3-next.46
33
+ * @twin.org/engine-types bumped from 0.0.3-next.45 to 0.0.3-next.46
34
+
3
35
  ## [0.0.3-next.45](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.44...engine-v0.0.3-next.45) (2026-06-02)
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.45",
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.45",
20
- "@twin.org/engine-models": "0.0.3-next.45",
21
- "@twin.org/engine-types": "0.0.3-next.45",
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
  },