dsh-plugin-shop 0.4.11 → 0.4.12

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 (3) hide show
  1. package/README.md +3 -3
  2. package/lib/client.js +12 -21
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -52,9 +52,9 @@ install them once with `npm install -g @deepseek-ai/dsh pnpm` and verify with
52
52
  # holds back very recent releases, so a bare `add dsh-plugin-shop` can hand
53
53
  # you an older version for a while. Pin the current release — refresh it
54
54
  # with `npm view dsh-plugin-shop version`.
55
- dsh plugin --profile web add dsh-plugin-shop@0.4.11
55
+ dsh plugin --profile web add dsh-plugin-shop@0.4.12
56
56
  # or straight through npx, nothing installed:
57
- npx -y @deepseek-ai/dsh plugin --profile web add dsh-plugin-shop@0.4.11
57
+ npx -y @deepseek-ai/dsh plugin --profile web add dsh-plugin-shop@0.4.12
58
58
  ```
59
59
 
60
60
  Replace `web` with your profile if you use another one. Then restart `dsh` once — a
@@ -84,7 +84,7 @@ ls -1 "${DSH_HOME:-$HOME/.dsh}/profiles" | grep -v '^node_modules$'
84
84
  cooldown, and deterministic installs are the point of the agent path.
85
85
 
86
86
  ```sh
87
- dsh plugin --profile <profile> add dsh-plugin-shop@0.4.11
87
+ dsh plugin --profile <profile> add dsh-plugin-shop@0.4.12
88
88
  ```
89
89
 
90
90
  **3. Verify — do not skip this.** A zero exit from step 2 means pnpm resolved the
package/lib/client.js CHANGED
@@ -4817,7 +4817,6 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4817
4817
  refresh: "刷新",
4818
4818
  staleLabel: "显示 {date} 的快照",
4819
4819
  showing: "显示前 {shown} 个(共 {total})· 继续滚动加载",
4820
- version: "版本",
4821
4820
  repository: "仓库",
4822
4821
  license: "许可",
4823
4822
  reviewedVersionLine: "已审核 v{reviewed} / 当前 v{current} 未审核",
@@ -4889,7 +4888,6 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4889
4888
  refresh: "Refresh",
4890
4889
  staleLabel: "showing {date}",
4891
4890
  showing: "showing first {shown} of {total} — scroll to load more",
4892
- version: "Version",
4893
4891
  repository: "Repository",
4894
4892
  license: "License",
4895
4893
  reviewedVersionLine: "reviewed v{reviewed} / current v{current} unreviewed",
@@ -5289,25 +5287,18 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5289
5287
  className: _dsh_plugin_shop_css_e3675a89_default.detail,
5290
5288
  children: [/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("dl", {
5291
5289
  className: _dsh_plugin_shop_css_e3675a89_default.detailRows,
5292
- children: [
5293
- /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
5294
- className: _dsh_plugin_shop_css_e3675a89_default.detailRow,
5295
- children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("dt", { children: t("version") }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("dd", { children: entry.version })]
5296
- }),
5297
- entry.repository !== null && /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
5298
- className: _dsh_plugin_shop_css_e3675a89_default.detailRow,
5299
- children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("dt", { children: t("repository") }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("dd", { children: /^https?:\/\//.test(entry.repository) ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)("a", {
5300
- href: entry.repository,
5301
- target: "_blank",
5302
- rel: "noopener noreferrer",
5303
- children: entry.repository
5304
- }) : entry.repository })]
5305
- }),
5306
- entry.license !== null && /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
5307
- className: _dsh_plugin_shop_css_e3675a89_default.detailRow,
5308
- children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("dt", { children: t("license") }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("dd", { children: entry.license })]
5309
- })
5310
- ]
5290
+ children: [entry.repository !== null && /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
5291
+ className: _dsh_plugin_shop_css_e3675a89_default.detailRow,
5292
+ children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("dt", { children: t("repository") }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("dd", { children: /^https?:\/\//.test(entry.repository) ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)("a", {
5293
+ href: entry.repository,
5294
+ target: "_blank",
5295
+ rel: "noopener noreferrer",
5296
+ children: entry.repository
5297
+ }) : entry.repository })]
5298
+ }), entry.license !== null && /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
5299
+ className: _dsh_plugin_shop_css_e3675a89_default.detailRow,
5300
+ children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("dt", { children: t("license") }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("dd", { children: entry.license })]
5301
+ })]
5311
5302
  }), entry.tier === "verified-stale" && entry.review !== void 0 && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("p", {
5312
5303
  className: _dsh_plugin_shop_css_e3675a89_default.reviewedLine,
5313
5304
  children: t("reviewedVersionLine", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-plugin-shop",
3
- "version": "0.4.11",
3
+ "version": "0.4.12",
4
4
  "description": "The DeepSeek Harness plugin shop: browse, install, enable, and update dsh plugins from a git-auditable catalog.",
5
5
  "repository": {
6
6
  "type": "git",