@clawos-dev/clawd 0.2.358 → 0.2.359
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
|
@@ -60453,7 +60453,7 @@ function computeMethodAccess(args) {
|
|
|
60453
60453
|
}
|
|
60454
60454
|
|
|
60455
60455
|
// src/version.ts
|
|
60456
|
-
var version = "0.2.
|
|
60456
|
+
var version = "0.2.359".length > 0 ? "0.2.359" : "dev";
|
|
60457
60457
|
|
|
60458
60458
|
// src/cli-probe/probe.ts
|
|
60459
60459
|
var fs60 = __toESM(require("fs"), 1);
|