@clawos-dev/clawd 0.2.309 → 0.2.310
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/dist/share-md-viewer-error.html +1 -1
- package/dist/share-md-viewer.html +1 -1
- package/dist/share-ui/assets/{guest-CTxN2K1h.js → guest-CaYD8oY9.js} +125 -125
- package/dist/share-ui/assets/guest-DNtukB43.css +32 -0
- package/dist/share-ui/guest.html +2 -2
- package/package.json +1 -1
- package/dist/share-ui/assets/guest-BTdtu4sV.css +0 -32
package/dist/cli.cjs
CHANGED
|
@@ -59356,7 +59356,7 @@ function computeMethodAccess(args) {
|
|
|
59356
59356
|
}
|
|
59357
59357
|
|
|
59358
59358
|
// src/version.ts
|
|
59359
|
-
var version = "0.2.
|
|
59359
|
+
var version = "0.2.310".length > 0 ? "0.2.310" : "dev";
|
|
59360
59360
|
|
|
59361
59361
|
// src/cli-probe/probe.ts
|
|
59362
59362
|
var fs56 = __toESM(require("fs"), 1);
|