@suds-cli/timer 0.1.0-alpha.0 → 0.1.0-alpha.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ > **Deprecation Notice:** This package is being renamed from `@suds-cli/timer` to `@boba-cli/timer`. Please update your dependencies accordingly.
2
+
1
3
  # @suds-cli/timer
2
4
 
3
5
  Countdown timer component for Suds terminal UIs. Port of Charmbracelet Bubbles timer.
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@suds-cli/timer",
3
3
  "description": "Countdown timer component for Suds terminal UIs",
4
- "version": "0.1.0-alpha.0",
4
+ "version": "0.1.0-alpha.1",
5
5
  "dependencies": {
6
- "@suds-cli/tea": "0.1.0-alpha.0"
6
+ "@suds-cli/tea": "0.1.0-alpha.1"
7
7
  },
8
8
  "devDependencies": {
9
9
  "typescript": "5.8.2",