@clawos-dev/clawd 0.2.377 → 0.2.378
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 +1 -1
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -61193,7 +61193,7 @@ function computeMethodAccess(args) {
|
|
|
61193
61193
|
}
|
|
61194
61194
|
|
|
61195
61195
|
// src/version.ts
|
|
61196
|
-
var version = "0.2.
|
|
61196
|
+
var version = "0.2.378".length > 0 ? "0.2.378" : "dev";
|
|
61197
61197
|
|
|
61198
61198
|
// src/cli-probe/probe.ts
|
|
61199
61199
|
var fs64 = __toESM(require("fs"), 1);
|