lemmy-js-client 0.17.0-rc.28 → 0.17.0-rc.29

Sign up to get free protection for your applications and to get access to all the features.
@@ -60,6 +60,9 @@ exports.GetCommunity = GetCommunity;
60
60
  var GetCommunityResponse = /** @class */ (function () {
61
61
  function GetCommunityResponse() {
62
62
  }
63
+ __decorate([
64
+ (0, class_transformer_1.Type)(function () { return views_1.CommunityView; })
65
+ ], GetCommunityResponse.prototype, "community_view", void 0);
63
66
  __decorate([
64
67
  (0, class_transformer_1.Transform)(function (_a) {
65
68
  var value = _a.value;
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.28",
4
+ "version": "0.17.0-rc.29",
5
5
  "author": "Dessalines <tyhou13@gmx.com>",
6
6
  "license": "AGPL-3.0",
7
7
  "main": "./dist/index.js",