@twin.org/engine 0.0.3-next.46 → 0.0.3-next.48

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": "schemaVersionMigrationComponent",
4
+ "module": "@twin.org/engine-types",
5
+ "method": "initialiseSchemaVersionMigrationComponent"
6
+ },
2
7
  {
3
8
  "type": "tenantComponent",
4
9
  "module": "@twin.org/engine-types",
@@ -109,16 +114,6 @@
109
114
  "module": "@twin.org/engine-types",
110
115
  "method": "initialiseBlobStorageComponent"
111
116
  },
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
117
  {
123
118
  "type": "faucetConnector",
124
119
  "module": "@twin.org/engine-types",
@@ -329,11 +324,6 @@
329
324
  "module": "@twin.org/engine-types",
330
325
  "method": "initialiseRightsManagementPolicyRequesterComponent"
331
326
  },
332
- {
333
- "type": "synchronisedStorageComponent",
334
- "module": "@twin.org/engine-types",
335
- "method": "initialiseSynchronisedStorageComponent"
336
- },
337
327
  {
338
328
  "type": "federatedCatalogueComponent",
339
329
  "module": "@twin.org/engine-types",
package/docs/changelog.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.48](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.47...engine-v0.0.3-next.48) (2026-06-08)
4
+
5
+
6
+ ### Features
7
+
8
+ * wire SchemaVersionService as first component for boot-time sche… ([#144](https://github.com/iotaledger/twin-engine/issues/144)) ([29ff3fa](https://github.com/iotaledger/twin-engine/commit/29ff3fac86ee1221e0e1601a5f712fe9fd984a0a))
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.47 to 0.0.3-next.48
16
+ * @twin.org/engine-models bumped from 0.0.3-next.47 to 0.0.3-next.48
17
+ * @twin.org/engine-types bumped from 0.0.3-next.47 to 0.0.3-next.48
18
+
19
+ ## [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)
20
+
21
+
22
+ ### Features
23
+
24
+ * update federated catalogue to trust mode ([#141](https://github.com/iotaledger/twin-engine/issues/141)) ([95a7d28](https://github.com/iotaledger/twin-engine/commit/95a7d283373a398edace9e5331fe428cccb2a9a2))
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.46 to 0.0.3-next.47
32
+ * @twin.org/engine-models bumped from 0.0.3-next.46 to 0.0.3-next.47
33
+ * @twin.org/engine-types bumped from 0.0.3-next.46 to 0.0.3-next.47
34
+
3
35
  ## [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
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.46",
3
+ "version": "0.0.3-next.48",
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.46",
20
- "@twin.org/engine-models": "0.0.3-next.46",
21
- "@twin.org/engine-types": "0.0.3-next.46",
19
+ "@twin.org/engine-core": "0.0.3-next.48",
20
+ "@twin.org/engine-models": "0.0.3-next.48",
21
+ "@twin.org/engine-types": "0.0.3-next.48",
22
22
  "@twin.org/entity": "next",
23
23
  "@twin.org/nameof": "next"
24
24
  },