@twin.org/engine-server-types 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 +36 -0
  2. package/package.json +7 -9
package/docs/changelog.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @twin.org/engine-server-types - Changelog
2
2
 
3
+ ## [0.0.1-next.83](https://github.com/twinfoundation/engine/compare/engine-server-types-v0.0.1-next.82...engine-server-types-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
+ * modifying the engine to run the new services ([#10](https://github.com/twinfoundation/engine/issues/10)) ([6f7141f](https://github.com/twinfoundation/engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
12
+ * switch to devDeps ([32832ac](https://github.com/twinfoundation/engine/commit/32832acd934e1e5569474281a527c9b118d30732))
13
+ * update dependencies ([97c9f64](https://github.com/twinfoundation/engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
14
+ * use shared store mechanism ([#2](https://github.com/twinfoundation/engine/issues/2)) ([9eed8d7](https://github.com/twinfoundation/engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * The following workspace dependencies were updated
20
+ * dependencies
21
+ * @twin.org/engine-models bumped from 0.0.1-next.81 to 0.0.1-next.83
22
+ * @twin.org/engine-types bumped from 0.0.1-next.81 to 0.0.1-next.83
23
+
24
+ ## [0.0.1-next.81](https://github.com/twinfoundation/engine/compare/engine-server-types-v0.0.1-next.80...engine-server-types-v0.0.1-next.81) (2025-07-07)
25
+
26
+
27
+ ### Miscellaneous Chores
28
+
29
+ * **engine-server-types:** Synchronize repo versions
30
+
31
+
32
+ ### Dependencies
33
+
34
+ * The following workspace dependencies were updated
35
+ * dependencies
36
+ * @twin.org/engine-models bumped from 0.0.1-next.80 to 0.0.1-next.81
37
+ * @twin.org/engine-types bumped from 0.0.1-next.80 to 0.0.1-next.81
38
+
3
39
  ## [0.0.1-next.80](https://github.com/twinfoundation/engine/compare/engine-server-types-v0.0.1-next.79...engine-server-types-v0.0.1-next.80) (2025-06-23)
4
40
 
5
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/engine-server-types",
3
- "version": "0.0.1-next.80",
3
+ "version": "0.0.1-next.83",
4
4
  "description": "Server types to use in an engine server.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,19 +14,17 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/core": "next",
18
- "@twin.org/engine-models": "0.0.1-next.80",
19
- "@twin.org/engine-types": "0.0.1-next.80",
20
- "@twin.org/entity": "next",
21
- "@twin.org/nameof": "next"
22
- },
23
- "peerDependencies": {
24
17
  "@twin.org/api-auth-entity-storage-service": "next",
25
18
  "@twin.org/api-core": "next",
26
19
  "@twin.org/api-models": "next",
27
20
  "@twin.org/api-processors": "next",
28
21
  "@twin.org/api-server-fastify": "next",
29
- "@twin.org/api-service": "next"
22
+ "@twin.org/api-service": "next",
23
+ "@twin.org/core": "next",
24
+ "@twin.org/engine-models": "0.0.1-next.83",
25
+ "@twin.org/engine-types": "0.0.1-next.83",
26
+ "@twin.org/entity": "next",
27
+ "@twin.org/nameof": "next"
30
28
  },
31
29
  "main": "./dist/cjs/index.cjs",
32
30
  "module": "./dist/esm/index.mjs",