@twin.org/engine-server 0.0.1-next.70 → 0.0.1-next.73

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.73](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.1-next.72...engine-server-v0.0.1-next.73) (2025-05-22)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **engine-server:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/engine-core bumped from 0.0.1-next.72 to 0.0.1-next.73
16
+ * @twin.org/engine-models bumped from 0.0.1-next.72 to 0.0.1-next.73
17
+ * @twin.org/engine-server-types bumped from 0.0.1-next.72 to 0.0.1-next.73
18
+ * devDependencies
19
+ * @twin.org/engine bumped from 0.0.1-next.72 to 0.0.1-next.73
20
+
21
+ ## [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)
22
+
23
+
24
+ ### Features
25
+
26
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/twinfoundation/engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
27
+ * expose default rest and socket path creation ([e6c6e26](https://github.com/twinfoundation/engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
28
+ * iota rebased release ([474d92b](https://github.com/twinfoundation/engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
29
+ * use shared store mechanism ([#2](https://github.com/twinfoundation/engine/issues/2)) ([9eed8d7](https://github.com/twinfoundation/engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * method docs ([fb3d73f](https://github.com/twinfoundation/engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
35
+ * use abbreviated docs path ([9258a72](https://github.com/twinfoundation/engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
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.71 to 0.0.1-next.72
43
+ * @twin.org/engine-models bumped from 0.0.1-next.71 to 0.0.1-next.72
44
+ * @twin.org/engine-server-types bumped from 0.0.1-next.71 to 0.0.1-next.72
45
+ * devDependencies
46
+ * @twin.org/engine bumped from 0.0.1-next.71 to 0.0.1-next.72
47
+
48
+ ## [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)
49
+
50
+
51
+ ### Features
52
+
53
+ * iota rebased release ([474d92b](https://github.com/twinfoundation/engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
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.70 to 0.0.1-next.71
61
+ * @twin.org/engine-models bumped from 0.0.1-next.70 to 0.0.1-next.71
62
+ * @twin.org/engine-server-types bumped from 0.0.1-next.70 to 0.0.1-next.71
63
+ * devDependencies
64
+ * @twin.org/engine bumped from 0.0.1-next.70 to 0.0.1-next.71
65
+
3
66
  ## [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)
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.70",
3
+ "version": "0.0.1-next.73",
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.70",
21
- "@twin.org/engine-models": "0.0.1-next.70",
22
- "@twin.org/engine-server-types": "0.0.1-next.70",
20
+ "@twin.org/engine-core": "0.0.1-next.73",
21
+ "@twin.org/engine-models": "0.0.1-next.73",
22
+ "@twin.org/engine-server-types": "0.0.1-next.73",
23
23
  "@twin.org/modules": "next",
24
24
  "@twin.org/nameof": "next"
25
25
  },