@twin.org/engine 0.0.3-next.33 → 0.0.3-next.35

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.
@@ -204,6 +204,16 @@
204
204
  "module": "@twin.org/engine-types",
205
205
  "method": "initialiseDataProcessingComponent"
206
206
  },
207
+ {
208
+ "type": "healthComponent",
209
+ "module": "@twin.org/engine-types",
210
+ "method": "initialiseHealthComponent"
211
+ },
212
+ {
213
+ "type": "urlTransformerComponent",
214
+ "module": "@twin.org/engine-types",
215
+ "method": "initialiseUrlTransformerComponent"
216
+ },
207
217
  {
208
218
  "type": "documentManagementComponent",
209
219
  "module": "@twin.org/engine-types",
package/docs/changelog.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.35](https://github.com/twinfoundation/twin-engine/compare/engine-v0.0.3-next.34...engine-v0.0.3-next.35) (2026-05-05)
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.34 to 0.0.3-next.35
16
+ * @twin.org/engine-models bumped from 0.0.3-next.34 to 0.0.3-next.35
17
+ * @twin.org/engine-types bumped from 0.0.3-next.34 to 0.0.3-next.35
18
+
19
+ ## [0.0.3-next.34](https://github.com/twinfoundation/twin-engine/compare/engine-v0.0.3-next.33...engine-v0.0.3-next.34) (2026-05-05)
20
+
21
+
22
+ ### Features
23
+
24
+ * add health and url transformer components ([#111](https://github.com/twinfoundation/twin-engine/issues/111)) ([5f00d4d](https://github.com/twinfoundation/twin-engine/commit/5f00d4db9a2fc35c5595abb59527aeaaa2e6066d))
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.33 to 0.0.3-next.34
32
+ * @twin.org/engine-models bumped from 0.0.3-next.33 to 0.0.3-next.34
33
+ * @twin.org/engine-types bumped from 0.0.3-next.33 to 0.0.3-next.34
34
+
3
35
  ## [0.0.3-next.33](https://github.com/twinfoundation/twin-engine/compare/engine-v0.0.3-next.32...engine-v0.0.3-next.33) (2026-05-05)
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.33",
3
+ "version": "0.0.3-next.35",
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.33",
20
- "@twin.org/engine-models": "0.0.3-next.33",
21
- "@twin.org/engine-types": "0.0.3-next.33",
19
+ "@twin.org/engine-core": "0.0.3-next.35",
20
+ "@twin.org/engine-models": "0.0.3-next.35",
21
+ "@twin.org/engine-types": "0.0.3-next.35",
22
22
  "@twin.org/entity": "next",
23
23
  "@twin.org/nameof": "next"
24
24
  },