@clawos-dev/clawd 0.2.322 → 0.2.323
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
|
@@ -59878,7 +59878,7 @@ function computeMethodAccess(args) {
|
|
|
59878
59878
|
}
|
|
59879
59879
|
|
|
59880
59880
|
// src/version.ts
|
|
59881
|
-
var version = "0.2.
|
|
59881
|
+
var version = "0.2.323".length > 0 ? "0.2.323" : "dev";
|
|
59882
59882
|
|
|
59883
59883
|
// src/cli-probe/probe.ts
|
|
59884
59884
|
var fs58 = __toESM(require("fs"), 1);
|