@henryqw/pi-herdr-rename 2.1.4 → 2.1.6

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.
package/README.md CHANGED
@@ -14,7 +14,7 @@ pi install npm:@henryqw/pi-task-models
14
14
  pi install npm:@henryqw/pi-herdr-rename
15
15
  ```
16
16
 
17
- Requires Pi Coding Agent 0.84.2+.
17
+ Requires Pi Coding Agent 0.84.3+.
18
18
 
19
19
  ## With
20
20
 
@@ -396,7 +396,7 @@ export default function herdrRenameExtension(pi: ExtensionAPI): void {
396
396
  ctx.ui.setWidget(WIDGET_KEY, undefined);
397
397
  widgetTimer = undefined;
398
398
  }, WIDGET_RESULT_MS);
399
- widgetTimer.unref?.();
399
+ widgetTimer.unref();
400
400
  },
401
401
  });
402
402
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-herdr-rename",
3
- "version": "2.1.4",
3
+ "version": "2.1.6",
4
4
  "description": "Generate short Pi display titles and rename the current Herdr location.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -25,7 +25,7 @@
25
25
  "pack:check": "npm pack --dry-run"
26
26
  },
27
27
  "peerDependencies": {
28
- "@earendil-works/pi-coding-agent": "^0.84.2"
28
+ "@earendil-works/pi-coding-agent": "^0.84.3"
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@henryqw/pi-herdr": "^0.3.0",
48
- "@henryqw/pi-task-models": "^0.7.0"
48
+ "@henryqw/pi-task-models": "^1.0.0"
49
49
  }
50
50
  }