@wox-launcher/wox-plugin 0.0.105 → 0.0.106

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 +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wox-launcher/wox-plugin",
3
- "version": "0.0.105",
3
+ "version": "0.0.106",
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
@@ -104,7 +104,6 @@ export interface Result {
104
104
  Group?: string
105
105
  GroupScore?: number
106
106
  Tails?: ResultTail[]
107
- ContextData?: string
108
107
  Actions?: ResultAction[]
109
108
  }
110
109
 
@@ -235,7 +234,7 @@ export interface ActionContext {
235
234
  */
236
235
  ResultActionId: string
237
236
  /**
238
- * Additional data associated with this result
237
+ * Additional data associated with this action
239
238
  */
240
239
  ContextData: string
241
240
  }