@deepseek-ai/dsh-host-directory-picker-auto 0.1.2-alpha.2 → 0.1.2-alpha.3
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 +14 -14
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-host-directory-picker-auto",
|
|
3
3
|
"description": "Adaptive chooser of the directory-picker seam: resolves the host situation at boot and mounts the native or browse backend for the DeepSeek Harness web GUI host",
|
|
4
|
-
"version": "0.1.2-alpha.
|
|
4
|
+
"version": "0.1.2-alpha.3",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -34,23 +34,23 @@
|
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
36
36
|
"@deepseek-ai/cordis-plugin-loader": "^1.0.3",
|
|
37
|
-
"@deepseek-ai/dsh-client-ui-directory-picker-browse": "^0.1.2-alpha.
|
|
38
|
-
"@deepseek-ai/dsh-
|
|
39
|
-
"@deepseek-ai/dsh-host-directory-picker-
|
|
40
|
-
"@deepseek-ai/dsh-host-
|
|
41
|
-
"@deepseek-ai/dsh-
|
|
42
|
-
"@deepseek-ai/dsh-
|
|
37
|
+
"@deepseek-ai/dsh-client-ui-directory-picker-browse": "^0.1.2-alpha.3",
|
|
38
|
+
"@deepseek-ai/dsh-client-ui-directory-picker-native": "^0.1.2-alpha.3",
|
|
39
|
+
"@deepseek-ai/dsh-host-directory-picker-browse": "^0.1.2-alpha.3",
|
|
40
|
+
"@deepseek-ai/dsh-host-directory-picker-native": "^0.1.2-alpha.3",
|
|
41
|
+
"@deepseek-ai/dsh-host-webserver": "^0.1.2-alpha.3",
|
|
42
|
+
"@deepseek-ai/dsh-invariants": "^0.1.2-alpha.3"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
46
46
|
"@deepseek-ai/cordis-plugin-include": "^1.0.7",
|
|
47
47
|
"@deepseek-ai/cordis-plugin-loader": "^1.0.3",
|
|
48
|
-
"@deepseek-ai/dsh-client-ui-directory-picker-browse": "^0.1.2-alpha.
|
|
49
|
-
"@deepseek-ai/dsh-client-ui-directory-picker-native": "^0.1.2-alpha.
|
|
50
|
-
"@deepseek-ai/dsh-host-directory-picker": "^0.1.2-alpha.
|
|
51
|
-
"@deepseek-ai/dsh-host-
|
|
52
|
-
"@deepseek-ai/dsh-host-directory-picker-browse": "^0.1.2-alpha.
|
|
53
|
-
"@deepseek-ai/dsh-host-
|
|
54
|
-
"@deepseek-ai/dsh-invariants": "^0.1.2-alpha.
|
|
48
|
+
"@deepseek-ai/dsh-client-ui-directory-picker-browse": "^0.1.2-alpha.3",
|
|
49
|
+
"@deepseek-ai/dsh-client-ui-directory-picker-native": "^0.1.2-alpha.3",
|
|
50
|
+
"@deepseek-ai/dsh-host-directory-picker": "^0.1.2-alpha.3",
|
|
51
|
+
"@deepseek-ai/dsh-host-directory-picker-native": "^0.1.2-alpha.3",
|
|
52
|
+
"@deepseek-ai/dsh-host-directory-picker-browse": "^0.1.2-alpha.3",
|
|
53
|
+
"@deepseek-ai/dsh-host-webserver": "^0.1.2-alpha.3",
|
|
54
|
+
"@deepseek-ai/dsh-invariants": "^0.1.2-alpha.3"
|
|
55
55
|
}
|
|
56
56
|
}
|