dsh-deeppilot 0.4.0 → 0.5.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-deeppilot",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "DeepPilot companion plugin for DeepSeek Harness: use DSH from a native iPhone app over an authenticated, direct connection to your own Mac.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,9 +38,10 @@
38
38
  },
39
39
  "client": {
40
40
  "inject": [
41
- "@deepseek-ai/dsh-client-runtime",
41
+ "@deepseek-ai/dsh-client-connection",
42
42
  "@deepseek-ai/dsh-client-locale",
43
- "@deepseek-ai/dsh-client-ui-settings"
43
+ "@deepseek-ai/dsh-client-ui-settings",
44
+ "@deepseek-ai/dsh-api-remotes"
44
45
  ],
45
46
  "platform": "web"
46
47
  }
@@ -54,6 +55,8 @@
54
55
  "README.md",
55
56
  "README.zh-CN.md",
56
57
  "SECURITY.md",
58
+ "docs/SECURITY_ROADMAP.md",
59
+ "docs/SECURITY_ROADMAP.zh-CN.md",
57
60
  "PRIVACY.md",
58
61
  "COMPATIBILITY.md",
59
62
  "THIRD_PARTY_NOTICES.md"
@@ -79,14 +82,18 @@
79
82
  },
80
83
  "peerDependencies": {
81
84
  "@deepseek-ai/cordis": "^4.0.1",
82
- "@deepseek-ai/dsh-settings": "^0.1.1-rc.2",
83
- "@deepseek-ai/dsh-typert-protocol": "^0.1.1-rc.2",
85
+ "@deepseek-ai/dsh-api-remotes": "^0.1.1-rc.2 || ^0.1.2-alpha.1",
86
+ "@deepseek-ai/dsh-client-connection": "^0.1.1-rc.2 || ^0.1.2-alpha.1",
87
+ "@deepseek-ai/dsh-client-locale": "^0.1.1-rc.2 || ^0.1.2-alpha.1",
88
+ "@deepseek-ai/dsh-client-ui-settings": "^0.1.1-rc.2 || ^0.1.2-alpha.1",
89
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.1-rc.2 || ^0.1.2-alpha.1",
90
+ "@deepseek-ai/dsh-settings": "^0.1.1-rc.2 || ^0.1.2-alpha.1",
91
+ "@deepseek-ai/dsh-typert-protocol": "^0.1.1-rc.2 || ^0.1.2-alpha.1",
84
92
  "@deepseek-ai/schemastery": "^3.18.1",
85
93
  "react": "^18.2.0"
86
94
  },
87
95
  "devDependencies": {
88
96
  "@deepseek-ai/cordis": "^4.0.1",
89
- "@deepseek-ai/dsh-client-runtime": "^0.1.1-rc.2",
90
97
  "@deepseek-ai/dsh-settings": "^0.1.1-rc.2",
91
98
  "@deepseek-ai/dsh-typert-protocol": "^0.1.1-rc.2",
92
99
  "@deepseek-ai/schemastery": "^3.18.1",
@@ -99,5 +106,28 @@
99
106
  "tsx": "^4.23.12",
100
107
  "typescript": "^6.0.3"
101
108
  },
102
- "license": "MIT"
109
+ "license": "MIT",
110
+ "peerDependenciesMeta": {
111
+ "@deepseek-ai/dsh-api-remotes": {
112
+ "optional": true
113
+ },
114
+ "@deepseek-ai/dsh-client-connection": {
115
+ "optional": true
116
+ },
117
+ "@deepseek-ai/dsh-client-locale": {
118
+ "optional": true
119
+ },
120
+ "@deepseek-ai/dsh-client-ui-settings": {
121
+ "optional": true
122
+ },
123
+ "@deepseek-ai/dsh-client-ui-slots": {
124
+ "optional": true
125
+ },
126
+ "@deepseek-ai/dsh-settings": {
127
+ "optional": true
128
+ },
129
+ "@deepseek-ai/dsh-typert-protocol": {
130
+ "optional": true
131
+ }
132
+ }
103
133
  }