@chriscode/hush 5.0.7 → 5.0.8

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.
@@ -114,8 +114,8 @@ export async function runCommand(ctx, options) {
114
114
  ctx.logger.warn(`Warning: ${unresolved.length} vars have unresolved references: ${unresolved.join(', ')}`);
115
115
  }
116
116
  const childEnv = {
117
- ...ctx.process.env,
118
117
  ...Object.fromEntries(vars.map(v => [v.key, v.value])),
118
+ ...ctx.process.env,
119
119
  };
120
120
  const [cmd, ...args] = command;
121
121
  const result = ctx.exec.spawnSync(cmd, args, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chriscode/hush",
3
- "version": "5.0.7",
3
+ "version": "5.0.8",
4
4
  "description": "SOPS-based secrets management for monorepos. Encrypt once, decrypt everywhere.",
5
5
  "type": "module",
6
6
  "bin": {