dsh-genui 0.1.1 → 0.1.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/package.json +4 -5
- package/lib/client.js.map +0 -1
- package/public/chat.png +0 -0
- package/public/computer.png +0 -0
- package/public/form.png +0 -0
- package/screenshots.json +0 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-genui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "GenUI for DeepSeek Harness: interactive charts, forms, calculators, dashboards, and mini apps rendered inline in assistant replies, with actions that flow back to the model.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -38,13 +38,12 @@
|
|
|
38
38
|
"./package.json": "./package.json"
|
|
39
39
|
},
|
|
40
40
|
"files": [
|
|
41
|
-
"
|
|
42
|
-
"lib",
|
|
41
|
+
"lib/index.js",
|
|
42
|
+
"lib/client.js",
|
|
43
43
|
"cordis.patch.yml",
|
|
44
44
|
"README.md",
|
|
45
45
|
"README.zh-CN.md",
|
|
46
|
-
"LICENSE"
|
|
47
|
-
"screenshots.json"
|
|
46
|
+
"LICENSE"
|
|
48
47
|
],
|
|
49
48
|
"engines": {
|
|
50
49
|
"node": ">=20"
|