@bagelink/sdk 0.0.851 → 0.0.855

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.
@@ -35,7 +35,7 @@ export function logout() {
35
35
  }
36
36
 
37
37
  export async function passwordRecovery(email?: string) {
38
- return ax.post(`/auth/password-recovery/${email}`, {})
38
+ return ax.post(`/auth/password-recovery`, { email })
39
39
  }
40
40
 
41
41
  export async function resetPassword(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/sdk",
3
3
  "type": "module",
4
- "version": "0.0.851",
4
+ "version": "0.0.855",
5
5
  "description": "Bagel core sdk packages",
6
6
  "author": {
7
7
  "name": "Neveh Allon",