@twin.org/engine 0.0.3-next.35 → 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 +20 -4
  2. package/package.json +6 -6
package/docs/changelog.md CHANGED
@@ -1,6 +1,22 @@
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)
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
+
5
+
6
+ ### Features
7
+
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)
4
20
 
5
21
 
6
22
  ### Miscellaneous Chores
@@ -16,12 +32,12 @@
16
32
  * @twin.org/engine-models bumped from 0.0.3-next.34 to 0.0.3-next.35
17
33
  * @twin.org/engine-types bumped from 0.0.3-next.34 to 0.0.3-next.35
18
34
 
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)
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)
20
36
 
21
37
 
22
38
  ### Features
23
39
 
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))
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))
25
41
 
26
42
 
27
43
  ### Dependencies
@@ -32,7 +48,7 @@
32
48
  * @twin.org/engine-models bumped from 0.0.3-next.33 to 0.0.3-next.34
33
49
  * @twin.org/engine-types bumped from 0.0.3-next.33 to 0.0.3-next.34
34
50
 
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)
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)
36
52
 
37
53
 
38
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.35",
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.35",
20
- "@twin.org/engine-models": "0.0.3-next.35",
21
- "@twin.org/engine-types": "0.0.3-next.35",
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
  }