karin-plugin-teamspeak 1.5.0 → 1.5.1

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/lib/apps/ts3.d.ts CHANGED
@@ -17,5 +17,5 @@ export declare const getAllUserList: () => Promise<{
17
17
  }[];
18
18
  };
19
19
  count: number;
20
- } | null | undefined>;
20
+ } | null>;
21
21
  export default teamspeak3;
package/lib/apps/ts3.js CHANGED
@@ -181,11 +181,11 @@ export const getAllUserList = async () => {
181
181
  connectTime, //已经连接的时间 - 单位秒
182
182
  };
183
183
  });
184
- return {
185
- res,
186
- count,
187
- };
188
184
  }
185
+ return {
186
+ res,
187
+ count,
188
+ };
189
189
  }
190
190
  else {
191
191
  return null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "karin-plugin-teamspeak",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "karin 的 teamspeak 插件",
5
5
  "homepage": "https://github.com/jacksixth/karin-plugin-teamspeak3",
6
6
  "bugs": {