@velum-labs/routekit-cli-ui 0.14.0 → 0.15.0

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
@@ -16,5 +16,5 @@ import { configureBrand, createPresenter } from "@velum-labs/routekit-cli-ui";
16
16
 
17
17
  ## Docs
18
18
 
19
- - Product docs: https://fusionkit.velum-labs.com
19
+ - CLI reference: [../../docs/cli.md](../../docs/cli.md)
20
20
  - Maintainer reference: [../../docs/typescript-reference.md](../../docs/typescript-reference.md)
@@ -55,7 +55,7 @@ test("stripAnsi removes styling escapes", () => {
55
55
  });
56
56
  test("gradient returns the text unchanged without truecolor", () => {
57
57
  withNoColor(() => {
58
- assert.equal(gradient("fusionkit"), "fusionkit");
58
+ assert.equal(gradient("routekit"), "routekit");
59
59
  });
60
60
  });
61
61
  test("box frames a titled block, aligned to the widest line", () => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@velum-labs/routekit-cli-ui",
3
3
  "private": false,
4
- "version": "0.14.0",
4
+ "version": "0.15.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/velum-labs/routekit.git",