@clawos-dev/clawd 0.2.339 → 0.2.341

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
@@ -60150,7 +60150,7 @@ function computeMethodAccess(args) {
60150
60150
  }
60151
60151
 
60152
60152
  // src/version.ts
60153
- var version = "0.2.339".length > 0 ? "0.2.339" : "dev";
60153
+ var version = "0.2.341".length > 0 ? "0.2.341" : "dev";
60154
60154
 
60155
60155
  // src/cli-probe/probe.ts
60156
60156
  var fs59 = __toESM(require("fs"), 1);