@clawos-dev/clawd 0.2.483 → 0.2.484
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
|
@@ -64551,7 +64551,7 @@ function computeMethodAccess(args) {
|
|
|
64551
64551
|
}
|
|
64552
64552
|
|
|
64553
64553
|
// src/version.ts
|
|
64554
|
-
var version = "0.2.
|
|
64554
|
+
var version = "0.2.484".length > 0 ? "0.2.484" : "dev";
|
|
64555
64555
|
|
|
64556
64556
|
// src/cli-probe/probe.ts
|
|
64557
64557
|
var fs70 = __toESM(require("fs"), 1);
|