@verdocs/js-sdk 3.9.3 → 3.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/Users/Auth.js +1 -1
  2. package/package.json +1 -1
package/Users/Auth.js CHANGED
@@ -100,7 +100,7 @@ export var updatePassword = function (endpoint, params) {
100
100
  */
101
101
  export var resetPassword = function (endpoint, params) {
102
102
  return endpoint.api //
103
- .put('/user/reset_password', params)
103
+ .post('/user/reset_password', params)
104
104
  .then(function (r) { return r.data; });
105
105
  };
106
106
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "3.9.3",
3
+ "version": "3.9.4",
4
4
  "private": false,
5
5
  "homepage": "https://github.com/Verdocs/js-sdk",
6
6
  "description": "Verdocs JS SDK",