@clawos-dev/clawd 0.2.305 → 0.2.307
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-BNecVsu7.js → guest-B5i77Yye.js} +1 -1
- package/dist/share-ui/assets/guest-BOW-xAoh.css +32 -0
- package/dist/share-ui/guest.html +2 -2
- package/package.json +1 -1
- package/dist/share-ui/assets/guest-ExdV_CFe.css +0 -32
package/dist/cli.cjs
CHANGED
|
@@ -59312,7 +59312,7 @@ function computeMethodAccess(args) {
|
|
|
59312
59312
|
}
|
|
59313
59313
|
|
|
59314
59314
|
// src/version.ts
|
|
59315
|
-
var version = "0.2.
|
|
59315
|
+
var version = "0.2.307".length > 0 ? "0.2.307" : "dev";
|
|
59316
59316
|
|
|
59317
59317
|
// src/cli-probe/probe.ts
|
|
59318
59318
|
var fs56 = __toESM(require("fs"), 1);
|