@twin.org/engine-server 0.0.1-next.69 → 0.0.1-next.72

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.
@@ -247,7 +247,7 @@ class EngineServer {
247
247
  }
248
248
  }
249
249
  /**
250
- * Initialise the rest routes from connector.
250
+ * Initialise the socket routes from connector.
251
251
  * @param routes The routes to add to.
252
252
  * @param typeKey The key for the default types.
253
253
  * @param typeConfig The type config.
@@ -245,7 +245,7 @@ class EngineServer {
245
245
  }
246
246
  }
247
247
  /**
248
- * Initialise the rest routes from connector.
248
+ * Initialise the socket routes from connector.
249
249
  * @param routes The routes to add to.
250
250
  * @param typeKey The key for the default types.
251
251
  * @param typeConfig The type config.
package/docs/changelog.md CHANGED
@@ -1,5 +1,68 @@
1
1
  # @twin.org/engine-server - Changelog
2
2
 
3
+ ## [0.0.1-next.72](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.1-next.71...engine-server-v0.0.1-next.72) (2025-05-06)
4
+
5
+
6
+ ### Features
7
+
8
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/twinfoundation/engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
9
+ * expose default rest and socket path creation ([e6c6e26](https://github.com/twinfoundation/engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
10
+ * iota rebased release ([474d92b](https://github.com/twinfoundation/engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
11
+ * use shared store mechanism ([#2](https://github.com/twinfoundation/engine/issues/2)) ([9eed8d7](https://github.com/twinfoundation/engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * method docs ([fb3d73f](https://github.com/twinfoundation/engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
17
+ * use abbreviated docs path ([9258a72](https://github.com/twinfoundation/engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * The following workspace dependencies were updated
23
+ * dependencies
24
+ * @twin.org/engine-core bumped from 0.0.1-next.71 to 0.0.1-next.72
25
+ * @twin.org/engine-models bumped from 0.0.1-next.71 to 0.0.1-next.72
26
+ * @twin.org/engine-server-types bumped from 0.0.1-next.71 to 0.0.1-next.72
27
+ * devDependencies
28
+ * @twin.org/engine bumped from 0.0.1-next.71 to 0.0.1-next.72
29
+
30
+ ## [0.0.1-next.71](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.1-next.70...engine-server-v0.0.1-next.71) (2025-05-06)
31
+
32
+
33
+ ### Features
34
+
35
+ * iota rebased release ([474d92b](https://github.com/twinfoundation/engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
36
+
37
+
38
+ ### Dependencies
39
+
40
+ * The following workspace dependencies were updated
41
+ * dependencies
42
+ * @twin.org/engine-core bumped from 0.0.1-next.70 to 0.0.1-next.71
43
+ * @twin.org/engine-models bumped from 0.0.1-next.70 to 0.0.1-next.71
44
+ * @twin.org/engine-server-types bumped from 0.0.1-next.70 to 0.0.1-next.71
45
+ * devDependencies
46
+ * @twin.org/engine bumped from 0.0.1-next.70 to 0.0.1-next.71
47
+
48
+ ## [0.0.1-next.70](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.1-next.69...engine-server-v0.0.1-next.70) (2025-04-28)
49
+
50
+
51
+ ### Miscellaneous Chores
52
+
53
+ * **engine-server:** Synchronize repo versions
54
+
55
+
56
+ ### Dependencies
57
+
58
+ * The following workspace dependencies were updated
59
+ * dependencies
60
+ * @twin.org/engine-core bumped from 0.0.1-next.69 to 0.0.1-next.70
61
+ * @twin.org/engine-models bumped from 0.0.1-next.69 to 0.0.1-next.70
62
+ * @twin.org/engine-server-types bumped from 0.0.1-next.69 to 0.0.1-next.70
63
+ * devDependencies
64
+ * @twin.org/engine bumped from 0.0.1-next.69 to 0.0.1-next.70
65
+
3
66
  ## [0.0.1-next.69](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.1-next.68...engine-server-v0.0.1-next.69) (2025-04-25)
4
67
 
5
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/engine-server",
3
- "version": "0.0.1-next.69",
3
+ "version": "0.0.1-next.72",
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.69",
21
- "@twin.org/engine-models": "0.0.1-next.69",
22
- "@twin.org/engine-server-types": "0.0.1-next.69",
20
+ "@twin.org/engine-core": "0.0.1-next.72",
21
+ "@twin.org/engine-models": "0.0.1-next.72",
22
+ "@twin.org/engine-server-types": "0.0.1-next.72",
23
23
  "@twin.org/modules": "next",
24
24
  "@twin.org/nameof": "next"
25
25
  },