@subwallet/web-runner 1.1.19-0 → 1.1.20-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/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';