RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
lemmy-js-client
Versions diffs
0.19.2-alpha.1 → 0.19.2-alpha.2
lemmy-js-client 0.19.2-alpha.1 → 0.19.2-alpha.2
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/dist/types/CommunityAggregates.d.ts
+1
-0
package/package.json
+1
-1
package/dist/types/CommunityAggregates.d.ts
CHANGED
Viewed
@@ -9,4 +9,5 @@ export interface CommunityAggregates {
9
9
users_active_week: number;
10
10
users_active_month: number;
11
11
users_active_half_year: number;
12
+
subscribers_local: number;
12
13
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "lemmy-js-client",
3
-
"version": "0.19.2-alpha.
1
",
3
+
"version": "0.19.2-alpha.
2
",
4
4
"description": "A javascript / typescript client for Lemmy",
5
5
"repository": "https://github.com/LemmyNet/lemmy-js-client",
6
6
"license": "AGPL-3.0",