@vueuse/electron 14.3.0 → 14.4.0

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 +0 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  import { MaybeRef, Ref, ShallowRef } from "vue";
2
2
  import { IpcRenderer, IpcRendererEvent, WebFrame } from "electron";
3
-
4
3
  //#region _types.d.ts
5
4
  type IpcRendererListener = (event: IpcRendererEvent, ...args: any[]) => void;
6
5
  //#endregion
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vueuse/electron",
3
3
  "type": "module",
4
- "version": "14.3.0",
4
+ "version": "14.4.0",
5
5
  "description": "Electron renderer process modules for VueUse",
6
6
  "author": "Archer Gu<https://github.com/ArcherGu>",
7
7
  "license": "MIT",
@@ -39,7 +39,7 @@
39
39
  "vue": "^3.5.0"
40
40
  },
41
41
  "dependencies": {
42
- "@vueuse/shared": "14.3.0"
42
+ "@vueuse/shared": "14.4.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "electron": "^13.1.0"