@accounts/graphql-client
Advanced tools
Comparing version 0.7.0 to 0.8.0
@@ -50,3 +50,3 @@ import { TransportInterface, AccountsClient } from '@accounts/client'; | ||
*/ | ||
resetPassword(token: string, newPassword: string): Promise<LoginResult>; | ||
resetPassword(token: string, newPassword: string): Promise<LoginResult | null>; | ||
/** | ||
@@ -53,0 +53,0 @@ * @inheritDoc |
{ | ||
"name": "@accounts/graphql-client", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "GraphQL client transport for accounts", | ||
@@ -40,3 +40,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@accounts/client": "^0.7.0", | ||
"@accounts/client": "^0.8.0", | ||
"@accounts/types": "^0.7.0", | ||
@@ -43,0 +43,0 @@ "graphql-tag": "^2.10.0" |
36735
+ Added@accounts/client@0.8.0(transitive)
- Removed@accounts/client@0.7.0(transitive)
Updated@accounts/client@^0.8.0