@twin.org/engine-types 0.0.2-next.20 → 0.0.2-next.22

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 +30 -0
  2. package/package.json +3 -3
package/docs/changelog.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @twin.org/engine-types - Changelog
2
2
 
3
+ ## [0.0.2-next.22](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.21...engine-types-v0.0.2-next.22) (2025-10-07)
4
+
5
+
6
+ ### Features
7
+
8
+ * regular dependencies ([c95095f](https://github.com/twinfoundation/engine/commit/c95095f6644dc55665108e6749caa2a4187020b8))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/engine-core bumped from 0.0.2-next.21 to 0.0.2-next.22
16
+ * @twin.org/engine-models bumped from 0.0.2-next.21 to 0.0.2-next.22
17
+
18
+ ## [0.0.2-next.21](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.20...engine-types-v0.0.2-next.21) (2025-10-07)
19
+
20
+
21
+ ### Features
22
+
23
+ * use peer dependencies ([69dd744](https://github.com/twinfoundation/engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * The following workspace dependencies were updated
29
+ * dependencies
30
+ * @twin.org/engine-core bumped from 0.0.2-next.20 to 0.0.2-next.21
31
+ * @twin.org/engine-models bumped from 0.0.2-next.20 to 0.0.2-next.21
32
+
3
33
  ## [0.0.2-next.20](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.19...engine-types-v0.0.2-next.20) (2025-10-06)
4
34
 
5
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/engine-types",
3
- "version": "0.0.2-next.20",
3
+ "version": "0.0.2-next.22",
4
4
  "description": "Types to use in an engine.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -52,8 +52,8 @@
52
52
  "@twin.org/document-management-models": "next",
53
53
  "@twin.org/document-management-rest-client": "next",
54
54
  "@twin.org/document-management-service": "next",
55
- "@twin.org/engine-core": "0.0.2-next.20",
56
- "@twin.org/engine-models": "0.0.2-next.20",
55
+ "@twin.org/engine-core": "0.0.2-next.22",
56
+ "@twin.org/engine-models": "0.0.2-next.22",
57
57
  "@twin.org/entity": "next",
58
58
  "@twin.org/entity-storage-connector-cosmosdb": "next",
59
59
  "@twin.org/entity-storage-connector-dynamodb": "next",