@anweat/dsh-browser 0.1.3 → 0.1.4
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 +18 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anweat/dsh-browser",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Self-contained browser runtime plugin for DeepSeek Harness (scoped @anweat) — bundles Playwright (chromium) and OpenCLI as plugin-local dependencies (with global-reuse fallback), exposes a `browser` service and interactive browser tools.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -25,15 +25,29 @@
|
|
|
25
25
|
"node": "^22.19 || >=24"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@deepseek-ai/cordis": "^4.0.1"
|
|
28
|
+
"@deepseek-ai/cordis": "^4.0.1",
|
|
29
|
+
"@deepseek-ai/dsh-tools": "^0.1.1-rc.2",
|
|
30
|
+
"@deepseek-ai/schemastery": "^3.18.1"
|
|
31
|
+
},
|
|
32
|
+
"peerDependenciesMeta": {
|
|
33
|
+
"@deepseek-ai/cordis": {
|
|
34
|
+
"optional": true
|
|
35
|
+
},
|
|
36
|
+
"@deepseek-ai/dsh-tools": {
|
|
37
|
+
"optional": true
|
|
38
|
+
},
|
|
39
|
+
"@deepseek-ai/schemastery": {
|
|
40
|
+
"optional": true
|
|
41
|
+
}
|
|
29
42
|
},
|
|
30
43
|
"dependencies": {
|
|
31
|
-
"@deepseek-ai/schemastery": "^3.18.1",
|
|
32
|
-
"@deepseek-ai/dsh-tools": "^0.1.0-rc.6",
|
|
33
44
|
"@jackwener/opencli": "^1.8.6",
|
|
34
45
|
"playwright": "^1.60.0"
|
|
35
46
|
},
|
|
36
47
|
"devDependencies": {
|
|
48
|
+
"@deepseek-ai/cordis": "^4.0.1",
|
|
49
|
+
"@deepseek-ai/dsh-tools": "^0.1.1-rc.2",
|
|
50
|
+
"@deepseek-ai/schemastery": "^3.18.1",
|
|
37
51
|
"typescript": "^5.6.0",
|
|
38
52
|
"@types/node": "^22.0.0"
|
|
39
53
|
},
|