@twin.org/engine-server-types 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.
- package/docs/changelog.md +19 -4
- package/package.json +5 -5
package/docs/changelog.md
CHANGED
|
@@ -1,11 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-engine/compare/engine-server-types-v0.0.3-next.35...engine-server-types-v0.0.3-next.36) (2026-05-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **engine-server-types:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/engine-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
16
|
+
* @twin.org/engine-types bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
17
|
+
|
|
18
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-engine/compare/engine-server-types-v0.0.3-next.34...engine-server-types-v0.0.3-next.35) (2026-05-05)
|
|
4
19
|
|
|
5
20
|
|
|
6
21
|
### Bug Fixes
|
|
7
22
|
|
|
8
|
-
* constructing TenantProcessor ([4dad604](https://github.com/
|
|
23
|
+
* constructing TenantProcessor ([4dad604](https://github.com/iotaledger/twin-engine/commit/4dad604c0e424a3ffa65f3d6cef173058b21ec76))
|
|
9
24
|
|
|
10
25
|
|
|
11
26
|
### Dependencies
|
|
@@ -15,7 +30,7 @@
|
|
|
15
30
|
* @twin.org/engine-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
16
31
|
* @twin.org/engine-types bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
17
32
|
|
|
18
|
-
## [0.0.3-next.34](https://github.com/
|
|
33
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-engine/compare/engine-server-types-v0.0.3-next.33...engine-server-types-v0.0.3-next.34) (2026-05-05)
|
|
19
34
|
|
|
20
35
|
|
|
21
36
|
### Miscellaneous Chores
|
|
@@ -30,7 +45,7 @@
|
|
|
30
45
|
* @twin.org/engine-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
31
46
|
* @twin.org/engine-types bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
32
47
|
|
|
33
|
-
## [0.0.3-next.33](https://github.com/
|
|
48
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-engine/compare/engine-server-types-v0.0.3-next.32...engine-server-types-v0.0.3-next.33) (2026-05-05)
|
|
34
49
|
|
|
35
50
|
|
|
36
51
|
### Miscellaneous Chores
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/engine-server-types",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.36",
|
|
4
4
|
"description": "Server-focused component types and configuration models for API routing and hosting.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/
|
|
7
|
+
"url": "git+https://github.com/iotaledger/engine.git",
|
|
8
8
|
"directory": "packages/engine-server-types"
|
|
9
9
|
},
|
|
10
10
|
"author": "martyn.janes@iota.org",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"@twin.org/api-tenant-processor": "next",
|
|
26
26
|
"@twin.org/context": "next",
|
|
27
27
|
"@twin.org/core": "next",
|
|
28
|
-
"@twin.org/engine-models": "0.0.3-next.
|
|
29
|
-
"@twin.org/engine-types": "0.0.3-next.
|
|
28
|
+
"@twin.org/engine-models": "0.0.3-next.36",
|
|
29
|
+
"@twin.org/engine-types": "0.0.3-next.36",
|
|
30
30
|
"@twin.org/entity": "next",
|
|
31
31
|
"@twin.org/nameof": "next"
|
|
32
32
|
},
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"engine"
|
|
56
56
|
],
|
|
57
57
|
"bugs": {
|
|
58
|
-
"url": "git+https://github.com/
|
|
58
|
+
"url": "git+https://github.com/iotaledger/engine/issues"
|
|
59
59
|
},
|
|
60
60
|
"homepage": "https://twindev.org"
|
|
61
61
|
}
|