@lvce-editor/main-process 6.33.3 → 6.33.5
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 +3 -1
- package/package.json +2 -2
package/dist/mainProcessMain.js
CHANGED
|
@@ -3501,7 +3501,9 @@ const getSharedProcessExecArgv = isProduction => {
|
|
|
3501
3501
|
return [];
|
|
3502
3502
|
};
|
|
3503
3503
|
|
|
3504
|
-
const EmbedsProcess =
|
|
3504
|
+
const EmbedsProcess$1 = 207;
|
|
3505
|
+
|
|
3506
|
+
const EmbedsProcess = EmbedsProcess$1;
|
|
3505
3507
|
const MainProcess = -5;
|
|
3506
3508
|
|
|
3507
3509
|
const mark = key => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lvce-editor/main-process",
|
|
3
|
-
"version": "6.33.
|
|
3
|
+
"version": "6.33.5",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"lvce-editor",
|
|
6
6
|
"electron"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"type": "module",
|
|
15
15
|
"main": "dist/mainProcessMain.js",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"electron": "
|
|
17
|
+
"electron": "44.0.0"
|
|
18
18
|
},
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=22"
|