@deepseek-ai/dsh-client-ui-sidebar-right 0.1.7-alpha.1 → 0.1.7-alpha.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.
Files changed (1) hide show
  1. package/package.json +17 -17
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-client-ui-sidebar-right",
3
3
  "description": "Right Sidebar: the docking surface's session-bound state, its panel and header expand control, and the navigation service over it",
4
- "version": "0.1.7-alpha.1",
4
+ "version": "0.1.7-alpha.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "license": "MIT",
41
41
  "peerDependencies": {
42
- "@deepseek-ai/cordis": "^4.0.3"
42
+ "@deepseek-ai/cordis": "~4.0.4"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@testing-library/react": "^16.1.0",
@@ -51,21 +51,21 @@
51
51
  "picomatch": "^4.0.4",
52
52
  "clsx": "^2.0.0",
53
53
  "zod": "^4.4.3",
54
- "@deepseek-ai/dsh-api-session-controller": "^0.1.7-alpha.1",
55
- "@deepseek-ai/dsh-client-locale": "^0.1.7-alpha.1",
56
- "@deepseek-ai/cordis": "^4.0.3",
57
- "@deepseek-ai/dsh-client-store": "^0.1.7-alpha.1",
58
- "@deepseek-ai/dsh-client-test-runtime": "^0.1.7-alpha.1",
59
- "@deepseek-ai/dsh-client-ui-conversation": "^0.1.7-alpha.1",
60
- "@deepseek-ai/dsh-client-resources": "^0.1.7-alpha.1",
61
- "@deepseek-ai/dsh-client-ui-layout": "^0.1.7-alpha.1",
62
- "@deepseek-ai/dsh-client-ui-dockkit": "^0.1.7-alpha.1",
63
- "@deepseek-ai/dsh-client-ui-primitives": "^0.1.7-alpha.1",
64
- "@deepseek-ai/dsh-client-ui-renderer": "^0.1.7-alpha.1",
65
- "@deepseek-ai/dsh-client-ui-session": "^0.1.7-alpha.1",
66
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.7-alpha.1",
67
- "@deepseek-ai/dsh-session": "^0.1.7-alpha.1",
68
- "@deepseek-ai/dsh-util-crypto": "^0.1.7-alpha.1"
54
+ "@deepseek-ai/cordis": "~4.0.4",
55
+ "@deepseek-ai/dsh-api-session-controller": "0.1.7-alpha.2",
56
+ "@deepseek-ai/dsh-client-locale": "0.1.7-alpha.2",
57
+ "@deepseek-ai/dsh-client-resources": "0.1.7-alpha.2",
58
+ "@deepseek-ai/dsh-client-store": "0.1.7-alpha.2",
59
+ "@deepseek-ai/dsh-client-test-runtime": "0.1.7-alpha.2",
60
+ "@deepseek-ai/dsh-client-ui-conversation": "0.1.7-alpha.2",
61
+ "@deepseek-ai/dsh-client-ui-dockkit": "0.1.7-alpha.2",
62
+ "@deepseek-ai/dsh-client-ui-layout": "0.1.7-alpha.2",
63
+ "@deepseek-ai/dsh-client-ui-primitives": "0.1.7-alpha.2",
64
+ "@deepseek-ai/dsh-client-ui-renderer": "0.1.7-alpha.2",
65
+ "@deepseek-ai/dsh-client-ui-session": "0.1.7-alpha.2",
66
+ "@deepseek-ai/dsh-client-ui-slots": "0.1.7-alpha.2",
67
+ "@deepseek-ai/dsh-session": "0.1.7-alpha.2",
68
+ "@deepseek-ai/dsh-util-crypto": "0.1.7-alpha.2"
69
69
  },
70
70
  "files": [
71
71
  "lib/index.js",