@twin.org/engine 0.0.3-next.34 → 0.0.3-next.36

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.
Files changed (2) hide show
  1. package/docs/changelog.md +35 -3
  2. package/package.json +6 -6
package/docs/changelog.md CHANGED
@@ -1,11 +1,43 @@
1
1
  # Changelog
2
2
 
3
- ## [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)
3
+ ## [0.0.3-next.36](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.35...engine-v0.0.3-next.36) (2026-05-08)
4
4
 
5
5
 
6
6
  ### Features
7
7
 
8
- * add health and url transformer components ([#111](https://github.com/twinfoundation/twin-engine/issues/111)) ([5f00d4d](https://github.com/twinfoundation/twin-engine/commit/5f00d4db9a2fc35c5595abb59527aeaaa2e6066d))
8
+ * inject vaultConnectorType into DSP/PNP/Tenant/catalogue factories ([#107](https://github.com/iotaledger/twin-engine/issues/107)) ([043abbb](https://github.com/iotaledger/twin-engine/commit/043abbb9d9d7fd7f120519cb0b44ad38b4bfcbc1))
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.35 to 0.0.3-next.36
16
+ * @twin.org/engine-models bumped from 0.0.3-next.35 to 0.0.3-next.36
17
+ * @twin.org/engine-types bumped from 0.0.3-next.35 to 0.0.3-next.36
18
+
19
+ ## [0.0.3-next.35](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.34...engine-v0.0.3-next.35) (2026-05-05)
20
+
21
+
22
+ ### Miscellaneous Chores
23
+
24
+ * **engine:** Synchronize repo versions
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.34 to 0.0.3-next.35
32
+ * @twin.org/engine-models bumped from 0.0.3-next.34 to 0.0.3-next.35
33
+ * @twin.org/engine-types bumped from 0.0.3-next.34 to 0.0.3-next.35
34
+
35
+ ## [0.0.3-next.34](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.33...engine-v0.0.3-next.34) (2026-05-05)
36
+
37
+
38
+ ### Features
39
+
40
+ * add health and url transformer components ([#111](https://github.com/iotaledger/twin-engine/issues/111)) ([5f00d4d](https://github.com/iotaledger/twin-engine/commit/5f00d4db9a2fc35c5595abb59527aeaaa2e6066d))
9
41
 
10
42
 
11
43
  ### Dependencies
@@ -16,7 +48,7 @@
16
48
  * @twin.org/engine-models bumped from 0.0.3-next.33 to 0.0.3-next.34
17
49
  * @twin.org/engine-types bumped from 0.0.3-next.33 to 0.0.3-next.34
18
50
 
19
- ## [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)
51
+ ## [0.0.3-next.33](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.32...engine-v0.0.3-next.33) (2026-05-05)
20
52
 
21
53
 
22
54
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@twin.org/engine",
3
- "version": "0.0.3-next.34",
3
+ "version": "0.0.3-next.36",
4
4
  "description": "Ready-to-use engine runtime that preloads built-in type initialisers.",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/twinfoundation/engine.git",
7
+ "url": "git+https://github.com/iotaledger/engine.git",
8
8
  "directory": "packages/engine-core"
9
9
  },
10
10
  "author": "martyn.janes@iota.org",
@@ -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.34",
20
- "@twin.org/engine-models": "0.0.3-next.34",
21
- "@twin.org/engine-types": "0.0.3-next.34",
19
+ "@twin.org/engine-core": "0.0.3-next.36",
20
+ "@twin.org/engine-models": "0.0.3-next.36",
21
+ "@twin.org/engine-types": "0.0.3-next.36",
22
22
  "@twin.org/entity": "next",
23
23
  "@twin.org/nameof": "next"
24
24
  },
@@ -47,7 +47,7 @@
47
47
  "engine"
48
48
  ],
49
49
  "bugs": {
50
- "url": "git+https://github.com/twinfoundation/engine/issues"
50
+ "url": "git+https://github.com/iotaledger/engine/issues"
51
51
  },
52
52
  "homepage": "https://twindev.org"
53
53
  }