@remixproject/plugin-utils
Advanced tools
Comparing version 0.3.0-beta.13 to 0.3.0-beta.14
@@ -29,3 +29,3 @@ import { StatusEvents } from './status'; | ||
export declare type API<T extends Api> = { | ||
[M in keyof T['methods']]: T['methods'][M]; | ||
[M in keyof T['methods']]: T['methods'][M] | Promise<T['methods'][M]>; | ||
}; |
{ | ||
"name": "@remixproject/plugin-utils", | ||
"version": "0.3.0-beta.13", | ||
"version": "0.3.0-beta.14", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "tslib": "2.0.1" |
22010