hologit 0.46.0 → 0.46.1

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/lib/Studio.js +1 -1
  2. package/package.json +1 -1
package/lib/Studio.js CHANGED
@@ -26,7 +26,7 @@ function execDocker(args, options = { }) {
26
26
  }
27
27
 
28
28
  if (options.$relayStdout) {
29
- dockerProcess.stdout.pipe(process.stdout);
29
+ dockerProcess.stdout.pipe(process.stderr);
30
30
  }
31
31
 
32
32
  let stdout = '';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hologit",
3
- "version": "0.46.0",
3
+ "version": "0.46.1",
4
4
  "description": "Hologit automates the projection of layered composite file trees based on flat, declarative plans",
5
5
  "repository": "https://github.com/EmergencePlatform/hologit",
6
6
  "main": "lib/index.js",