@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.
- package/bin/d5cli +2 -1
- 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.
|
|
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
|
}
|