@clawos-dev/clawd 0.2.311 → 0.2.313

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
@@ -59356,7 +59356,7 @@ function computeMethodAccess(args) {
59356
59356
  }
59357
59357
 
59358
59358
  // src/version.ts
59359
- var version = "0.2.311".length > 0 ? "0.2.311" : "dev";
59359
+ var version = "0.2.313".length > 0 ? "0.2.313" : "dev";
59360
59360
 
59361
59361
  // src/cli-probe/probe.ts
59362
59362
  var fs56 = __toESM(require("fs"), 1);