silgi 0.43.2 → 0.43.3

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.2";
4
+ var version = "0.43.3";
5
5
  var private$1 = false;
6
6
  var packageManager = "pnpm@10.11.0";
7
7
  var sideEffects = false;
@@ -66,7 +66,7 @@ interface ServiceSetup<Method extends HTTPMethod = HTTPMethod, Path extends stri
66
66
  }
67
67
  interface WebSocketServiceSetup<Method extends HTTPMethod = HTTPMethod, Path extends string = string> {
68
68
  path: Path;
69
- websocket: Partial<Hooks>;
69
+ websocket?: Partial<Hooks>;
70
70
  method?: Method;
71
71
  rules?: MergeRouteRules;
72
72
  modules?: Partial<SetupModuleOption>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.43.2",
4
+ "version": "0.43.3",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {