@twin.org/engine-server-types 0.0.3-next.29 → 0.0.3-next.30

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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.30](https://github.com/twinfoundation/engine/compare/engine-server-types-v0.0.3-next.29...engine-server-types-v0.0.3-next.30) (2026-04-16)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **engine-server-types:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/engine-models bumped from 0.0.3-next.29 to 0.0.3-next.30
16
+ * @twin.org/engine-types bumped from 0.0.3-next.29 to 0.0.3-next.30
17
+
3
18
  ## [0.0.3-next.29](https://github.com/twinfoundation/engine/compare/engine-server-types-v0.0.3-next.28...engine-server-types-v0.0.3-next.29) (2026-04-14)
4
19
 
5
20
 
@@ -252,6 +252,18 @@ NFT connector options which can be overridden by individual components by specif
252
252
 
253
253
  NFT component options which can be overridden by individual components by specifying types other than default.
254
254
 
255
+ ##### notarizationConnector?
256
+
257
+ > `optional` **notarizationConnector?**: `IEngineCoreTypeConfig`\<`NotarizationConnectorConfig`\>[]
258
+
259
+ Notarization connector options which can be overridden by individual components by specifying types other than default.
260
+
261
+ ##### notarizationComponent?
262
+
263
+ > `optional` **notarizationComponent?**: `IEngineCoreTypeConfig`\<`NotarizationComponentConfig`\>[]
264
+
265
+ Notarization component options which can be overridden by individual components by specifying types other than default.
266
+
255
267
  ##### attestationConnector?
256
268
 
257
269
  > `optional` **attestationConnector?**: `IEngineCoreTypeConfig`\<`AttestationConnectorConfig`\>[]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/engine-server-types",
3
- "version": "0.0.3-next.29",
3
+ "version": "0.0.3-next.30",
4
4
  "description": "Server-focused component types and configuration models for API routing and hosting.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,8 +25,8 @@
25
25
  "@twin.org/api-tenant-processor": "next",
26
26
  "@twin.org/context": "next",
27
27
  "@twin.org/core": "next",
28
- "@twin.org/engine-models": "0.0.3-next.29",
29
- "@twin.org/engine-types": "0.0.3-next.29",
28
+ "@twin.org/engine-models": "0.0.3-next.30",
29
+ "@twin.org/engine-types": "0.0.3-next.30",
30
30
  "@twin.org/entity": "next",
31
31
  "@twin.org/nameof": "next"
32
32
  },