@clawos-dev/clawd 0.2.379 → 0.2.380
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
|
@@ -61195,7 +61195,7 @@ function computeMethodAccess(args) {
|
|
|
61195
61195
|
}
|
|
61196
61196
|
|
|
61197
61197
|
// src/version.ts
|
|
61198
|
-
var version = "0.2.
|
|
61198
|
+
var version = "0.2.380".length > 0 ? "0.2.380" : "dev";
|
|
61199
61199
|
|
|
61200
61200
|
// src/cli-probe/probe.ts
|
|
61201
61201
|
var fs64 = __toESM(require("fs"), 1);
|