lemmy-js-client 0.20.0-api-v4.4 → 0.20.0-api-v4.5

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 +1 -1
package/dist/http.js CHANGED
@@ -101,7 +101,7 @@ class LemmyHttp {
101
101
  * `HTTP.GET /account/settings`
102
102
  */
103
103
  getMyUser(options) {
104
- return __classPrivateFieldGet(this, _LemmyHttp_instances, "m", _LemmyHttp_wrapper).call(this, HttpType.Get, "/account/settings", {}, options);
104
+ return __classPrivateFieldGet(this, _LemmyHttp_instances, "m", _LemmyHttp_wrapper).call(this, HttpType.Get, "/account/my_user", {}, options);
105
105
  }
106
106
  /**
107
107
  * Export a backup of your user settings, including your saved content,
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-api-v4.4",
4
+ "version": "0.20.0-api-v4.5",
5
5
  "author": "Dessalines <tyhou13@gmx.com>",
6
6
  "license": "AGPL-3.0",
7
7
  "main": "./dist/index.js",