@clawos-dev/clawd 0.2.366 → 0.2.367
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
|
@@ -60894,7 +60894,7 @@ function computeMethodAccess(args) {
|
|
|
60894
60894
|
}
|
|
60895
60895
|
|
|
60896
60896
|
// src/version.ts
|
|
60897
|
-
var version = "0.2.
|
|
60897
|
+
var version = "0.2.367".length > 0 ? "0.2.367" : "dev";
|
|
60898
60898
|
|
|
60899
60899
|
// src/cli-probe/probe.ts
|
|
60900
60900
|
var fs62 = __toESM(require("fs"), 1);
|