@compass-framework/plugin
Advanced tools
@@ -5,3 +5,3 @@ import {PluginIdentifier} from "./PluginIdentifier"; | ||
| export interface PluginRuntime { | ||
| exportAPIs(apis: object): void; | ||
| exportAPIs<T>(key: PluginIdentifier<T>, apis: T): void; | ||
@@ -8,0 +8,0 @@ importAPIs<T>(key: PluginIdentifier<T>): T; |
+1
-1
| { | ||
| "name": "@compass-framework/plugin", | ||
| "version": "1.3.0", | ||
| "version": "1.3.1", | ||
| "description": "@compass-framework/plugin public api", | ||
@@ -5,0 +5,0 @@ "types": "./index.d.ts", |
1932
1.26%