@clawos-dev/clawd 0.2.273 → 0.2.274
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
|
@@ -57914,7 +57914,7 @@ function computeMethodAccess(args) {
|
|
|
57914
57914
|
}
|
|
57915
57915
|
|
|
57916
57916
|
// src/version.ts
|
|
57917
|
-
var version = "0.2.
|
|
57917
|
+
var version = "0.2.274".length > 0 ? "0.2.274" : "dev";
|
|
57918
57918
|
|
|
57919
57919
|
// src/cli-probe/probe.ts
|
|
57920
57920
|
var fs54 = __toESM(require("fs"), 1);
|