@clawos-dev/clawd 0.2.289 → 0.2.290
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
|
@@ -58789,7 +58789,7 @@ function computeMethodAccess(args) {
|
|
|
58789
58789
|
}
|
|
58790
58790
|
|
|
58791
58791
|
// src/version.ts
|
|
58792
|
-
var version = "0.2.
|
|
58792
|
+
var version = "0.2.290".length > 0 ? "0.2.290" : "dev";
|
|
58793
58793
|
|
|
58794
58794
|
// src/cli-probe/probe.ts
|
|
58795
58795
|
var fs55 = __toESM(require("fs"), 1);
|