@clawos-dev/clawd 0.2.296 → 0.2.298
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
|
@@ -58950,7 +58950,7 @@ function computeMethodAccess(args) {
|
|
|
58950
58950
|
}
|
|
58951
58951
|
|
|
58952
58952
|
// src/version.ts
|
|
58953
|
-
var version = "0.2.
|
|
58953
|
+
var version = "0.2.298".length > 0 ? "0.2.298" : "dev";
|
|
58954
58954
|
|
|
58955
58955
|
// src/cli-probe/probe.ts
|
|
58956
58956
|
var fs56 = __toESM(require("fs"), 1);
|