@ethersproject/web
Advanced tools
Comparing version 5.0.0-beta.140 to 5.0.0-beta.141
@@ -1,1 +0,1 @@ | ||
export declare const version = "web/5.0.0-beta.140"; | ||
export declare const version = "web/5.0.0-beta.141"; |
@@ -1,1 +0,1 @@ | ||
export const version = "web/5.0.0-beta.140"; | ||
export const version = "web/5.0.0-beta.141"; |
@@ -34,2 +34,2 @@ export declare type ConnectionInfo = { | ||
export declare function fetchJson(connection: string | ConnectionInfo, json?: string, processFunc?: (value: any, response: FetchJsonResponse) => any): Promise<any>; | ||
export declare function poll(func: () => Promise<any>, options?: PollOptions): Promise<any>; | ||
export declare function poll<T>(func: () => Promise<T>, options?: PollOptions): Promise<T>; |
@@ -1,1 +0,1 @@ | ||
export declare const version = "web/5.0.0-beta.140"; | ||
export declare const version = "web/5.0.0-beta.141"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = "web/5.0.0-beta.140"; | ||
exports.version = "web/5.0.0-beta.141"; |
@@ -34,2 +34,2 @@ export declare type ConnectionInfo = { | ||
export declare function fetchJson(connection: string | ConnectionInfo, json?: string, processFunc?: (value: any, response: FetchJsonResponse) => any): Promise<any>; | ||
export declare function poll(func: () => Promise<any>, options?: PollOptions): Promise<any>; | ||
export declare function poll<T>(func: () => Promise<T>, options?: PollOptions): Promise<T>; |
@@ -38,5 +38,5 @@ { | ||
}, | ||
"tarballHash": "0xc204ca7a6f3b8b566d546691debfe40632fc7bfeaab42926483d380213fc95de", | ||
"tarballHash": "0x982253f72136485683558734cc569b58d181623ca7f6dcd62f18764d850046b7", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.0.0-beta.140" | ||
"version": "5.0.0-beta.141" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42504