@twin.org/engine-models 0.0.2-next.6 → 0.0.2-next.7

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.
@@ -6,12 +6,4 @@ export interface IEngineState {
6
6
  * The identity for the node.
7
7
  */
8
8
  nodeIdentity?: string;
9
- /**
10
- * The component states.
11
- */
12
- componentStates: {
13
- [component: string]: {
14
- [id: string]: unknown;
15
- };
16
- };
17
9
  }
package/docs/changelog.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @twin.org/engine-models - Changelog
2
2
 
3
+ ## [0.0.2-next.7](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.6...engine-models-v0.0.2-next.7) (2025-08-22)
4
+
5
+
6
+ ### Features
7
+
8
+ * remove unused component states ([d56d648](https://github.com/twinfoundation/engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
9
+
3
10
  ## [0.0.2-next.6](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.5...engine-models-v0.0.2-next.6) (2025-08-21)
4
11
 
5
12
 
@@ -9,15 +9,3 @@ The state of the engine.
9
9
  > `optional` **nodeIdentity**: `string`
10
10
 
11
11
  The identity for the node.
12
-
13
- ***
14
-
15
- ### componentStates
16
-
17
- > **componentStates**: `object`
18
-
19
- The component states.
20
-
21
- #### Index Signature
22
-
23
- \[`component`: `string`\]: `object`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/engine-models",
3
- "version": "0.0.2-next.6",
3
+ "version": "0.0.2-next.7",
4
4
  "description": "Models which define the structure of the engine.",
5
5
  "repository": {
6
6
  "type": "git",