@lvce-editor/main-process 2.15.0 → 2.16.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.
- package/dist/mainProcessMain.js +6 -6
- package/package.json +2 -2
package/dist/mainProcessMain.js
CHANGED
|
@@ -3152,7 +3152,7 @@ const listen$1 = async (module, options) => {
|
|
|
3152
3152
|
const ipc = module.wrap(rawIpc);
|
|
3153
3153
|
return ipc;
|
|
3154
3154
|
};
|
|
3155
|
-
const create$
|
|
3155
|
+
const create$j = async ({
|
|
3156
3156
|
commandMap,
|
|
3157
3157
|
messagePort,
|
|
3158
3158
|
requiresSocket
|
|
@@ -3171,9 +3171,9 @@ const create$g = async ({
|
|
|
3171
3171
|
};
|
|
3172
3172
|
const ElectronMessagePortRpcClient = {
|
|
3173
3173
|
__proto__: null,
|
|
3174
|
-
create: create$
|
|
3174
|
+
create: create$j
|
|
3175
3175
|
};
|
|
3176
|
-
const create$
|
|
3176
|
+
const create$h = async ({
|
|
3177
3177
|
commandMap,
|
|
3178
3178
|
env,
|
|
3179
3179
|
argv,
|
|
@@ -3202,9 +3202,9 @@ const create$e = async ({
|
|
|
3202
3202
|
};
|
|
3203
3203
|
const ElectronUtilityProcessRpcParent = {
|
|
3204
3204
|
__proto__: null,
|
|
3205
|
-
create: create$
|
|
3205
|
+
create: create$h
|
|
3206
3206
|
};
|
|
3207
|
-
const create$
|
|
3207
|
+
const create$g = async ({
|
|
3208
3208
|
commandMap,
|
|
3209
3209
|
webContents,
|
|
3210
3210
|
requiresSocket
|
|
@@ -3222,7 +3222,7 @@ const create$d = async ({
|
|
|
3222
3222
|
};
|
|
3223
3223
|
const ElectronWebContentsRpcClient = {
|
|
3224
3224
|
__proto__: null,
|
|
3225
|
-
create: create$
|
|
3225
|
+
create: create$g
|
|
3226
3226
|
};
|
|
3227
3227
|
|
|
3228
3228
|
const commandMapRef = Object.create(null);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lvce-editor/main-process",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.16.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lvce-editor",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"type": "module",
|
|
16
16
|
"main": "dist/mainProcessMain.js",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"electron": "37.2.
|
|
18
|
+
"electron": "37.2.3"
|
|
19
19
|
},
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=22"
|