@twin.org/engine-server-types 0.9.0-next.1 → 0.9.0
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 +16 -0
- package/package.json +16 -16
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.9.0](https://github.com/iotaledger/twin-engine/compare/engine-server-types-v0.9.0...engine-server-types-v0.9.0) (2026-06-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
9
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
10
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
11
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
12
|
+
* release to production ([3a4acd1](https://github.com/iotaledger/twin-engine/commit/3a4acd1f6c66b841d80b6fd3bc1a439a77148fa5))
|
|
13
|
+
* release to production ([5559958](https://github.com/iotaledger/twin-engine/commit/5559958e2128e6ec3a81e779d1ebd3f370bbb081))
|
|
14
|
+
* release to production ([#171](https://github.com/iotaledger/twin-engine/issues/171)) ([31c43e9](https://github.com/iotaledger/twin-engine/commit/31c43e978f11175fbfa18ad2025c2dc8a62e1434))
|
|
15
|
+
* switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
|
|
16
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
17
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
18
|
+
|
|
3
19
|
## [0.9.0-next.1](https://github.com/iotaledger/twin-engine/compare/engine-server-types-v0.9.0-next.0...engine-server-types-v0.9.0-next.1) (2026-06-24)
|
|
4
20
|
|
|
5
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/engine-server-types",
|
|
3
|
-
"version": "0.9.0
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "Server-focused component types and configuration models for API routing and hosting.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,21 +14,21 @@
|
|
|
14
14
|
"node": ">=20.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@twin.org/api-auth-entity-storage-rest-client": "0.9.0
|
|
18
|
-
"@twin.org/api-auth-entity-storage-service": "0.9.0
|
|
19
|
-
"@twin.org/api-core": "0.9.0
|
|
20
|
-
"@twin.org/api-models": "0.9.0
|
|
21
|
-
"@twin.org/api-processors": "0.9.0
|
|
22
|
-
"@twin.org/api-rest-client": "0.9.0
|
|
23
|
-
"@twin.org/api-server-fastify": "0.9.0
|
|
24
|
-
"@twin.org/api-service": "0.9.0
|
|
25
|
-
"@twin.org/api-tenant-processor": "0.9.0
|
|
26
|
-
"@twin.org/context": "0.9.0
|
|
27
|
-
"@twin.org/core": "0.9.0
|
|
28
|
-
"@twin.org/engine-models": "0.9.0
|
|
29
|
-
"@twin.org/engine-types": "0.9.0
|
|
30
|
-
"@twin.org/entity": "0.9.0
|
|
31
|
-
"@twin.org/nameof": "0.9.0
|
|
17
|
+
"@twin.org/api-auth-entity-storage-rest-client": "^0.9.0",
|
|
18
|
+
"@twin.org/api-auth-entity-storage-service": "^0.9.0",
|
|
19
|
+
"@twin.org/api-core": "^0.9.0",
|
|
20
|
+
"@twin.org/api-models": "^0.9.0",
|
|
21
|
+
"@twin.org/api-processors": "^0.9.0",
|
|
22
|
+
"@twin.org/api-rest-client": "^0.9.0",
|
|
23
|
+
"@twin.org/api-server-fastify": "^0.9.0",
|
|
24
|
+
"@twin.org/api-service": "^0.9.0",
|
|
25
|
+
"@twin.org/api-tenant-processor": "^0.9.0",
|
|
26
|
+
"@twin.org/context": "^0.9.0",
|
|
27
|
+
"@twin.org/core": "^0.9.0",
|
|
28
|
+
"@twin.org/engine-models": "^0.9.0",
|
|
29
|
+
"@twin.org/engine-types": "^0.9.0",
|
|
30
|
+
"@twin.org/entity": "^0.9.0",
|
|
31
|
+
"@twin.org/nameof": "^0.9.0"
|
|
32
32
|
},
|
|
33
33
|
"main": "./dist/es/index.js",
|
|
34
34
|
"types": "./dist/types/index.d.ts",
|