@cordy/electro-cli 1.2.4 → 1.2.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/index.mjs +3 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -490,7 +490,7 @@ const cac = (name = "") => new CAC(name);
|
|
|
490
490
|
|
|
491
491
|
//#endregion
|
|
492
492
|
//#region package.json
|
|
493
|
-
var version$1 = "1.2.
|
|
493
|
+
var version$1 = "1.2.5";
|
|
494
494
|
|
|
495
495
|
//#endregion
|
|
496
496
|
//#region src/dev/logger.ts
|
|
@@ -2753,6 +2753,7 @@ async function buildMain(args) {
|
|
|
2753
2753
|
const viewRegistry = (args.config.views ?? []).map((v) => ({
|
|
2754
2754
|
id: v.name,
|
|
2755
2755
|
hasRenderer: !!v.entry,
|
|
2756
|
+
features: v.features ?? [],
|
|
2756
2757
|
webPreferences: v.webPreferences ?? {}
|
|
2757
2758
|
}));
|
|
2758
2759
|
await build(createNodeConfig({
|
|
@@ -3110,6 +3111,7 @@ var DevServer = class {
|
|
|
3110
3111
|
const viewRegistry = (this.config.views ?? []).map((v) => ({
|
|
3111
3112
|
id: v.name,
|
|
3112
3113
|
hasRenderer: !!v.entry,
|
|
3114
|
+
features: v.features ?? [],
|
|
3113
3115
|
webPreferences: v.webPreferences ?? {}
|
|
3114
3116
|
}));
|
|
3115
3117
|
const mainConfig = createNodeConfig({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cordy/electro-cli",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.5",
|
|
4
4
|
"description": "CLI for @cordy/electro — dev server, build, and code generation commands",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"prepublishOnly": "bun run build"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@cordy/electro": "1.2.
|
|
50
|
+
"@cordy/electro": "1.2.5",
|
|
51
51
|
"electron": ">=40.4.1",
|
|
52
52
|
"vite": ">=8.0.0"
|
|
53
53
|
},
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@cordy/electro-generator": "1.2.3"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@cordy/electro": "1.2.
|
|
58
|
+
"@cordy/electro": "1.2.5",
|
|
59
59
|
"@types/node": "^25.2.3",
|
|
60
60
|
"cac": "^6.7.14",
|
|
61
61
|
"electron": "^40.4.1",
|