Skip to content

Commit

Permalink
v0.13.1-rc.1 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines authored Oct 1, 2021
1 parent 93cdfa0 commit ae67025
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lemmy-js-client",
"description": "A javascript / typescript client for Lemmy",
"version": "0.13.0",
"version": "0.13.1-rc.1",
"author": "Dessalines <tyhou13@gmx.com>",
"license": "AGPL-3.0",
"main": "./dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/api/person.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export interface Register {
*/
captcha_uuid?: string;
captcha_answer?: string;
honeypot?: string;
}

export interface GetCaptcha {}
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/api/post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export interface CreatePost {
nsfw?: boolean;
community_id: number;
auth: string;
honeypot?: string;
}

export interface PostResponse {
Expand Down

0 comments on commit ae67025

Please sign in to comment.