@clawos-dev/clawd 0.2.267 → 0.2.268
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
|
@@ -56222,7 +56222,7 @@ function computeMethodAccess(args) {
|
|
|
56222
56222
|
}
|
|
56223
56223
|
|
|
56224
56224
|
// src/version.ts
|
|
56225
|
-
var version = "0.2.
|
|
56225
|
+
var version = "0.2.268".length > 0 ? "0.2.268" : "dev";
|
|
56226
56226
|
|
|
56227
56227
|
// src/cli-probe/probe.ts
|
|
56228
56228
|
var fs54 = __toESM(require("fs"), 1);
|