dsh-plugin-shop 0.4.0 → 0.4.2

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
@@ -114,7 +114,7 @@ bundle is not.
114
114
  | **Browse & search** | 1800+ packages harvested from npm by the `dsh-plugin` keyword, shown with the author's own summary when they declared one |
115
115
  | **Install** | One confirmation. An unreviewed plugin requires an explicit acknowledgement first — an installed plugin holds the same privileges as a built-in one |
116
116
  | **Enable / disable** | Applies to an installed plugin without a restart |
117
- | **Outdated installs** | Compared against the catalog's current version |
117
+ | **Installed state** | An installed plugin shows an Installed label on its card — or an Update button when the catalog has a newer version — plus an Uninstall button; the Installed filter in the category bar shows only installed plugins |
118
118
 
119
119
  ## 🧩 How it is put together
120
120
 
@@ -124,9 +124,9 @@ boundary:
124
124
  | Half | Entry | Can reach | Cannot reach |
125
125
  |---|---|---|---|
126
126
  | **Host** | `dsh-plugin-shop` | The network (catalog fetch and sha256 verify), the filesystem (cache), `dsh plugin add` under a per-profile mutex | — |
127
- | **Client** | `dsh-plugin-shop/client` | Exactly five `shop/*` Remote methods | The network, the filesystem |
127
+ | **Client** | `dsh-plugin-shop/client` | Exactly six `shop/*` Remote methods | The network, the filesystem |
128
128
 
129
- Compromising the browser half buys an attacker those five calls and nothing more.
129
+ Compromising the browser half buys an attacker those six calls and nothing more.
130
130
 
131
131
  ## ⚙️ Configuration
132
132