@lvce-editor/ipc 12.1.0 → 12.2.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 +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -19,6 +19,7 @@ export const IpcChildWithRendererProcess2: IpcChild
19
19
  export const IpcChildWithModuleWorkerAndMessagePort: IpcChild
20
20
  export const IpcChildWithModuleWorker: IpcChild
21
21
  export const IpcChildWithMessagePort: IpcChild
22
+ export const IpcChildWithElectronWindow: IpcChild
22
23
 
23
24
  interface IpcParent {
24
25
  readonly create: any
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/ipc",
3
- "version": "12.1.0",
3
+ "version": "12.2.0",
4
4
  "description": "Inter Process Communication for Lvce Editor",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",