@aliou/pi-processes 0.11.0 → 0.11.1

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.
@@ -390,7 +390,7 @@ export function setupDockWidgets(
390
390
  if (command.id === null) {
391
391
  actions.setFocus(null);
392
392
  actions.expand();
393
- render();
393
+ hardRefresh();
394
394
  safeReply(command.reply, { ok: true });
395
395
  return;
396
396
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aliou/pi-processes",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,