magic-sdk 29.0.1-canary.860.13688861887.0 → 29.0.1-canary.860.13689211013.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.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +3 -3
- package/dist/es/index.js +1 -1
- package/dist/es/index.js.map +3 -3
- package/dist/es/index.mjs +1 -1
- package/dist/es/index.mjs.map +3 -3
- package/dist/magic.js +8 -8
- package/dist/types/iframe-controller.d.ts +0 -7
- package/package.json +4 -4
@@ -5,9 +5,6 @@ import { ViewController } from '@magic-sdk/provider';
|
|
5
5
|
export declare class IframeController extends ViewController {
|
6
6
|
private iframe;
|
7
7
|
private activeElement;
|
8
|
-
private lastPingTime;
|
9
|
-
private intervalTimer;
|
10
|
-
private timeoutTimer;
|
11
8
|
private getIframeSrc;
|
12
9
|
/**
|
13
10
|
* Initializes the underlying `<iframe>` element.
|
@@ -17,8 +14,4 @@ export declare class IframeController extends ViewController {
|
|
17
14
|
protected showOverlay(): Promise<void>;
|
18
15
|
protected hideOverlay(): Promise<void>;
|
19
16
|
protected _post(data: any): Promise<void>;
|
20
|
-
private heartBeatCheck;
|
21
|
-
private startHeartBeat;
|
22
|
-
private stopHeartBeat;
|
23
|
-
private reloadIframe;
|
24
17
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "magic-sdk",
|
3
|
-
"version": "29.0.1-canary.860.
|
3
|
+
"version": "29.0.1-canary.860.13689211013.0",
|
4
4
|
"description": "Passwordless authentication for the web.",
|
5
5
|
"author": "Magic Labs <team@magic.link> (https://magic.link/)",
|
6
6
|
"license": "MIT",
|
@@ -29,8 +29,8 @@
|
|
29
29
|
]
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
|
-
"@magic-sdk/commons": "25.0.1-canary.860.
|
33
|
-
"@magic-sdk/provider": "29.0.1-canary.860.
|
32
|
+
"@magic-sdk/commons": "25.0.1-canary.860.13689211013.0",
|
33
|
+
"@magic-sdk/provider": "29.0.1-canary.860.13689211013.0",
|
34
34
|
"@magic-sdk/types": "^24.18.0",
|
35
35
|
"localforage": "^1.7.4"
|
36
36
|
},
|
@@ -40,5 +40,5 @@
|
|
40
40
|
"@babel/runtime": "^7.9.6",
|
41
41
|
"localforage-driver-memory": "^1.0.5"
|
42
42
|
},
|
43
|
-
"gitHead": "
|
43
|
+
"gitHead": "10417183cedbdda3a694a38e835da87a8e42c5b8"
|
44
44
|
}
|