@kevisual/router 0.2.4 → 0.2.5

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.
@@ -812,6 +812,8 @@ declare const parse: (opts: {
812
812
  token?: string;
813
813
  username?: string;
814
814
  id?: string;
815
+ /** https://kevisual.cn/ws/proxy */
816
+ url?: string;
815
817
  };
816
818
  exitOnEnd?: boolean;
817
819
  }) => Promise<void>;