pi-thinking-timer 0.1.0 → 0.1.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.
package/README.md CHANGED
@@ -56,7 +56,7 @@ Clone and run pi with the local extension file:
56
56
  ```bash
57
57
  git clone https://github.com/xRyul/pi-thinking-timer
58
58
  cd pi-thinking-timer
59
- pi -e ./extensions/thinking-timer.ts
59
+ pi -e ./thinking-timer.ts
60
60
  ```
61
61
 
62
62
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-thinking-timer",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Pi extension that shows a live timer next to collapsed Thinking blocks.",
5
5
  "license": "MIT",
6
6
  "author": "xryul",
@@ -18,14 +18,14 @@
18
18
  "pi-extension"
19
19
  ],
20
20
  "pi": {
21
- "extensions": ["./extensions"]
21
+ "extensions": ["./thinking-timer.ts"]
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@mariozechner/pi-coding-agent": "*",
25
25
  "@mariozechner/pi-tui": "*"
26
26
  },
27
27
  "files": [
28
- "extensions",
28
+ "thinking-timer.ts",
29
29
  "README.md",
30
30
  "LICENSE",
31
31
  "package.json"