@d5render/cli 0.1.27 → 0.1.28

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/bin/d5cli +2 -2
  2. package/package.json +1 -1
package/bin/d5cli CHANGED
@@ -7,7 +7,7 @@ import { fileURLToPath } from "node:url";
7
7
 
8
8
  //#region package.json
9
9
  var name$1 = "@d5render/cli";
10
- var version = "0.1.27";
10
+ var version = "0.1.28";
11
11
 
12
12
  //#endregion
13
13
  //#region packages/gitlab/url.ts
@@ -280,7 +280,7 @@ Otherwise, use chinese as default language to call the mcp tool '${name}-${repor
280
280
  copilot.stderr.setEncoding("utf8");
281
281
  let str = "";
282
282
  function write(chunk) {
283
- console.log(String(chunk));
283
+ console.log("这个是写:" + String(chunk));
284
284
  }
285
285
  copilot.stdout.on("data", (chunk) => {
286
286
  str += chunk;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "license": "MIT",
5
5
  "author": "jasirou",
6
6
  "main": "./bin/d5cli",
7
- "version": "0.1.27",
7
+ "version": "0.1.28",
8
8
  "devDependencies": {
9
9
  "@modelcontextprotocol/sdk": "^1.25.1",
10
10
  "@types/node": "^25.0.3",