andoncloud-sdk 1.3.1 → 1.3.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "andoncloud-sdk",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "source": "src/index.js",
package/src/index.d.ts CHANGED
@@ -101,7 +101,7 @@ declare module "andoncloud-sdk" {
101
101
  };
102
102
  }
103
103
 
104
- export const getLoginStatus: () => LoginStatus;
104
+ export const useLoginStatus: () => LoginStatus;
105
105
 
106
106
  export const logout: () => void;
107
107