@wox-launcher/wox-plugin 0.0.52 → 0.0.53

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 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -109,9 +109,9 @@ export interface PublicAPI {
109
109
  */
110
110
  ShowApp: () => Promise<void>;
111
111
  /**
112
- * Show message box
112
+ * Notify message
113
113
  */
114
- ShowMsg: (title: string, description?: string, iconPath?: string) => Promise<void>;
114
+ Notify: (title: string, description?: string, iconPath?: string) => Promise<void>;
115
115
  /**
116
116
  * Write log
117
117
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wox-launcher/wox-plugin",
3
- "version": "0.0.52",
3
+ "version": "0.0.53",
4
4
  "description": "All nodejs plugin for Wox should use types in this package",
5
5
  "repository": {
6
6
  "type": "git",