@clawos-dev/clawd 0.2.345 → 0.2.346

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
@@ -60236,7 +60236,7 @@ function computeMethodAccess(args) {
60236
60236
  }
60237
60237
 
60238
60238
  // src/version.ts
60239
- var version = "0.2.345".length > 0 ? "0.2.345" : "dev";
60239
+ var version = "0.2.346".length > 0 ? "0.2.346" : "dev";
60240
60240
 
60241
60241
  // src/cli-probe/probe.ts
60242
60242
  var fs59 = __toESM(require("fs"), 1);