@flux-lang/cli-ui 0.1.18 → 0.1.20
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 +35 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
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="https://www.npmjs.com/package/@flux-lang/cli-ui" target="_blank" rel="noreferrer">
|
|
18
|
+
<picture>
|
|
19
|
+
<source media="(prefers-color-scheme: dark)" srcset="../../badges/generated/channel.cli-ui.canary.dark.svg">
|
|
20
|
+
<img alt="@flux-lang/cli-ui canary channel" src="../../badges/generated/channel.cli-ui.canary.light.svg">
|
|
21
|
+
</picture>
|
|
22
|
+
</a>
|
|
23
|
+
<a href="../../LICENSE">
|
|
24
|
+
<picture>
|
|
25
|
+
<source media="(prefers-color-scheme: dark)" srcset="../../badges/generated/license.dark.svg">
|
|
26
|
+
<img alt="License" src="../../badges/generated/license.light.svg">
|
|
27
|
+
</picture>
|
|
28
|
+
</a>
|
|
29
|
+
<a href="https://github.com/cbassuarez/flux/commits/main" target="_blank" rel="noreferrer">
|
|
30
|
+
<picture>
|
|
31
|
+
<source media="(prefers-color-scheme: dark)" srcset="../../badges/generated/maintained.dark.svg">
|
|
32
|
+
<img alt="Maintained status" src="../../badges/generated/maintained.light.svg">
|
|
33
|
+
</picture>
|
|
34
|
+
</a>
|
|
35
|
+
</p>
|
|
36
|
+
<!-- FLUX:BADGES:END -->
|
|
37
|
+
|
|
3
38
|
1) **What this package is**
|
|
4
39
|
Ink-based terminal UI for the Flux CLI.
|
|
5
40
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flux-lang/cli-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.20",
|
|
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.
|
|
23
|
-
"@flux-lang/cli-core": "^0.1.
|
|
22
|
+
"@flux-lang/brand": "^0.1.20",
|
|
23
|
+
"@flux-lang/cli-core": "^0.1.20"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/node": "^22.0.0",
|