@d5render/cli 0.1.72 → 0.1.73

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
@@ -8,7 +8,7 @@ import { fileURLToPath } from "node:url";
8
8
 
9
9
  //#region package.json
10
10
  var name$1 = "@d5render/cli";
11
- var version = "0.1.72";
11
+ var version = "0.1.73";
12
12
 
13
13
  //#endregion
14
14
  //#region packages/env.ts
@@ -317,6 +317,7 @@ async function cli() {
317
317
  if (httpProxy) env.HTTP_PROXY = httpProxy;
318
318
  if (httpsProxy) env.HTTPS_PROXY = httpsProxy;
319
319
  console.log("@d5render/cli version:", VERSION);
320
+ console.log("@d5render/cli env:", env);
320
321
  const child = spawn(bind, [
321
322
  ...tools,
322
323
  "-p",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d5render/cli",
3
- "version": "0.1.72",
3
+ "version": "0.1.73",
4
4
  "license": "MIT",
5
5
  "author": "jasirou",
6
6
  "bin": {