@wox-launcher/wox-plugin 0.0.63 → 0.0.65

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 +5 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wox-launcher/wox-plugin",
3
- "version": "0.0.63",
3
+ "version": "0.0.65",
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
@@ -49,6 +49,11 @@ export interface Query {
49
49
  * NOTE: Only available when query type is selection
50
50
  */
51
51
  Selection: Selection
52
+
53
+ /**
54
+ * Whether current query is global query
55
+ */
56
+ IsGlobalQuery(): boolean
52
57
  }
53
58
 
54
59
  export interface Result {