Fix image exports (#241)

* Re-add image exports.

* 0.19.4-alpha.4
This commit is contained in:
Dessalines 2024-02-20 11:59:15 -05:00 committed by GitHub
parent 1e69011c22
commit 902ddf6ac8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{
"name": "lemmy-js-client",
"description": "A javascript / typescript client for Lemmy",
"version": "0.19.4-alpha.3",
"version": "0.19.4-alpha.4",
"author": "Dessalines <tyhou13@gmx.com>",
"license": "AGPL-3.0",
"main": "./dist/index.js",

View file

@ -244,3 +244,9 @@ export { UpdateTotp } from "./types/UpdateTotp";
export { UpdateTotpResponse } from "./types/UpdateTotpResponse";
export { VerifyEmail } from "./types/VerifyEmail";
export { VoteView } from "./types/VoteView";
export {
UploadImage,
UploadImageResponse,
ImageFile,
DeleteImage,
} from "./other_types";