@twin.org/engine 0.0.3-next.3 → 0.0.3-next.5

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.
@@ -263,5 +263,10 @@
263
263
  "type": "tenantAdminComponent",
264
264
  "module": "@twin.org/engine-types",
265
265
  "method": "initialiseTenantAdminComponent"
266
+ },
267
+ {
268
+ "type": "contextIdHandlerComponent",
269
+ "module": "@twin.org/engine-types",
270
+ "method": "initialiseContextIdHandlerComponent"
266
271
  }
267
272
  ]
package/docs/changelog.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @twin.org/engine - Changelog
2
2
 
3
+ ## [0.0.3-next.5](https://github.com/twinfoundation/engine/compare/engine-v0.0.3-next.4...engine-v0.0.3-next.5) (2025-11-20)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **engine:** Synchronize repo versions
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.4 to 0.0.3-next.5
16
+ * @twin.org/engine-models bumped from 0.0.3-next.4 to 0.0.3-next.5
17
+ * @twin.org/engine-types bumped from 0.0.3-next.4 to 0.0.3-next.5
18
+
19
+ ## [0.0.3-next.4](https://github.com/twinfoundation/engine/compare/engine-v0.0.3-next.3...engine-v0.0.3-next.4) (2025-11-20)
20
+
21
+
22
+ ### Features
23
+
24
+ * context id handlers repopulated after engine clone ([9712e32](https://github.com/twinfoundation/engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
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.3 to 0.0.3-next.4
32
+ * @twin.org/engine-models bumped from 0.0.3-next.3 to 0.0.3-next.4
33
+ * @twin.org/engine-types bumped from 0.0.3-next.3 to 0.0.3-next.4
34
+
3
35
  ## [0.0.3-next.3](https://github.com/twinfoundation/engine/compare/engine-v0.0.3-next.2...engine-v0.0.3-next.3) (2025-11-14)
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.3",
3
+ "version": "0.0.3-next.5",
4
4
  "description": "Engine implementation.",
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.3",
20
- "@twin.org/engine-models": "0.0.3-next.3",
21
- "@twin.org/engine-types": "0.0.3-next.3",
19
+ "@twin.org/engine-core": "0.0.3-next.5",
20
+ "@twin.org/engine-models": "0.0.3-next.5",
21
+ "@twin.org/engine-types": "0.0.3-next.5",
22
22
  "@twin.org/entity": "next",
23
23
  "@twin.org/nameof": "next"
24
24
  },