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

Sign up to get free protection for your applications and to get access to all the features.
@@ -1217,6 +1217,9 @@ exports.SiteResponse = SiteResponse;
1217
1217
  var GetSiteResponse = /** @class */ (function () {
1218
1218
  function GetSiteResponse() {
1219
1219
  }
1220
+ __decorate([
1221
+ (0, class_transformer_1.Type)(function () { return views_1.SiteView; })
1222
+ ], GetSiteResponse.prototype, "site_view", void 0);
1220
1223
  __decorate([
1221
1224
  (0, class_transformer_1.Type)(function () { return views_1.PersonViewSafe; })
1222
1225
  ], GetSiteResponse.prototype, "admins", void 0);
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.50",
4
+ "version": "0.17.0-rc.51",
5
5
  "author": "Dessalines <tyhou13@gmx.com>",
6
6
  "license": "AGPL-3.0",
7
7
  "main": "./dist/index.js",