lemmy-js-client 0.20.0-instance-blocks.4 → 0.20.0-instance-blocks.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +0 -1
- package/dist/types/AdminAllowInstanceParams.d.ts +1 -2
- package/dist/types/AdminAllowInstanceParams.js +1 -0
- package/dist/types/AdminBlockInstanceParams.d.ts +1 -2
- package/dist/types/AdminBlockInstanceParams.js +1 -0
- package/package.json +1 -1
- package/dist/types/InstanceIdOrDomain.d.ts +0 -6
- package/dist/types/InstanceIdOrDomain.js +0 -2
package/dist/index.d.ts
CHANGED
@@ -135,7 +135,6 @@ export { HidePost } from "./types/HidePost";
|
|
135
135
|
export { ImageDetails } from "./types/ImageDetails";
|
136
136
|
export { Instance } from "./types/Instance";
|
137
137
|
export { InstanceId } from "./types/InstanceId";
|
138
|
-
export { InstanceIdOrDomain } from "./types/InstanceIdOrDomain";
|
139
138
|
export { InstanceWithFederationState } from "./types/InstanceWithFederationState";
|
140
139
|
export { Language } from "./types/Language";
|
141
140
|
export { LanguageId } from "./types/LanguageId";
|
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-instance-blocks.
|
4
|
+
"version": "0.20.0-instance-blocks.5",
|
5
5
|
"author": "Dessalines <tyhou13@gmx.com>",
|
6
6
|
"license": "AGPL-3.0",
|
7
7
|
"main": "./dist/index.js",
|