@clawos-dev/clawd 0.2.276 → 0.2.277
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
|
@@ -57929,7 +57929,7 @@ function computeMethodAccess(args) {
|
|
|
57929
57929
|
}
|
|
57930
57930
|
|
|
57931
57931
|
// src/version.ts
|
|
57932
|
-
var version = "0.2.
|
|
57932
|
+
var version = "0.2.277".length > 0 ? "0.2.277" : "dev";
|
|
57933
57933
|
|
|
57934
57934
|
// src/cli-probe/probe.ts
|
|
57935
57935
|
var fs54 = __toESM(require("fs"), 1);
|