@magic-sdk/provider 21.3.0 → 21.3.1-canary.1cac057.0
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.
|
@@ -6,9 +6,9 @@ interface RemoveEventListenerFunction {
|
|
|
6
6
|
export declare abstract class ViewController {
|
|
7
7
|
protected readonly endpoint: string;
|
|
8
8
|
protected readonly parameters: string;
|
|
9
|
-
private isReadyForRequest;
|
|
10
9
|
checkIsReadyForRequest: Promise<void>;
|
|
11
10
|
protected readonly messageHandlers: Set<(event: MagicMessageEvent) => any>;
|
|
11
|
+
protected isConnectedToInternet: boolean;
|
|
12
12
|
/**
|
|
13
13
|
* Create an instance of `ViewController`
|
|
14
14
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-sdk/provider",
|
|
3
|
-
"version": "21.3.0",
|
|
3
|
+
"version": "21.3.1-canary.1cac057.0",
|
|
4
4
|
"description": "Core business logic for Magic SDK packages.",
|
|
5
5
|
"author": "Magic Labs <team@magic.link> (https://magic.link/)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"localforage": "^1.7.4"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "1cac057a920221b7ed3ddbe47a8811efc254b8fb"
|
|
46
46
|
}
|