@remixproject/plugin-utils
Advanced tools
Comparing version 0.3.0-beta.10 to 0.3.0-beta.11
@@ -8,3 +8,3 @@ import type { IPluginService } from './service'; | ||
on<Name extends Extract<keyof App, string>, Key extends EventKey<App[Name]>>(name: Name, key: Key, cb: EventCallback<App[Name], Key>): void; | ||
/** Listen once an event from another plugin then remove event listener */ | ||
/** Listen one time on an event from another plugin, then remove event listener */ | ||
once<Name extends Extract<keyof App, string>, Key extends EventKey<App[Name]>>(name: Name, key: Key, cb: EventCallback<App[Name], Key>): void; | ||
@@ -11,0 +11,0 @@ /** Stop listening on an event from another plugin */ |
{ | ||
"name": "@remixproject/plugin-utils", | ||
"version": "0.3.0-beta.10", | ||
"version": "0.3.0-beta.11", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "tslib": "2.0.1" |
21984