@d5render/cli 0.1.80 → 0.1.81

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
@@ -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.80";
11
+ var version = "0.1.81";
12
12
 
13
13
  //#endregion
14
14
  //#region packages/env.ts
@@ -319,7 +319,7 @@ async function cli() {
319
319
  if (httpsProxy) env.HTTPS_PROXY = httpsProxy;
320
320
  console.log("@d5render/cli version:", VERSION);
321
321
  const child = spawn(bind, [
322
- ...getTools(),
322
+ ...tools,
323
323
  "-p",
324
324
  `"${common_review_prompt.replace(/"/g, "\\\"")}"`
325
325
  ], {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d5render/cli",
3
- "version": "0.1.80",
3
+ "version": "0.1.81",
4
4
  "license": "MIT",
5
5
  "author": "jasirou",
6
6
  "bin": {