@subwallet/web-runner 1.1.18-1 → 1.1.20-0

Sign up to get free protection for your applications and to get access to all the features.
package/web-runner.zip ADDED
Binary file
package/detectOther.d.ts DELETED
@@ -1,2 +0,0 @@
1
- declare const _default: never[];
2
- export default _default;
@@ -1 +0,0 @@
1
- export {};
package/fallback.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export declare function getLocalStorageKeys(): string[];
2
- export declare function setLocalStorageKeys(key: string): void;
@@ -1,11 +0,0 @@
1
- import { RequestSignatures, TransportResponseMessage } from '@subwallet/extension-base/background/types';
2
- export interface CustomResponse<T> {
3
- id: string;
4
- response: T;
5
- error?: string;
6
- }
7
- export declare type PageStatus = CustomResponse<{
8
- status: 'init' | 'load' | 'crypto_ready';
9
- }>;
10
- export declare function responseMessage(response: TransportResponseMessage<keyof RequestSignatures> | PageStatus): void;
11
- export declare function setupHandlers(): void;
package/packageInfo.d.ts DELETED
@@ -1,6 +0,0 @@
1
- export declare const packageInfo: {
2
- name: string;
3
- path: string;
4
- type: string;
5
- version: string;
6
- };
package/webRunner.d.ts DELETED
@@ -1 +0,0 @@
1
- import '@subwallet/extension-inject/crossenv';