@genesislcap/foundation-cli 14.331.0 → 14.332.0

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.
@@ -132,7 +132,7 @@ class Task {
132
132
  if (result.status !== 0) {
133
133
  const error = result.error
134
134
  ? result.error.stack
135
- : (_f = (_e = result.stderr) === null || _e === void 0 ? void 0 : _e.toString()) !== null && _f !== void 0 ? _f : 'unknown error';
135
+ : ((_f = (_e = result.stderr) === null || _e === void 0 ? void 0 : _e.toString()) !== null && _f !== void 0 ? _f : 'unknown error');
136
136
  throw new Error(`unable to evaluate environment variable ${key}=${value}: ${error}`);
137
137
  }
138
138
  output[key] = result.stdout.toString('utf-8').trim();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-cli",
3
3
  "description": "Genesis Foundation CLI",
4
- "version": "14.331.0",
4
+ "version": "14.332.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "2325ef1975a2515b6da6a0e8daab8a6f1483d1be"
69
+ "gitHead": "6ddd2afd868bbcdbbf9a820449aff54ff2f32b95"
70
70
  }