@twin.org/engine-server 0.0.1-next.80 → 0.0.1-next.83

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 +49 -0
  2. package/package.json +4 -4
package/docs/changelog.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # @twin.org/engine-server - Changelog
2
2
 
3
+ ## [0.0.1-next.83](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.1-next.82...engine-server-v0.0.1-next.83) (2025-07-10)
4
+
5
+
6
+ ### Features
7
+
8
+ * add federated catalogue ([1b15dd0](https://github.com/twinfoundation/engine/commit/1b15dd059a11446457651c411a73145fab37f025))
9
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/twinfoundation/engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
10
+ * add task scheduler ([0951107](https://github.com/twinfoundation/engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
11
+ * expose default rest and socket path creation ([e6c6e26](https://github.com/twinfoundation/engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
12
+ * iota rebased release ([474d92b](https://github.com/twinfoundation/engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
13
+ * modifying the engine to run the new services ([#10](https://github.com/twinfoundation/engine/issues/10)) ([6f7141f](https://github.com/twinfoundation/engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
14
+ * update dependencies ([97c9f64](https://github.com/twinfoundation/engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
15
+ * use shared store mechanism ([#2](https://github.com/twinfoundation/engine/issues/2)) ([9eed8d7](https://github.com/twinfoundation/engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * method docs ([fb3d73f](https://github.com/twinfoundation/engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
21
+ * use abbreviated docs path ([9258a72](https://github.com/twinfoundation/engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * The following workspace dependencies were updated
27
+ * dependencies
28
+ * @twin.org/engine-core bumped from 0.0.1-next.81 to 0.0.1-next.83
29
+ * @twin.org/engine-models bumped from 0.0.1-next.81 to 0.0.1-next.83
30
+ * @twin.org/engine-server-types bumped from 0.0.1-next.81 to 0.0.1-next.83
31
+ * devDependencies
32
+ * @twin.org/engine bumped from 0.0.1-next.81 to 0.0.1-next.83
33
+
34
+ ## [0.0.1-next.81](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.1-next.80...engine-server-v0.0.1-next.81) (2025-07-07)
35
+
36
+
37
+ ### Miscellaneous Chores
38
+
39
+ * **engine-server:** Synchronize repo versions
40
+
41
+
42
+ ### Dependencies
43
+
44
+ * The following workspace dependencies were updated
45
+ * dependencies
46
+ * @twin.org/engine-core bumped from 0.0.1-next.80 to 0.0.1-next.81
47
+ * @twin.org/engine-models bumped from 0.0.1-next.80 to 0.0.1-next.81
48
+ * @twin.org/engine-server-types bumped from 0.0.1-next.80 to 0.0.1-next.81
49
+ * devDependencies
50
+ * @twin.org/engine bumped from 0.0.1-next.80 to 0.0.1-next.81
51
+
3
52
  ## [0.0.1-next.80](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.1-next.79...engine-server-v0.0.1-next.80) (2025-06-23)
4
53
 
5
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/engine-server",
3
- "version": "0.0.1-next.80",
3
+ "version": "0.0.1-next.83",
4
4
  "description": "Engine implementation for a server.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,9 +17,9 @@
17
17
  "@twin.org/api-models": "next",
18
18
  "@twin.org/api-server-fastify": "next",
19
19
  "@twin.org/core": "next",
20
- "@twin.org/engine-core": "0.0.1-next.80",
21
- "@twin.org/engine-models": "0.0.1-next.80",
22
- "@twin.org/engine-server-types": "0.0.1-next.80",
20
+ "@twin.org/engine-core": "0.0.1-next.83",
21
+ "@twin.org/engine-models": "0.0.1-next.83",
22
+ "@twin.org/engine-server-types": "0.0.1-next.83",
23
23
  "@twin.org/modules": "next",
24
24
  "@twin.org/nameof": "next"
25
25
  },