@twin.org/engine-models 0.0.3-next.35 → 0.0.3-next.37

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 +3 -3
package/docs/changelog.md CHANGED
@@ -1,25 +1,39 @@
1
1
  # Changelog
2
2
 
3
- ## [0.0.3-next.35](https://github.com/twinfoundation/twin-engine/compare/engine-models-v0.0.3-next.34...engine-models-v0.0.3-next.35) (2026-05-05)
3
+ ## [0.0.3-next.37](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.36...engine-models-v0.0.3-next.37) (2026-05-12)
4
+
5
+
6
+ ### Features
7
+
8
+ * typescript 6 update ([b227f52](https://github.com/iotaledger/twin-engine/commit/b227f5271b18ac627b932ea8e59d2879ff01ebd7))
9
+
10
+ ## [0.0.3-next.36](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.35...engine-models-v0.0.3-next.36) (2026-05-08)
11
+
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * **engine-models:** Synchronize repo versions
16
+
17
+ ## [0.0.3-next.35](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.34...engine-models-v0.0.3-next.35) (2026-05-05)
4
18
 
5
19
 
6
20
  ### Miscellaneous Chores
7
21
 
8
22
  * **engine-models:** Synchronize repo versions
9
23
 
10
- ## [0.0.3-next.34](https://github.com/twinfoundation/twin-engine/compare/engine-models-v0.0.3-next.33...engine-models-v0.0.3-next.34) (2026-05-05)
24
+ ## [0.0.3-next.34](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.33...engine-models-v0.0.3-next.34) (2026-05-05)
11
25
 
12
26
 
13
27
  ### Miscellaneous Chores
14
28
 
15
29
  * **engine-models:** Synchronize repo versions
16
30
 
17
- ## [0.0.3-next.33](https://github.com/twinfoundation/twin-engine/compare/engine-models-v0.0.3-next.32...engine-models-v0.0.3-next.33) (2026-05-05)
31
+ ## [0.0.3-next.33](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.32...engine-models-v0.0.3-next.33) (2026-05-05)
18
32
 
19
33
 
20
34
  ### Features
21
35
 
22
- * add registered component methods ([a9a2899](https://github.com/twinfoundation/twin-engine/commit/a9a2899f266baa48e63bfbda958877a4f941602d))
36
+ * add registered component methods ([a9a2899](https://github.com/iotaledger/twin-engine/commit/a9a2899f266baa48e63bfbda958877a4f941602d))
23
37
 
24
38
  ## [0.0.3-next.32](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.31...engine-models-v0.0.3-next.32) (2026-04-24)
25
39
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@twin.org/engine-models",
3
- "version": "0.0.3-next.35",
3
+ "version": "0.0.3-next.37",
4
4
  "description": "Shared contracts and factory interfaces for composing engine core and server implementations.",
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-models"
9
9
  },
10
10
  "author": "martyn.janes@iota.org",
@@ -46,7 +46,7 @@
46
46
  "schemas"
47
47
  ],
48
48
  "bugs": {
49
- "url": "git+https://github.com/twinfoundation/engine/issues"
49
+ "url": "git+https://github.com/iotaledger/engine/issues"
50
50
  },
51
51
  "homepage": "https://twindev.org"
52
52
  }