@clawos-dev/clawd 0.2.342 → 0.2.343

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
@@ -60225,7 +60225,7 @@ function computeMethodAccess(args) {
60225
60225
  }
60226
60226
 
60227
60227
  // src/version.ts
60228
- var version = "0.2.342".length > 0 ? "0.2.342" : "dev";
60228
+ var version = "0.2.343".length > 0 ? "0.2.343" : "dev";
60229
60229
 
60230
60230
  // src/cli-probe/probe.ts
60231
60231
  var fs59 = __toESM(require("fs"), 1);