lemmy-js-client 0.20.0-alpha.10 → 0.20.0-alpha.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -270,3 +270,4 @@ export { UpdateTotp } from "./types/UpdateTotp";
270
270
  export { UpdateTotpResponse } from "./types/UpdateTotpResponse";
271
271
  export { VerifyEmail } from "./types/VerifyEmail";
272
272
  export { VoteView } from "./types/VoteView";
273
+ export { UploadImage, UploadImageResponse, ImageFile, DeleteImage, } from "./other_types";
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-alpha.10",
4
+ "version": "0.20.0-alpha.11",
5
5
  "author": "Dessalines <tyhou13@gmx.com>",
6
6
  "license": "AGPL-3.0",
7
7
  "main": "./dist/index.js",