@wox-launcher/wox-plugin 0.0.79 → 0.0.81

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wox-launcher/wox-plugin",
3
- "version": "0.0.79",
3
+ "version": "0.0.81",
4
4
  "description": "All nodejs plugin for Wox should use types in this package",
5
5
  "repository": {
6
6
  "type": "git",
package/types/index.d.ts CHANGED
@@ -109,6 +109,7 @@ export interface RefreshableResult {
109
109
  Preview: WoxPreview
110
110
  ContextData: string
111
111
  RefreshInterval: number
112
+ Actions: ResultAction[]
112
113
  }
113
114
 
114
115
  export interface ResultAction {
@@ -171,7 +172,7 @@ export interface PublicAPI {
171
172
  /**
172
173
  * Notify message
173
174
  */
174
- Notify: (ctx: Context, title: string, description?: string) => Promise<void>
175
+ Notify: (ctx: Context, message: string) => Promise<void>
175
176
 
176
177
  /**
177
178
  * Write log