@clawos-dev/clawd 0.2.297 → 0.2.299
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
|
@@ -59036,7 +59036,7 @@ function computeMethodAccess(args) {
|
|
|
59036
59036
|
}
|
|
59037
59037
|
|
|
59038
59038
|
// src/version.ts
|
|
59039
|
-
var version = "0.2.
|
|
59039
|
+
var version = "0.2.299".length > 0 ? "0.2.299" : "dev";
|
|
59040
59040
|
|
|
59041
59041
|
// src/cli-probe/probe.ts
|
|
59042
59042
|
var fs56 = __toESM(require("fs"), 1);
|