@remixproject/plugin-utils
Advanced tools
Comparing version 0.3.0-beta.11 to 0.3.0-beta.12
@@ -23,5 +23,3 @@ import { StatusEvents } from './status'; | ||
/** A map of Api used to describe all the plugin's api in the project */ | ||
export declare type ApiMap = Readonly<{ | ||
[name: string]: Api; | ||
}>; | ||
export declare type ApiMap = Readonly<Record<string, Api>>; | ||
/** A map of plugin based on the ApiMap. It enforces the PluginEngine */ | ||
@@ -28,0 +26,0 @@ export declare type PluginApi<T extends ApiMap> = { |
{ | ||
"name": "@remixproject/plugin-utils", | ||
"version": "0.3.0-beta.11", | ||
"version": "0.3.0-beta.12", | ||
"dependencies": { | ||
@@ -27,4 +27,4 @@ "tslib": "2.0.1" | ||
"gitHead": "ca5c69be64ec4eaf7fe5d1d362726e75cb3b5726", | ||
"main": "index.js", | ||
"typings": "index.d.ts" | ||
"main": "src\\index.js", | ||
"typings": "src\\index.d.ts" | ||
} |
21983
370