@clawos-dev/clawd 0.2.331 → 0.2.332

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/cli.cjs CHANGED
@@ -60071,7 +60071,7 @@ function computeMethodAccess(args) {
60071
60071
  }
60072
60072
 
60073
60073
  // src/version.ts
60074
- var version = "0.2.331".length > 0 ? "0.2.331" : "dev";
60074
+ var version = "0.2.332".length > 0 ? "0.2.332" : "dev";
60075
60075
 
60076
60076
  // src/cli-probe/probe.ts
60077
60077
  var fs59 = __toESM(require("fs"), 1);