lemmy-js-client 0.19.0-rc.15 → 0.19.0-rc.18

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.js +1 -1
  2. package/package.json +13 -13
package/dist/http.js CHANGED
@@ -848,7 +848,7 @@ class LemmyHttp {
848
848
  method: HttpType.Get,
849
849
  headers: __classPrivateFieldGet(this, _LemmyHttp_headers, "f"),
850
850
  });
851
- return (yield response.status) == 204;
851
+ return response.status == 204;
852
852
  });
853
853
  }
854
854
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lemmy-js-client",
3
- "version": "0.19.0-rc.15",
3
+ "version": "0.19.0-rc.18",
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",
@@ -26,24 +26,24 @@
26
26
  ]
27
27
  },
28
28
  "dependencies": {
29
- "cross-fetch": "^3.1.5",
29
+ "cross-fetch": "^4.0.0",
30
30
  "form-data": "^4.0.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@types/node": "^20.1.2",
34
- "@typescript-eslint/eslint-plugin": "^5.59.5",
35
- "@typescript-eslint/parser": "^5.59.5",
36
- "eslint": "^8.40.0",
37
- "eslint-plugin-prettier": "^4.2.1",
33
+ "@types/node": "^20.10.0",
34
+ "@typescript-eslint/eslint-plugin": "^6.13.1",
35
+ "@typescript-eslint/parser": "^6.13.1",
36
+ "eslint": "^8.54.0",
37
+ "eslint-plugin-prettier": "^5.0.1",
38
38
  "husky": "^8.0.3",
39
- "lint-staged": "^13.2.2",
40
- "prettier": "^3.0.0",
39
+ "lint-staged": "^15.1.0",
40
+ "prettier": "^3.1.0",
41
41
  "prettier-plugin-import-sort": "^0.0.7",
42
- "prettier-plugin-organize-imports": "^3.2.2",
43
- "prettier-plugin-packagejson": "^2.4.3",
44
- "sortpack": "^2.3.4",
42
+ "prettier-plugin-organize-imports": "^3.2.4",
43
+ "prettier-plugin-packagejson": "^2.4.6",
44
+ "sortpack": "^2.3.5",
45
45
  "typedoc": "^0.24.7",
46
- "typescript": "^5.0.4"
46
+ "typescript": "^5.3.2"
47
47
  },
48
48
  "importSort": {
49
49
  ".js, .jsx, .ts, .tsx": {