silgi 0.43.6 → 0.43.7

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/dist/package.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  //#region package.json
2
2
  var name = "silgi";
3
3
  var type = "module";
4
- var version = "0.43.6";
4
+ var version = "0.43.7";
5
5
  var private$1 = false;
6
6
  var packageManager = "pnpm@10.11.0";
7
7
  var sideEffects = false;
@@ -80,7 +80,7 @@ interface WebSocketServiceSetup<Method extends HTTPMethod = HTTPMethod, Path ext
80
80
  *
81
81
  * Format: "routePath" => setup + methods + input + output + queryParams
82
82
  */
83
- interface ResolvedServiceDefinition {
83
+ interface ResolvedServiceDefinition extends ServicesObject {
84
84
  [key: string]: ServiceSetup<any, any, any, any, any, any, any, any>;
85
85
  }
86
86
  interface ResolvedWebSocketServiceDefinition {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.43.6",
4
+ "version": "0.43.7",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {