lemmy-js-client 0.18.1-rc.1 → 0.18.1-rc.2

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/http.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/http.d.ts CHANGED
@@ -141,7 +141,7 @@ export declare class LemmyHttp {
141
141
  * @param headers optional headers. Should contain `x-real-ip` and `x-forwarded-for` .
142
142
  */
143
143
  constructor(baseUrl: string, options?: {
144
- fetchFunction: typeof fetch;
144
+ fetchFunction?: typeof fetch;
145
145
  headers?: {
146
146
  [key: string]: string;
147
147
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lemmy-js-client",
3
- "version": "0.18.1-rc.1",
3
+ "version": "0.18.1-rc.2",
4
4
  "description": "A javascript / typescript client for Lemmy",
5
5
  "repository": "https://github.com/LemmyNet/lemmy-js-client",
6
6
  "license": "AGPL-3.0",