@clawos-dev/clawd 0.2.364 → 0.2.365
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
|
@@ -60613,7 +60613,7 @@ function computeMethodAccess(args) {
|
|
|
60613
60613
|
}
|
|
60614
60614
|
|
|
60615
60615
|
// src/version.ts
|
|
60616
|
-
var version = "0.2.
|
|
60616
|
+
var version = "0.2.365".length > 0 ? "0.2.365" : "dev";
|
|
60617
60617
|
|
|
60618
60618
|
// src/cli-probe/probe.ts
|
|
60619
60619
|
var fs62 = __toESM(require("fs"), 1);
|