dsh-focus-overlay 0.8.0 → 0.8.1
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.en.md +2 -1
- package/README.md +2 -1
- package/package.json +1 -1
package/README.en.md
CHANGED
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
</p>
|
|
11
11
|
|
|
12
12
|
<p align="center">
|
|
13
|
-
<img src="https://
|
|
13
|
+
<img src="https://img.shields.io/npm/v/dsh-focus-overlay" alt="npm version">
|
|
14
|
+
<img src="https://img.shields.io/npm/dm/dsh-focus-overlay" alt="npm downloads (monthly)">
|
|
14
15
|
<img src="https://badgen.net/badge/license/MIT/green" alt="license">
|
|
15
16
|
<img src="https://badgen.net/badge/dsh/%3E%3D0.1.0-rc.5/blue" alt="dsh version">
|
|
16
17
|
</p>
|
package/README.md
CHANGED
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
</p>
|
|
9
9
|
|
|
10
10
|
<p align="center">
|
|
11
|
-
<img src="https://
|
|
11
|
+
<img src="https://img.shields.io/npm/v/dsh-focus-overlay" alt="npm version">
|
|
12
|
+
<img src="https://img.shields.io/npm/dm/dsh-focus-overlay" alt="npm downloads (monthly)">
|
|
12
13
|
<img src="https://badgen.net/badge/license/MIT/green" alt="license">
|
|
13
14
|
<img src="https://badgen.net/badge/dsh/%3E%3D0.1.0-rc.5/blue" alt="dsh version">
|
|
14
15
|
</p>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-focus-overlay",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"description": "Focus Mode for the dsh web GUI: a full-screen reading overlay that hides chrome and folds the AI tool-call flow into summaries, reusing the official Markdown / image primitives.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.mjs",
|