@clawos-dev/clawd 0.2.337 → 0.2.338

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
@@ -60134,7 +60134,7 @@ function computeMethodAccess(args) {
60134
60134
  }
60135
60135
 
60136
60136
  // src/version.ts
60137
- var version = "0.2.337".length > 0 ? "0.2.337" : "dev";
60137
+ var version = "0.2.338".length > 0 ? "0.2.338" : "dev";
60138
60138
 
60139
60139
  // src/cli-probe/probe.ts
60140
60140
  var fs59 = __toESM(require("fs"), 1);