@cordy/electro 1.2.16 → 1.2.17

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1012,8 +1012,8 @@ var View = class {
1012
1012
  }
1013
1013
  };
1014
1014
  const PRELOAD_EXTENSIONS = [
1015
- "mjs",
1016
1015
  "cjs",
1016
+ "mjs",
1017
1017
  "js"
1018
1018
  ];
1019
1019
  function resolveDefaultPreloadPath(viewId) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cordy/electro",
3
- "version": "1.2.16",
3
+ "version": "1.2.17",
4
4
  "description": "Electron framework — feature-first runtime, codegen, and Vite-based build system",
5
5
  "license": "MIT",
6
6
  "type": "module",