@d5render/cli 0.1.53 → 0.1.54

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 -1
  2. package/package.json +1 -1
package/bin/d5cli CHANGED
@@ -107,7 +107,7 @@ function installCopilot() {
107
107
  //#endregion
108
108
  //#region package.json
109
109
  var name = "@d5render/cli";
110
- var version = "0.1.53";
110
+ var version = "0.1.54";
111
111
 
112
112
  //#endregion
113
113
  //#region packages/gitlab/url.ts
@@ -286,6 +286,7 @@ Otherwise, use chinese as default language to call the mcp tool '${name$1}-${rep
286
286
  ],
287
287
  ...platform === "win32" && { windowsHide: true },
288
288
  env: {
289
+ ...process.env,
289
290
  HTTP_PROXY: process.env.HTTP_PROXY || process.env.http_proxy || "",
290
291
  HTTPS_PROXY: process.env.HTTPS_PROXY || process.env.https_proxy || ""
291
292
  }
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.53",
7
+ "version": "0.1.54",
8
8
  "devDependencies": {
9
9
  "@modelcontextprotocol/sdk": "^1.25.1",
10
10
  "@types/node": "^25.0.3",