@clawos-dev/clawd 0.2.328 → 0.2.329
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
|
@@ -59990,7 +59990,7 @@ function computeMethodAccess(args) {
|
|
|
59990
59990
|
}
|
|
59991
59991
|
|
|
59992
59992
|
// src/version.ts
|
|
59993
|
-
var version = "0.2.
|
|
59993
|
+
var version = "0.2.329".length > 0 ? "0.2.329" : "dev";
|
|
59994
59994
|
|
|
59995
59995
|
// src/cli-probe/probe.ts
|
|
59996
59996
|
var fs59 = __toESM(require("fs"), 1);
|