@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.
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`
|