@cordy/electro-cli 1.2.12 → 1.2.13

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.mjs +2 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -491,7 +491,7 @@ const cac = (name = "") => new CAC(name);
491
491
 
492
492
  //#endregion
493
493
  //#region package.json
494
- var version$1 = "1.2.12";
494
+ var version$1 = "1.2.13";
495
495
 
496
496
  //#endregion
497
497
  //#region src/dev/logger.ts
@@ -2204,7 +2204,7 @@ function deduplicatePlugins(plugins) {
2204
2204
  //#endregion
2205
2205
  //#region src/dev/bridge-types.ts
2206
2206
  const GENERATED_BRIDGE_DIRS = ["views", "windows"];
2207
- const VIEW_BRIDGE_MODULE_FILE = "bridge.ts";
2207
+ const VIEW_BRIDGE_MODULE_FILE = "bridge.gen.ts";
2208
2208
  /**
2209
2209
  * Resolve generated bridge declaration file for a view.
2210
2210
  * Supports both historical `generated/windows/*` and current `generated/views/*`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cordy/electro-cli",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "description": "CLI for @cordy/electro — dev server, build, and code generation commands",
5
5
  "license": "MIT",
6
6
  "type": "module",