@boba-cli/stopwatch 0.1.0-alpha.1 → 0.1.0-alpha.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Stopwatch component for Boba terminal UIs. Port of Charmbracelet Bubbles stopwatch.
4
4
 
5
- <img src="../../examples/stopwatch-demo.gif" width="950" alt="Stopwatch component demo" />
5
+ <img src="../../examples/animations/stopwatch.gif" width="950" alt="Stopwatch component demo" />
6
6
 
7
7
  ## Install
8
8
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@boba-cli/stopwatch",
3
3
  "description": "Stopwatch component for Boba terminal UIs",
4
- "version": "0.1.0-alpha.1",
4
+ "version": "0.1.0-alpha.2",
5
5
  "dependencies": {
6
- "@boba-cli/tea": "0.1.0-alpha.1"
6
+ "@boba-cli/tea": "1.0.0-alpha.2"
7
7
  },
8
8
  "devDependencies": {
9
9
  "typescript": "5.8.2",