mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-12-23 03:11:26 +00:00
commit
34ba231833
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "lemmy-js-client",
|
"name": "lemmy-js-client",
|
||||||
"description": "A javascript / typescript client for Lemmy",
|
"description": "A javascript / typescript client for Lemmy",
|
||||||
"version": "0.10.0",
|
"version": "0.10.3",
|
||||||
"author": "Dessalines <tyhou13@gmx.com>",
|
"author": "Dessalines <tyhou13@gmx.com>",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
|
|
|
@ -117,6 +117,6 @@ export interface SaveSiteConfig {
|
||||||
|
|
||||||
export interface FederatedInstances {
|
export interface FederatedInstances {
|
||||||
linked: string[];
|
linked: string[];
|
||||||
allowed: string[];
|
allowed?: string[];
|
||||||
blocked: string[];
|
blocked?: string[];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue