Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
takayama-lily committed Jan 4, 2021
1 parent 6e36fda commit 76cd0a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/ref.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class Client extends oicq.Client {
send_timestamp: number;
heartbeat: NodeJS.Timeout | null;
seq_id: number;
handlers: Map<number, (Buffer) => void>;
handlers: Map<number, (buf: Buffer) => void>;
seq_cache: Map<number, Set<string>>;

session_id: Buffer;
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oicq",
"version": "1.12.5",
"upday": "2021/1/2",
"version": "1.12.6",
"upday": "2021/1/4",
"description": "QQ protocol!",
"main": "client.js",
"types": "client.d.ts",
Expand Down

0 comments on commit 76cd0a9

Please sign in to comment.