@8btc/finance-assistant-mcp 0.0.60 → 0.0.61

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.60";
48
+ const version = "0.0.61";
49
49
  const pkgJSON = {
50
50
  version
51
51
  };
@@ -1545,7 +1545,7 @@ const getFileAutoRename = async (filePath) => {
1545
1545
  const getJsonDataIfExists = async (jsonPath, defaultValue) => {
1546
1546
  try {
1547
1547
  await fsPromises.access(jsonPath, fsPromises.constants.F_OK);
1548
- const jsonRes = await fsPromises.readFile(jsonPath);
1548
+ const jsonRes = await fsPromises.readFile(jsonPath, "utf-8");
1549
1549
  return JSON.parse(jsonRes.toString());
1550
1550
  } catch (err) {
1551
1551
  return defaultValue;
@@ -8546,7 +8546,7 @@ function Chapter7({
8546
8546
  /* @__PURE__ */ jsxRuntime.jsx("strong", { children: data.pattern_analysis.short_term.short_resistance })
8547
8547
  ] }),
8548
8548
  /* @__PURE__ */ jsxRuntime.jsxs("li", { children: [
8549
- "支持位:",
8549
+ "支撑位:",
8550
8550
  /* @__PURE__ */ jsxRuntime.jsx("strong", { children: data.pattern_analysis.short_term.short_support })
8551
8551
  ] }),
8552
8552
  /* @__PURE__ */ jsxRuntime.jsx("li", { children: data.pattern_analysis.short_term.pattern_desc })
@@ -8580,7 +8580,7 @@ function Chapter7({
8580
8580
  /* @__PURE__ */ jsxRuntime.jsx("strong", { children: data.pattern_analysis.intermediate_term.resistance })
8581
8581
  ] }),
8582
8582
  /* @__PURE__ */ jsxRuntime.jsxs("li", { children: [
8583
- "支持位:",
8583
+ "支撑位:",
8584
8584
  /* @__PURE__ */ jsxRuntime.jsx("strong", { children: data.pattern_analysis.intermediate_term.support })
8585
8585
  ] }),
8586
8586
  /* @__PURE__ */ jsxRuntime.jsx("li", { children: data.pattern_analysis.intermediate_term.pattern_desc })
@@ -8614,7 +8614,7 @@ function Chapter7({
8614
8614
  /* @__PURE__ */ jsxRuntime.jsx("strong", { children: data.pattern_analysis.long_term.resistance })
8615
8615
  ] }),
8616
8616
  /* @__PURE__ */ jsxRuntime.jsxs("li", { children: [
8617
- "支持位:",
8617
+ "支撑位:",
8618
8618
  /* @__PURE__ */ jsxRuntime.jsx("strong", { children: data.pattern_analysis.long_term.support })
8619
8619
  ] }),
8620
8620
  /* @__PURE__ */ jsxRuntime.jsx("li", { children: data.pattern_analysis.long_term.pattern_desc })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@8btc/finance-assistant-mcp",
3
- "version": "0.0.60",
3
+ "version": "0.0.61",
4
4
  "description": "财经agent辅助mcp工具",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",