@twin.org/engine-models 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 +11 -4
  2. package/package.json +3 -3
package/docs/changelog.md CHANGED
@@ -1,25 +1,32 @@
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.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)
4
4
 
5
5
 
6
6
  ### Miscellaneous Chores
7
7
 
8
8
  * **engine-models:** Synchronize repo versions
9
9
 
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)
10
+ ## [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)
11
11
 
12
12
 
13
13
  ### Miscellaneous Chores
14
14
 
15
15
  * **engine-models:** Synchronize repo versions
16
16
 
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)
17
+ ## [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)
18
+
19
+
20
+ ### Miscellaneous Chores
21
+
22
+ * **engine-models:** Synchronize repo versions
23
+
24
+ ## [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
25
 
19
26
 
20
27
  ### Features
21
28
 
22
- * add registered component methods ([a9a2899](https://github.com/twinfoundation/twin-engine/commit/a9a2899f266baa48e63bfbda958877a4f941602d))
29
+ * add registered component methods ([a9a2899](https://github.com/iotaledger/twin-engine/commit/a9a2899f266baa48e63bfbda958877a4f941602d))
23
30
 
24
31
  ## [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
32
 
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.36",
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
  }