dsh-cursor-subscription 0.5.6 → 0.5.7
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.js +1 -1
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -119,7 +119,7 @@ function makeResponse(status, res, data) {
|
|
|
119
119
|
|
|
120
120
|
//#region constants
|
|
121
121
|
export const name = "cursor-subscription";
|
|
122
|
-
export const inject = ["llm", "credentials", "connection"];
|
|
122
|
+
export const inject = ["llm", "credentials", "connection", "webServer"];
|
|
123
123
|
|
|
124
124
|
export const PROVIDER = "cursor-subscription";
|
|
125
125
|
export const CREDENTIAL_REF = credentialRef("CURSOR_SUBSCRIPTION_OAUTH");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-cursor-subscription",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.7",
|
|
4
4
|
"packageManager": "pnpm@11.19.0",
|
|
5
5
|
"description": "Cursor subscription for DeepSeek Harness with browser login, token refresh, model discovery, and the Cursor Agent chat protocol",
|
|
6
6
|
"type": "module",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"@deepseek-ai/cordis": "4.0.1",
|
|
68
|
-
"@deepseek-ai/dsh-client-connection": "0.1.0-rc.6",
|
|
68
|
+
"@deepseek-ai/dsh-client-connection": ">=0.1.0-rc.6 <0.2.0",
|
|
69
69
|
"@deepseek-ai/dsh-client-locale": "0.1.0-rc.6",
|
|
70
70
|
"@deepseek-ai/dsh-client-runtime": "0.1.0-rc.6",
|
|
71
71
|
"@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.6",
|