lemmy-js-client 0.17.2-rc.21 → 0.17.2-rc.24
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/http.d.ts +1 -5
- package/dist/http.js +340 -393
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -1
- package/dist/types/GetCommunityResponse.d.ts +0 -1
- package/dist/types/SiteResponse.d.ts +2 -0
- package/dist/websocket.js +180 -182
- package/package.json +11 -4
package/dist/index.d.ts
CHANGED
@@ -247,4 +247,3 @@ export { UserJoinResponse } from "./types/UserJoinResponse";
|
|
247
247
|
export { VerifyEmail } from "./types/VerifyEmail";
|
248
248
|
export { VerifyEmailResponse } from "./types/VerifyEmailResponse";
|
249
249
|
export { ImageFile, UploadImage, UploadImageResponse, UserOperation, } from "./types/others";
|
250
|
-
export * from "./websocket";
|
package/dist/index.js
CHANGED
@@ -18,4 +18,3 @@ exports.UserOperation = void 0;
|
|
18
18
|
__exportStar(require("./http"), exports);
|
19
19
|
var others_1 = require("./types/others");
|
20
20
|
Object.defineProperty(exports, "UserOperation", { enumerable: true, get: function () { return others_1.UserOperation; } });
|
21
|
-
__exportStar(require("./websocket"), exports);
|