@cedarjs/tui 2.5.0 → 2.5.1-next.27

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 +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # TUI
2
2
 
3
- Terminal User Interface for RedwoodJS. A collection of helpful functions to standardise and simplify terminal output.
3
+ Terminal User Interface for CedarJS. A collection of helpful functions to standardise and simplify terminal output.
4
4
 
5
5
  ## API
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/tui",
3
- "version": "2.5.0",
3
+ "version": "2.5.1-next.27+4a00a5632",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -26,12 +26,12 @@
26
26
  "stdout-update": "1.6.8"
27
27
  },
28
28
  "devDependencies": {
29
- "@cedarjs/framework-tools": "0.0.0",
29
+ "@cedarjs/framework-tools": "2.5.1-next.27",
30
30
  "tsx": "4.21.0",
31
31
  "typescript": "5.9.3"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "42e3c32b60325fcab386d1816401a8451f910121"
36
+ "gitHead": "4a00a56324db4db5db1559e21850f4d9b5856b52"
37
37
  }