lemmy-js-client 0.20.0-private-community.4 → 0.20.0-private-community.6
Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts
CHANGED
@@ -206,6 +206,7 @@ export { OpenGraphData } from "./types/OpenGraphData";
|
|
206
206
|
export { PaginationCursor } from "./types/PaginationCursor";
|
207
207
|
export { PasswordChangeAfterReset } from "./types/PasswordChangeAfterReset";
|
208
208
|
export { PasswordReset } from "./types/PasswordReset";
|
209
|
+
export { PendingFollow } from "./types/PendingFollow";
|
209
210
|
export { Person } from "./types/Person";
|
210
211
|
export { PersonAggregates } from "./types/PersonAggregates";
|
211
212
|
export { PersonId } from "./types/PersonId";
|
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.20.0-private-community.
|
4
|
+
"version": "0.20.0-private-community.6",
|
5
5
|
"author": "Dessalines <tyhou13@gmx.com>",
|
6
6
|
"license": "AGPL-3.0",
|
7
7
|
"main": "./dist/index.js",
|