electron / packager

Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI
https://npm.im/@electron/packager
BSD 2-Clause "Simplified" License
123 stars 11 forks source link

fix: restore circular export to ease migration #1702

Closed MarshallOfSound closed 3 months ago

MarshallOfSound commented 3 months ago

Fixes #1700

Per our own docs this should work: https://github.com/electron/packager/blob/main/src/packager.ts#L187-L210

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.28%. Comparing base (d421d4b) to head (49e1e0c). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1702 +/- ## ========================================== + Coverage 89.00% 89.28% +0.28% ========================================== Files 17 17 Lines 900 905 +5 Branches 187 187 ========================================== + Hits 801 808 +7 + Misses 62 61 -1 + Partials 37 36 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

continuous-auth[bot] commented 3 months ago

:tada: This PR is included in version 18.3.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: