@clawos-dev/clawd 0.2.282 → 0.2.284

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
@@ -58124,7 +58124,7 @@ function computeMethodAccess(args) {
58124
58124
  }
58125
58125
 
58126
58126
  // src/version.ts
58127
- var version = "0.2.282".length > 0 ? "0.2.282" : "dev";
58127
+ var version = "0.2.284".length > 0 ? "0.2.284" : "dev";
58128
58128
 
58129
58129
  // src/cli-probe/probe.ts
58130
58130
  var fs54 = __toESM(require("fs"), 1);