@clawos-dev/clawd 0.2.349 → 0.2.350
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
|
@@ -60227,7 +60227,7 @@ function computeMethodAccess(args) {
|
|
|
60227
60227
|
}
|
|
60228
60228
|
|
|
60229
60229
|
// src/version.ts
|
|
60230
|
-
var version = "0.2.
|
|
60230
|
+
var version = "0.2.350".length > 0 ? "0.2.350" : "dev";
|
|
60231
60231
|
|
|
60232
60232
|
// src/cli-probe/probe.ts
|
|
60233
60233
|
var fs59 = __toESM(require("fs"), 1);
|