@wox-launcher/wox-plugin 0.0.47 → 0.0.49

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/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -51,6 +51,7 @@ export interface ResultAction {
51
51
  */
52
52
  Id?: string;
53
53
  Name: string;
54
+ Icon: WoxImage;
54
55
  /**
55
56
  * If true, Wox will use this action as default action. There can be only one default action in results
56
57
  * This can be omitted, if you don't set it, Wox will use the first action as default action
@@ -67,6 +68,7 @@ export interface ActionContext {
67
68
  }
68
69
  export interface PluginInitContext {
69
70
  API: PublicAPI;
71
+ PluginDirectory: string;
70
72
  }
71
73
  export interface PublicAPI {
72
74
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wox-launcher/wox-plugin",
3
- "version": "0.0.47",
3
+ "version": "0.0.49",
4
4
  "description": "All nodejs plugin for Wox should use types in this package",
5
5
  "repository": {
6
6
  "type": "git",