@suds-cli/viewport 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 +2 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ > **Deprecation Notice:** This package is being renamed from `@suds-cli/viewport` to `@boba-cli/viewport`. Please update your dependencies accordingly.
2
+
1
3
  # @suds-cli/viewport
2
4
 
3
5
  Scrollable content window for Suds terminal UIs. Ported from the Charm `bubbles/viewport` component.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@suds-cli/viewport",
3
3
  "description": "Scrollable viewport for Suds terminal UIs",
4
- "version": "0.1.0-alpha.1",
4
+ "version": "0.1.0-alpha.2",
5
5
  "dependencies": {
6
- "@suds-cli/chapstick": "0.1.0-alpha.1",
7
- "@suds-cli/tea": "0.1.0-alpha.0",
8
- "@suds-cli/key": "0.1.0-alpha.0"
6
+ "@suds-cli/chapstick": "0.1.0-alpha.2",
7
+ "@suds-cli/key": "0.1.0-alpha.1",
8
+ "@suds-cli/tea": "0.1.0-alpha.1"
9
9
  },
10
10
  "devDependencies": {
11
11
  "typescript": "5.8.2",