andoncloud-sdk 1.4.50 → 1.4.52

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.
@@ -53,9 +53,7 @@ export const StoreContext: React.Context<{
53
53
  removeCurrentUser(): void;
54
54
  };
55
55
  }>;
56
- export function StoreProvider({ children }: {
57
- children: any;
58
- }): React.JSX.Element;
56
+ export const StoreProvider: React.FunctionComponent<object>;
59
57
  export function useStore(): {
60
58
  sessionStore: {
61
59
  loading: boolean;
package/dist/index.d.ts CHANGED
@@ -143,8 +143,6 @@ declare module 'andoncloud-sdk' {
143
143
 
144
144
  export const fetch: typeof global.fetch;
145
145
 
146
- export const useFetch: () => typeof global.fetch;
147
-
148
146
  export const registerServiceWorker: (config: ServiceWorkerConfig) => void;
149
147
 
150
148
  export const captureException: typeof Sentry.captureException;
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const LIBRARY_VERSION = "1.4.50";
1
+ export declare const LIBRARY_VERSION = "1.4.52";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "andoncloud-sdk",
3
- "version": "1.4.50",
3
+ "version": "1.4.52",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "source": "src/index.js",