@twin.org/engine-server 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 +23 -5
- package/package.json +6 -6
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,24 @@
|
|
|
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-v0.0.3-next.35...engine-server-v0.0.3-next.36) (2026-05-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* inject vaultConnectorType into DSP/PNP/Tenant/catalogue factories ([#107](https://github.com/iotaledger/twin-engine/issues/107)) ([043abbb](https://github.com/iotaledger/twin-engine/commit/043abbb9d9d7fd7f120519cb0b44ad38b4bfcbc1))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/engine-core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
16
|
+
* @twin.org/engine-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
17
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
18
|
+
* devDependencies
|
|
19
|
+
* @twin.org/engine bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
20
|
+
|
|
21
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.34...engine-server-v0.0.3-next.35) (2026-05-05)
|
|
4
22
|
|
|
5
23
|
|
|
6
24
|
### Miscellaneous Chores
|
|
@@ -18,17 +36,17 @@
|
|
|
18
36
|
* devDependencies
|
|
19
37
|
* @twin.org/engine bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
20
38
|
|
|
21
|
-
## [0.0.3-next.34](https://github.com/
|
|
39
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.33...engine-server-v0.0.3-next.34) (2026-05-05)
|
|
22
40
|
|
|
23
41
|
|
|
24
42
|
### Features
|
|
25
43
|
|
|
26
|
-
* add health and url transformer components ([#111](https://github.com/
|
|
44
|
+
* add health and url transformer components ([#111](https://github.com/iotaledger/twin-engine/issues/111)) ([5f00d4d](https://github.com/iotaledger/twin-engine/commit/5f00d4db9a2fc35c5595abb59527aeaaa2e6066d))
|
|
27
45
|
|
|
28
46
|
|
|
29
47
|
### Bug Fixes
|
|
30
48
|
|
|
31
|
-
* test REST route paths ([22ec1bc](https://github.com/
|
|
49
|
+
* test REST route paths ([22ec1bc](https://github.com/iotaledger/twin-engine/commit/22ec1bc59a0d173de3cd5d3cb184909b3779f5a3))
|
|
32
50
|
|
|
33
51
|
|
|
34
52
|
### Dependencies
|
|
@@ -41,7 +59,7 @@
|
|
|
41
59
|
* devDependencies
|
|
42
60
|
* @twin.org/engine bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
43
61
|
|
|
44
|
-
## [0.0.3-next.33](https://github.com/
|
|
62
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.32...engine-server-v0.0.3-next.33) (2026-05-05)
|
|
45
63
|
|
|
46
64
|
|
|
47
65
|
### Miscellaneous Chores
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/engine-server",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.36",
|
|
4
4
|
"description": "Server runtime that exposes engine components through REST and socket routes.",
|
|
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"
|
|
9
9
|
},
|
|
10
10
|
"author": "martyn.janes@iota.org",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"@twin.org/api-server-fastify": "next",
|
|
19
19
|
"@twin.org/context": "next",
|
|
20
20
|
"@twin.org/core": "next",
|
|
21
|
-
"@twin.org/engine-core": "0.0.3-next.
|
|
22
|
-
"@twin.org/engine-models": "0.0.3-next.
|
|
23
|
-
"@twin.org/engine-server-types": "0.0.3-next.
|
|
21
|
+
"@twin.org/engine-core": "0.0.3-next.36",
|
|
22
|
+
"@twin.org/engine-models": "0.0.3-next.36",
|
|
23
|
+
"@twin.org/engine-server-types": "0.0.3-next.36",
|
|
24
24
|
"@twin.org/modules": "next",
|
|
25
25
|
"@twin.org/nameof": "next"
|
|
26
26
|
},
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"engine"
|
|
50
50
|
],
|
|
51
51
|
"bugs": {
|
|
52
|
-
"url": "git+https://github.com/
|
|
52
|
+
"url": "git+https://github.com/iotaledger/engine/issues"
|
|
53
53
|
},
|
|
54
54
|
"homepage": "https://twindev.org"
|
|
55
55
|
}
|