@twin.org/engine-core 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 +18 -4
  2. package/package.json +4 -4
package/docs/changelog.md CHANGED
@@ -1,6 +1,20 @@
1
1
  # Changelog
2
2
 
3
- ## [0.0.3-next.35](https://github.com/twinfoundation/twin-engine/compare/engine-core-v0.0.3-next.34...engine-core-v0.0.3-next.35) (2026-05-05)
3
+ ## [0.0.3-next.36](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.35...engine-core-v0.0.3-next.36) (2026-05-08)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **engine-core:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/engine-models bumped from 0.0.3-next.35 to 0.0.3-next.36
16
+
17
+ ## [0.0.3-next.35](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.34...engine-core-v0.0.3-next.35) (2026-05-05)
4
18
 
5
19
 
6
20
  ### Miscellaneous Chores
@@ -14,7 +28,7 @@
14
28
  * dependencies
15
29
  * @twin.org/engine-models bumped from 0.0.3-next.34 to 0.0.3-next.35
16
30
 
17
- ## [0.0.3-next.34](https://github.com/twinfoundation/twin-engine/compare/engine-core-v0.0.3-next.33...engine-core-v0.0.3-next.34) (2026-05-05)
31
+ ## [0.0.3-next.34](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.33...engine-core-v0.0.3-next.34) (2026-05-05)
18
32
 
19
33
 
20
34
  ### Miscellaneous Chores
@@ -28,12 +42,12 @@
28
42
  * dependencies
29
43
  * @twin.org/engine-models bumped from 0.0.3-next.33 to 0.0.3-next.34
30
44
 
31
- ## [0.0.3-next.33](https://github.com/twinfoundation/twin-engine/compare/engine-core-v0.0.3-next.32...engine-core-v0.0.3-next.33) (2026-05-05)
45
+ ## [0.0.3-next.33](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.32...engine-core-v0.0.3-next.33) (2026-05-05)
32
46
 
33
47
 
34
48
  ### Features
35
49
 
36
- * add registered component methods ([a9a2899](https://github.com/twinfoundation/twin-engine/commit/a9a2899f266baa48e63bfbda958877a4f941602d))
50
+ * add registered component methods ([a9a2899](https://github.com/iotaledger/twin-engine/commit/a9a2899f266baa48e63bfbda958877a4f941602d))
37
51
 
38
52
 
39
53
  ### Dependencies
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@twin.org/engine-core",
3
- "version": "0.0.3-next.35",
3
+ "version": "0.0.3-next.36",
4
4
  "description": "Core runtime lifecycle and state orchestration for engine instances.",
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",
@@ -18,7 +18,7 @@
18
18
  "@twin.org/core": "next",
19
19
  "@twin.org/crypto": "next",
20
20
  "@twin.org/data-core": "next",
21
- "@twin.org/engine-models": "0.0.3-next.35",
21
+ "@twin.org/engine-models": "0.0.3-next.36",
22
22
  "@twin.org/entity": "next",
23
23
  "@twin.org/logging-connector-console": "next",
24
24
  "@twin.org/logging-models": "next",
@@ -54,7 +54,7 @@
54
54
  "utilities"
55
55
  ],
56
56
  "bugs": {
57
- "url": "git+https://github.com/twinfoundation/engine/issues"
57
+ "url": "git+https://github.com/iotaledger/engine/issues"
58
58
  },
59
59
  "homepage": "https://twindev.org"
60
60
  }