Commit 0ba108f
fix(visualization): correct @electron/packager import to use named export
The @electron/packager v19 now exports packager as a named export instead of default export. Updated the require statement to use destructuring to fix "packager is not a function" error in release workflow.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 1e38eba commit 0ba108f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments