@8btc/finance-assistant-mcp 0.0.42 → 0.0.43

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 (2) hide show
  1. package/dist/index.cjs +5 -5
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -45,7 +45,7 @@ function _interopNamespaceDefault(e) {
45
45
  }
46
46
  const echarts__namespace = /* @__PURE__ */ _interopNamespaceDefault(echarts);
47
47
  const d3__namespace = /* @__PURE__ */ _interopNamespaceDefault(d3);
48
- const version = "0.0.42";
48
+ const version = "0.0.43";
49
49
  const pkgJSON = {
50
50
  version
51
51
  };
@@ -762,7 +762,7 @@ function Chapter4Sector({ data }) {
762
762
  ] })
763
763
  ] }),
764
764
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "font-bold", children: "利好行业" }),
765
- /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "table space-y-2", children: d.industry_impact.bullish_industries.map((it, index) => {
765
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "list space-y-2", children: d.industry_impact.bullish_industries.map((it, index) => {
766
766
  return /* @__PURE__ */ jsxRuntime.jsxs("li", { children: [
767
767
  /* @__PURE__ */ jsxRuntime.jsxs("strong", { children: [
768
768
  it.sector,
@@ -772,14 +772,14 @@ function Chapter4Sector({ data }) {
772
772
  }),
773
773
  "):"
774
774
  ] }),
775
- /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "table my-1", children: /* @__PURE__ */ jsxRuntime.jsxs("li", { children: [
775
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "list my-1", children: /* @__PURE__ */ jsxRuntime.jsxs("li", { children: [
776
776
  /* @__PURE__ */ jsxRuntime.jsx("strong", { children: "逻辑:" }),
777
777
  it.reason
778
778
  ] }) })
779
779
  ] }, index);
780
780
  }) }),
781
781
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "font-bold", children: "利空行业" }),
782
- /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "table space-y-2", children: d.industry_impact.bearish_industries.map((it, index) => {
782
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "list space-y-2", children: d.industry_impact.bearish_industries.map((it, index) => {
783
783
  return /* @__PURE__ */ jsxRuntime.jsxs("li", { children: [
784
784
  /* @__PURE__ */ jsxRuntime.jsxs("strong", { children: [
785
785
  it.sector,
@@ -789,7 +789,7 @@ function Chapter4Sector({ data }) {
789
789
  }),
790
790
  "):"
791
791
  ] }),
792
- /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "table my-1", children: /* @__PURE__ */ jsxRuntime.jsxs("li", { children: [
792
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "list my-1", children: /* @__PURE__ */ jsxRuntime.jsxs("li", { children: [
793
793
  /* @__PURE__ */ jsxRuntime.jsx("strong", { children: "逻辑:" }),
794
794
  it.reason
795
795
  ] }) })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@8btc/finance-assistant-mcp",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "description": "财经agent辅助mcp工具",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",