lemmy-js-client 0.17.0-rc.21 → 0.17.0-rc.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -44,6 +44,9 @@ exports.LocalUserSettingsView = LocalUserSettingsView;
44
44
  var SiteView = /** @class */ (function () {
45
45
  function SiteView() {
46
46
  }
47
+ __decorate([
48
+ (0, class_transformer_1.Type)(function () { return source_1.Site; })
49
+ ], SiteView.prototype, "site", void 0);
47
50
  return SiteView;
48
51
  }());
49
52
  exports.SiteView = SiteView;
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.21",
4
+ "version": "0.17.0-rc.22",
5
5
  "author": "Dessalines <tyhou13@gmx.com>",
6
6
  "license": "AGPL-3.0",
7
7
  "main": "./dist/index.js",