@deepseek-ai/dsh-client-web 0.1.0-rc.2 → 0.1.0-rc.6
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,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-client-web",
|
|
3
3
|
"description": "Web shell kernel: bootWebShell (module system holding + seed table + two-stage boot + AppRoot gate + app-shell assembly entry), consumed by the apps/web vite entry",
|
|
4
|
-
"version": "0.1.0-rc.
|
|
4
|
+
"version": "0.1.0-rc.6",
|
|
5
5
|
"publishConfig": {
|
|
6
|
-
"access": "
|
|
6
|
+
"access": "public"
|
|
7
7
|
},
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
@@ -29,27 +29,27 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"react": "^18.2.0",
|
|
31
31
|
"react-dom": "^18.2.0",
|
|
32
|
-
"@deepseek-ai/dsh-client-
|
|
33
|
-
"@deepseek-ai/dsh-client-
|
|
34
|
-
"@deepseek-ai/dsh-client-
|
|
35
|
-
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.
|
|
36
|
-
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.
|
|
37
|
-
"@deepseek-ai/dsh-client-ui-theme": "^0.1.0-rc.
|
|
38
|
-
"@deepseek-ai/dsh-client-web-react": "^0.1.0-rc.
|
|
32
|
+
"@deepseek-ai/dsh-client-modules": "^0.1.0-rc.6",
|
|
33
|
+
"@deepseek-ai/dsh-client-schema-form": "^0.1.0-rc.6",
|
|
34
|
+
"@deepseek-ai/dsh-client-ui-attachment": "^0.1.0-rc.6",
|
|
35
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.6",
|
|
36
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6",
|
|
37
|
+
"@deepseek-ai/dsh-client-ui-theme": "^0.1.0-rc.6",
|
|
38
|
+
"@deepseek-ai/dsh-client-web-react": "^0.1.0-rc.6"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/react": "~18.3.1",
|
|
42
42
|
"@types/react-dom": "~18.3.0",
|
|
43
43
|
"typescript": "^6.0.3",
|
|
44
44
|
"@deepseek-ai/cordis-plugin-loader": "^1.0.2",
|
|
45
|
-
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.
|
|
46
|
-
"@deepseek-ai/dsh-
|
|
47
|
-
"@deepseek-ai/
|
|
48
|
-
"@deepseek-ai/
|
|
45
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6",
|
|
46
|
+
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.6",
|
|
47
|
+
"@deepseek-ai/cordis": "^4.0.1",
|
|
48
|
+
"@deepseek-ai/dsh-client-test-runtime": "^0.1.0-rc.6"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"@deepseek-ai/cordis-plugin-loader": "^1.0.2",
|
|
52
|
-
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.
|
|
52
|
+
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.6",
|
|
53
53
|
"@deepseek-ai/cordis": "^4.0.1"
|
|
54
54
|
},
|
|
55
55
|
"files": [
|