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.
- package/dist/interfaces/views.js +3 -0
- package/package.json +1 -1
package/dist/interfaces/views.js
CHANGED
@@ -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