lemmy-js-client 0.17.0-rc.4 → 0.17.0-rc.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -54,6 +54,7 @@ export interface Site {
54
54
  application_question?: string;
55
55
  private_instance: boolean;
56
56
  default_theme: string;
57
+ default_post_listing_type: string;
57
58
  actor_id: string;
58
59
  last_refreshed_at: string;
59
60
  inbox_url: string;
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.4",
4
+ "version": "0.17.0-rc.5",
5
5
  "author": "Dessalines <tyhou13@gmx.com>",
6
6
  "license": "AGPL-3.0",
7
7
  "main": "./dist/index.js",