lemmy-js-client 0.17.0-rc.49 → 0.17.0-rc.50

Sign up to get free protection for your applications and to get access to all the features.
@@ -51,6 +51,7 @@ export declare class Site {
51
51
  actor_id: string;
52
52
  last_refreshed_at: string;
53
53
  inbox_url: string;
54
+ private_key: Option<string>;
54
55
  public_key: string;
55
56
  instance_id: number;
56
57
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lemmy-js-client",
3
3
  "description": "A javascript / typescript client for Lemmy",
4
- "version": "0.17.0-rc.49",
4
+ "version": "0.17.0-rc.50",
5
5
  "author": "Dessalines <tyhou13@gmx.com>",
6
6
  "license": "AGPL-3.0",
7
7
  "main": "./dist/index.js",