@sparkelf/dsh-plugin-dataops 0.1.0-rc.22 → 0.1.0-rc.26

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/README.i18n.yaml CHANGED
@@ -2,5 +2,5 @@
2
2
  # side as of the last confirmed-consistent state. Both languages carry equal authority;
3
3
  # after editing either side, bring the other along and re-record with:
4
4
  # pnpm run verify-translation-pairing --write packages/plus/dataops/README.md
5
- README.md: 586e84bec76f06630c892a6bbb8104ce4c71ecc6
6
- README.zh.md: eabe7aa98d2cbd4bb8f7a6f5a617a5d48cc04ae3
5
+ README.md: 204f52df89c185f63099a532a57f6717ee188dc2
6
+ README.zh.md: b7a00c943b5551cef44150fcd1672e11e362f744
package/README.md CHANGED
@@ -58,7 +58,7 @@ Connecting, disconnecting, or MCP discovery changes can alter the tool-schema pr
58
58
 
59
59
  This Dev Note is working context for maintainers; shipped behavior, limits, and rationale live in the sections above, the package code, and the linked Agent Note.
60
60
 
61
- - `src/index.ts` owns authorization, credentials, access expiry, and MCP child lifecycle. `src/client/store.ts` and `src/client/controller.ts` own shared browser status and OAuth lifecycle; `src/client/DataOpsExpiryModal.tsx` contributes the shell prompt and `src/client/DataOpsSection.tsx` contributes Settings. The [distribution Agent Note](../../../.agents/notes/proposed/architecture/2026-08-29-ranged-plus-patchset-distribution.md) records the package boundary.
61
+ - `src/index.ts` owns authorization, credentials, access expiry, and MCP child lifecycle. `src/client/store.ts` and `src/client/controller.ts` own shared browser status and OAuth lifecycle; `src/client/DataOpsExpiryModal.tsx` contributes the shell prompt and `src/client/DataOpsSection.tsx` contributes Settings. The [distribution Agent Note](../../../.agents/notes/implemented/architecture/2026-08-29-ranged-plus-patchset-distribution.md) records the package boundary.
62
62
  - No runtime invariant companion is published because authorization and MCP child lifecycle are observed by their owning services; DataOps keeps no independent projection of those relationships.
63
63
 
64
64
  </details>
package/README.zh.md CHANGED
@@ -58,7 +58,7 @@ Connecting、disconnecting或MCP discovery change可能改变tool-schema prefix
58
58
 
59
59
  该开发备注是maintainer working context;shipped behavior、limits及rationale以以上sections、package code及linked Agent Note为准。
60
60
 
61
- - `src/index.ts`持有authorization、credentials、access expiry及MCP child lifecycle。`src/client/store.ts`与`src/client/controller.ts`持有shared browser status及OAuth lifecycle;`src/client/DataOpsExpiryModal.tsx`贡献shell prompt,`src/client/DataOpsSection.tsx`贡献Settings。[Distribution Agent Note](../../../.agents/notes/proposed/architecture/2026-08-29-ranged-plus-patchset-distribution.zh.md)记录package boundary。
61
+ - `src/index.ts`持有authorization、credentials、access expiry及MCP child lifecycle。`src/client/store.ts`与`src/client/controller.ts`持有shared browser status及OAuth lifecycle;`src/client/DataOpsExpiryModal.tsx`贡献shell prompt,`src/client/DataOpsSection.tsx`贡献Settings。[Distribution Agent Note](../../../.agents/notes/implemented/architecture/2026-08-29-ranged-plus-patchset-distribution.zh.md)记录package boundary。
62
62
  - 该package不发布`./invariant` companion,因为authorization与MCP child lifecycle由各自owner service观测;DataOps不保留这些relation的independent projection。
63
63
 
64
64
  </details>
