dsh-deeppilot 0.6.0-alpha.1 → 0.6.0-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.
- package/lib/index.d.ts +4 -4
- package/package.json +7 -7
package/lib/index.d.ts
CHANGED
|
@@ -609,7 +609,7 @@ declare const Config: z<Schemastery.ObjectS<{
|
|
|
609
609
|
maxConnectionsPerSource: z<number, number>;
|
|
610
610
|
}>>;
|
|
611
611
|
push: z<Schemastery.ObjectS<{
|
|
612
|
-
provider: z<"
|
|
612
|
+
provider: z<"apns" | "none" | "relay", "apns" | "none" | "relay">;
|
|
613
613
|
teamId: z<string, string>;
|
|
614
614
|
keyId: z<string, string>;
|
|
615
615
|
keyPath: z<string, string>;
|
|
@@ -617,7 +617,7 @@ declare const Config: z<Schemastery.ObjectS<{
|
|
|
617
617
|
relayUrl: z<string, string>;
|
|
618
618
|
relayToken: z<string, string>;
|
|
619
619
|
}>, Schemastery.ObjectT<{
|
|
620
|
-
provider: z<"
|
|
620
|
+
provider: z<"apns" | "none" | "relay", "apns" | "none" | "relay">;
|
|
621
621
|
teamId: z<string, string>;
|
|
622
622
|
keyId: z<string, string>;
|
|
623
623
|
keyPath: z<string, string>;
|
|
@@ -648,7 +648,7 @@ declare const Config: z<Schemastery.ObjectS<{
|
|
|
648
648
|
maxConnectionsPerSource: z<number, number>;
|
|
649
649
|
}>>;
|
|
650
650
|
push: z<Schemastery.ObjectS<{
|
|
651
|
-
provider: z<"
|
|
651
|
+
provider: z<"apns" | "none" | "relay", "apns" | "none" | "relay">;
|
|
652
652
|
teamId: z<string, string>;
|
|
653
653
|
keyId: z<string, string>;
|
|
654
654
|
keyPath: z<string, string>;
|
|
@@ -656,7 +656,7 @@ declare const Config: z<Schemastery.ObjectS<{
|
|
|
656
656
|
relayUrl: z<string, string>;
|
|
657
657
|
relayToken: z<string, string>;
|
|
658
658
|
}>, Schemastery.ObjectT<{
|
|
659
|
-
provider: z<"
|
|
659
|
+
provider: z<"apns" | "none" | "relay", "apns" | "none" | "relay">;
|
|
660
660
|
teamId: z<string, string>;
|
|
661
661
|
keyId: z<string, string>;
|
|
662
662
|
keyPath: z<string, string>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-deeppilot",
|
|
3
|
-
"version": "0.6.0-alpha.
|
|
3
|
+
"version": "0.6.0-alpha.2",
|
|
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",
|
|
@@ -91,21 +91,21 @@
|
|
|
91
91
|
"@deepseek-ai/dsh-settings": "^0.1.2-alpha.2",
|
|
92
92
|
"@deepseek-ai/dsh-typert-protocol": "^0.1.2-alpha.2",
|
|
93
93
|
"@deepseek-ai/schemastery": "^3.18.2",
|
|
94
|
-
"react": "^
|
|
94
|
+
"react": "^19.2.8"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
98
98
|
"@deepseek-ai/dsh-settings": "^0.1.2-alpha.2",
|
|
99
99
|
"@deepseek-ai/dsh-typert-protocol": "^0.1.2-alpha.2",
|
|
100
100
|
"@deepseek-ai/schemastery": "^3.18.2",
|
|
101
|
-
"@types/node": "^
|
|
102
|
-
"@types/qrcode": "1.5.
|
|
103
|
-
"@types/react": "^
|
|
101
|
+
"@types/node": "^24.0.0",
|
|
102
|
+
"@types/qrcode": "1.5.6",
|
|
103
|
+
"@types/react": "^19.2.18",
|
|
104
104
|
"@types/ws": "^8.5.10",
|
|
105
|
-
"react": "^
|
|
105
|
+
"react": "^19.2.8",
|
|
106
106
|
"tsdown": "^0.22.2",
|
|
107
107
|
"tsx": "^4.23.12",
|
|
108
|
-
"typescript": "^
|
|
108
|
+
"typescript": "^7.0.2"
|
|
109
109
|
},
|
|
110
110
|
"license": "MIT",
|
|
111
111
|
"peerDependenciesMeta": {
|