@getmonoceros/workbench 1.6.10 → 1.6.11

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.
package/dist/bin.js CHANGED
@@ -2703,12 +2703,11 @@ function formatRootlessNotSupportedError() {
2703
2703
  ``,
2704
2704
  `You're running Docker in "rootless" mode right now. That setup`,
2705
2705
  `runs the daemon without root privileges \u2014 sounds safer, but it`,
2706
- `doesn't play well with the way Monoceros shares files between`,
2707
- `your host and the container. Specifically: files created inside`,
2708
- `the container (cloned repos, new commits, build output) end up`,
2709
- `with ownership that your normal host user can't edit without`,
2710
- `sudo. That breaks the "edit on host, run in container" loop the`,
2711
- `entire workflow is built around.`,
2706
+ `remaps user IDs between your host and the container in a way`,
2707
+ `that prevents the container from writing into the directories`,
2708
+ `Monoceros mounts into it. Cloning your repos, running`,
2709
+ `\`npm install\`, building \u2014 all fail with permission errors at`,
2710
+ `the first attempt.`,
2712
2711
  ``,
2713
2712
  `To fix, switch back to standard rootful Docker:`,
2714
2713
  ``,
@@ -3005,7 +3004,7 @@ function warnOnDeprecatedFeatureRefs(containerFeatures, globalConfig, logger) {
3005
3004
  }
3006
3005
 
3007
3006
  // src/version.ts
3008
- var CLI_VERSION = true ? "1.6.10" : "dev";
3007
+ var CLI_VERSION = true ? "1.6.11" : "dev";
3009
3008
 
3010
3009
  // src/commands/_dispatch.ts
3011
3010
  import { consola as consola11 } from "consola";