@gapi/gcli 1.8.205 → 1.8.206

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/package.json +1 -1
  2. package/release/index.js +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gapi/gcli",
3
- "version": "1.8.205",
3
+ "version": "1.8.206",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/Stradivario/gapi.git"
package/release/index.js CHANGED
@@ -318453,7 +318453,8 @@ async function start(args) {
318453
318453
  startCommand,
318454
318454
  ["--disable-warning=DEP0040", outfile],
318455
318455
  {
318456
- stdio: "inherit"
318456
+ stdio: "inherit",
318457
+ env: process.env
318457
318458
  }
318458
318459
  );
318459
318460
  }),
@@ -318510,7 +318511,8 @@ async function start(args) {
318510
318511
  startCommand,
318511
318512
  ["--disable-warning=DEP0040", outfile],
318512
318513
  {
318513
- stdio: "inherit"
318514
+ stdio: "inherit",
318515
+ env: process.env
318514
318516
  }
318515
318517
  );
318516
318518
  })