@qodalis/cli-files 2.0.0-beta.1 → 2.0.0-beta.2

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.
@@ -2692,7 +2692,7 @@ var files = (() => {
2692
2692
  };
2693
2693
 
2694
2694
  // src/lib/version.ts
2695
- var LIBRARY_VERSION = "2.0.0-beta.1";
2695
+ var LIBRARY_VERSION = "2.0.0-beta.2";
2696
2696
  var API_VERSION = 2;
2697
2697
 
2698
2698
  // src/lib/interfaces/i-file-system-service.ts
@@ -2704,7 +2704,7 @@ var files = (() => {
2704
2704
  var ROOT_KEY = "root";
2705
2705
  var CWD_KEY = "cwd";
2706
2706
  var HOME_KEY = "home";
2707
- var DEFAULT_HOME = "/home/user";
2707
+ var DEFAULT_HOME = "/";
2708
2708
  function createSeedFileSystem() {
2709
2709
  const now = Date.now();
2710
2710
  return {