@clef-sh/ui 0.1.13-beta.88 → 0.1.13-beta.92

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @clef-sh/ui
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/@clef-sh/ui.svg)](https://www.npmjs.com/package/@clef-sh/ui)
4
+
3
5
  Local web UI for [Clef](https://clef.sh). Provides a browser-based interface for viewing the secrets matrix, editing values, diffing environments, linting, scanning, and managing recipients. Served on `127.0.0.1:7777`.
4
6
 
5
7
  ## Usage
@@ -9,7 +11,7 @@ clef ui
9
11
  # Opens http://127.0.0.1:7777?token=<auto-generated>
10
12
  ```
11
13
 
12
- The UI is launched via the CLI — it is not installed or used directly.
14
+ The UI is launched via the CLI — it is not installed or used directly. It is published to npm as `@clef-sh/ui` so the CLI can resolve it as an optional dependency.
13
15
 
14
16
  ## Features
15
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clef-sh/ui",
3
- "version": "0.1.13-beta.88",
3
+ "version": "0.1.13-beta.92",
4
4
  "description": "Local web UI for Clef — git-native secrets management",
5
5
  "repository": {
6
6
  "type": "git",