package/lib/client.js CHANGED
@@ -196,7 +196,7 @@ window.__ModuleLoader__.load({
196
196
  }
197
197
  //#endregion
198
198
  //#region \0dsh-css:/home/runner/work/deepseek-harness-plus/deepseek-harness-plus/packages/plus/dataops/src/client/DataOpsSection.module.css.mjs
199
- const css = ".-x0sCW_section{max-width:720px;color:var(--dsw-alias-label-primary);flex-direction:column;gap:12px;display:flex}.-x0sCW_title{margin:0;font-size:16px;font-weight:500;line-height:24px}.-x0sCW_body{flex-direction:column;gap:14px;display:flex}.-x0sCW_confirmCopy{color:var(--dsw-alias-label-tertiary);margin:0;font-size:14px;line-height:22px}.-x0sCW_statusRow,.-x0sCW_accountRow,.-x0sCW_actions,.-x0sCW_confirmActions{align-items:center;display:flex}.-x0sCW_statusRow{gap:8px;min-height:24px}.-x0sCW_statusLabel{min-width:0;font-size:14px;font-weight:500;line-height:22px}.-x0sCW_accountRow{background:var(--dsw-alias-interactive-bg-hover);border-radius:8px;gap:12px;padding:12px}.-x0sCW_avatar{background:var(--dsw-alias-interactive-bg-hover-solid);width:40px;height:40px;color:var(--dsw-alias-label-primary);border-radius:50%;flex:0 0 40px;place-items:center;font-size:14px;font-weight:600;display:grid}.-x0sCW_accountCopy{flex-direction:column;gap:1px;min-width:0;display:flex}.-x0sCW_accountCopy strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;line-height:22px;overflow:hidden}.-x0sCW_accountCopy span{color:var(--dsw-alias-label-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:18px;overflow:hidden}.-x0sCW_actions,.-x0sCW_confirmActions{flex-wrap:wrap;gap:8px}.-x0sCW_confirmBox{border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-interactive-bg-hover);border-radius:8px;flex-direction:column;gap:10px;padding:12px;display:flex}.-x0sCW_confirmTitle{margin:0;font-size:14px;font-weight:500;line-height:22px}.-x0sCW_hint{color:var(--dsw-alias-label-tertiary);margin:0;font-size:12px;line-height:18px}.-x0sCW_error{color:var(--dsw-alias-state-error-primary);margin:0;font-size:12px;line-height:18px}@media (width<=560px){.-x0sCW_actions>button,.-x0sCW_confirmActions>button{flex:auto}}";
199
+ const css = ".-x0sCW_section{max-width:720px;color:var(--dsw-alias-label-primary);flex-direction:column;gap:12px;display:flex}.-x0sCW_title{margin:0;font-size:16px;font-weight:500;line-height:24px}.-x0sCW_body{flex-direction:column;gap:14px;display:flex}.-x0sCW_confirmCopy{color:var(--dsw-alias-label-tertiary);margin:0;font-size:14px;line-height:22px}.-x0sCW_statusRow,.-x0sCW_accountRow,.-x0sCW_actions,.-x0sCW_confirmActions{align-items:center;display:flex}.-x0sCW_statusRow{gap:8px;min-height:24px}.-x0sCW_statusLabel{min-width:0;font-size:14px;font-weight:500;line-height:22px}.-x0sCW_accountRow{background:var(--dsw-alias-interactive-bg-hover);border-radius:8px;gap:12px;padding:12px}.-x0sCW_avatar{corner-shape:round;background:var(--dsw-alias-interactive-bg-hover-solid);width:40px;height:40px;color:var(--dsw-alias-label-primary);border-radius:50%;flex:0 0 40px;place-items:center;font-size:14px;font-weight:600;display:grid}.-x0sCW_accountCopy{flex-direction:column;gap:1px;min-width:0;display:flex}.-x0sCW_accountCopy strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;line-height:22px;overflow:hidden}.-x0sCW_accountCopy span{color:var(--dsw-alias-label-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:18px;overflow:hidden}.-x0sCW_actions,.-x0sCW_confirmActions{flex-wrap:wrap;gap:8px}.-x0sCW_confirmBox{border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-interactive-bg-hover);border-radius:8px;flex-direction:column;gap:10px;padding:12px;display:flex}.-x0sCW_confirmTitle{margin:0;font-size:14px;font-weight:500;line-height:22px}.-x0sCW_hint{color:var(--dsw-alias-label-tertiary);margin:0;font-size:12px;line-height:18px}.-x0sCW_error{color:var(--dsw-alias-state-error-primary);margin:0;font-size:12px;line-height:18px}@media (width<=560px){.-x0sCW_actions>button,.-x0sCW_confirmActions>button{flex:auto}}";
200
200
  const tagId = "@sparkelf/dsh-plugin-dataops/DataOpsSection.module.css";
201
201
  if (typeof document !== "undefined" && document.querySelector("style[data-plugin-css=" + JSON.stringify(tagId) + "]") === null) {
202
202
  const tag = document.createElement("style");
package/package.json CHANGED
@@ -5,21 +5,21 @@
5
5
  "description": "Standalone DataOps MCP integration with delegated browser authorization and Settings UI",
6
6
  "devDependencies": {
7
7
  "@deepseek-ai/cordis": "^4.0.2",
8
- "@deepseek-ai/dsh-api-remotes": "^0.1.3-alpha.1",
9
- "@deepseek-ai/dsh-brand": "^0.1.3-alpha.1",
10
- "@deepseek-ai/dsh-client-connection": "^0.1.3-alpha.1",
11
- "@deepseek-ai/dsh-client-locale": "^0.1.3-alpha.1",
12
- "@deepseek-ai/dsh-client-store": "^0.1.3-alpha.1",
13
- "@deepseek-ai/dsh-client-ui-layout": "^0.1.3-alpha.1",
14
- "@deepseek-ai/dsh-client-ui-primitives": "^0.1.3-alpha.1",
15
- "@deepseek-ai/dsh-client-ui-renderer": "^0.1.3-alpha.1",
16
- "@deepseek-ai/dsh-client-ui-settings": "^0.1.3-alpha.1",
17
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.3-alpha.1",
18
- "@deepseek-ai/dsh-credentials": "^0.1.3-alpha.1",
19
- "@deepseek-ai/dsh-host-webserver": "^0.1.3-alpha.1",
20
- "@deepseek-ai/dsh-timeout": "^0.1.3-alpha.1",
21
- "@deepseek-ai/dsh-tools": "^0.1.3-alpha.1",
22
- "@sparkelf/dsh-plugin-mcp-credentials": "^0.1.0-rc.22",
8
+ "@deepseek-ai/dsh-api-remotes": "^0.1.5-rc.2",
9
+ "@deepseek-ai/dsh-brand": "^0.1.5-rc.2",
10
+ "@deepseek-ai/dsh-client-connection": "^0.1.5-rc.2",
11
+ "@deepseek-ai/dsh-client-locale": "^0.1.5-rc.2",
12
+ "@deepseek-ai/dsh-client-store": "^0.1.5-rc.2",
13
+ "@deepseek-ai/dsh-client-ui-layout": "^0.1.5-rc.2",
14
+ "@deepseek-ai/dsh-client-ui-primitives": "^0.1.5-rc.2",
15
+ "@deepseek-ai/dsh-client-ui-renderer": "^0.1.5-rc.2",
16
+ "@deepseek-ai/dsh-client-ui-settings": "^0.1.5-rc.2",
17
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.5-rc.2",
18
+ "@deepseek-ai/dsh-credentials": "^0.1.5-rc.2",
19
+ "@deepseek-ai/dsh-host-webserver": "^0.1.5-rc.2",
20
+ "@deepseek-ai/dsh-timeout": "^0.1.5-rc.2",
21
+ "@deepseek-ai/dsh-tools": "^0.1.5-rc.2",
22
+ "@sparkelf/dsh-plugin-mcp-credentials": "^0.1.0-rc.26",
23
23
  "@types/react": "~18.3.1",
24
24
  "react": "^18.2.0"
25
25
  },
@@ -57,18 +57,18 @@
57
57
  "name": "@sparkelf/dsh-plugin-dataops",
58
58
  "peerDependencies": {
59
59
  "@deepseek-ai/cordis": ">=4.0.1",
60
- "@deepseek-ai/dsh-api-remotes": ">=0.1.3-alpha.1",
61
- "@deepseek-ai/dsh-brand": ">=0.1.3-alpha.1",
62
- "@deepseek-ai/dsh-client-connection": ">=0.1.3-alpha.1",
63
- "@deepseek-ai/dsh-client-locale": ">=0.1.3-alpha.1",
64
- "@deepseek-ai/dsh-client-ui-layout": ">=0.1.3-alpha.1",
65
- "@deepseek-ai/dsh-client-ui-renderer": ">=0.1.3-alpha.1",
66
- "@deepseek-ai/dsh-client-ui-settings": ">=0.1.3-alpha.1",
67
- "@deepseek-ai/dsh-credentials": ">=0.1.3-alpha.1",
68
- "@deepseek-ai/dsh-host-webserver": ">=0.1.3-alpha.1",
69
- "@deepseek-ai/dsh-timeout": ">=0.1.3-alpha.1",
70
- "@deepseek-ai/dsh-tools": ">=0.1.3-alpha.1",
71
- "@sparkelf/dsh-plugin-mcp-credentials": ">=0.1.0-rc.12"
60
+ "@deepseek-ai/dsh-api-remotes": ">=0.1.5-rc.2",
61
+ "@deepseek-ai/dsh-brand": ">=0.1.5-rc.2",
62
+ "@deepseek-ai/dsh-client-connection": ">=0.1.5-rc.2",
63
+ "@deepseek-ai/dsh-client-locale": ">=0.1.5-rc.2",
64
+ "@deepseek-ai/dsh-client-ui-layout": ">=0.1.5-rc.2",
65
+ "@deepseek-ai/dsh-client-ui-renderer": ">=0.1.5-rc.2",
66
+ "@deepseek-ai/dsh-client-ui-settings": ">=0.1.5-rc.2",
67
+ "@deepseek-ai/dsh-credentials": ">=0.1.5-rc.2",
68
+ "@deepseek-ai/dsh-host-webserver": ">=0.1.5-rc.2",
69
+ "@deepseek-ai/dsh-timeout": ">=0.1.5-rc.2",
70
+ "@deepseek-ai/dsh-tools": ">=0.1.5-rc.2",
71
+ "@sparkelf/dsh-plugin-mcp-credentials": ">=0.1.0-rc.26"
72
72
  },
73
73
  "publishConfig": {
74
74
  "access": "public"
@@ -76,7 +76,7 @@
76
76
  "repository": {
77
77
  "directory": "packages/plus/dataops",
78
78
  "type": "git",
79
- "url": "git+https://github.com/SparkElf/deepseek-harness-plus.git"
79
+ "url": "git+https://github.com/deepseek-ai/deepseek-harness.git"
80
80
  },
81
81
  "scripts": {
82
82
  "bundle": "tsdown",
@@ -84,5 +84,5 @@
84
84
  },
85
85
  "type": "module",
86
86
  "types": "lib/types/index.d.ts",
87
- "version": "0.1.0-rc.22"
87
+ "version": "0.1.0-rc.26"
88
88
  }