@flux-lang/cli-ui 0.1.17 → 0.1.19

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 +29 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @flux-lang/cli-ui
2
2
 
3
+ <!-- FLUX:BADGES:BEGIN -->
4
+ <p>
5
+ <a href="https://www.npmjs.com/package/@flux-lang/cli-ui" target="_blank" rel="noreferrer">
6
+ <picture>
7
+ <source media="(prefers-color-scheme: dark)" srcset="../../badges/generated/npm.cli-ui.dark.svg">
8
+ <img alt="@flux-lang/cli-ui version" src="../../badges/generated/npm.cli-ui.light.svg">
9
+ </picture>
10
+ </a>
11
+ <a href="https://www.npmjs.com/package/@flux-lang/cli-ui" target="_blank" rel="noreferrer">
12
+ <picture>
13
+ <source media="(prefers-color-scheme: dark)" srcset="../../badges/generated/channel.cli-ui.stable.dark.svg">
14
+ <img alt="@flux-lang/cli-ui stable channel" src="../../badges/generated/channel.cli-ui.stable.light.svg">
15
+ </picture>
16
+ </a>
17
+ <a href="../../LICENSE">
18
+ <picture>
19
+ <source media="(prefers-color-scheme: dark)" srcset="../../badges/generated/license.dark.svg">
20
+ <img alt="License" src="../../badges/generated/license.light.svg">
21
+ </picture>
22
+ </a>
23
+ <a href="https://github.com/cbassuarez/flux/commits/main" target="_blank" rel="noreferrer">
24
+ <picture>
25
+ <source media="(prefers-color-scheme: dark)" srcset="../../badges/generated/maintained.dark.svg">
26
+ <img alt="Maintained status" src="../../badges/generated/maintained.light.svg">
27
+ </picture>
28
+ </a>
29
+ </p>
30
+ <!-- FLUX:BADGES:END -->
31
+
3
32
  1) **What this package is**
4
33
  Ink-based terminal UI for the Flux CLI.
5
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flux-lang/cli-ui",
3
- "version": "0.1.17",
3
+ "version": "0.1.19",
4
4
  "description": "Ink-based UI for the Flux CLI",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -19,8 +19,8 @@
19
19
  "chalk": "^5.4.1",
20
20
  "ink": "^4.4.1",
21
21
  "react": "^18.3.1",
22
- "@flux-lang/brand": "^0.1.17",
23
- "@flux-lang/cli-core": "^0.1.17"
22
+ "@flux-lang/brand": "^0.1.19",
23
+ "@flux-lang/cli-core": "^0.1.19"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "^22.0.0",