@clawos-dev/clawd 0.2.342 → 0.2.343
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-DcTfIUG3.css +32 -0
- package/dist/share-ui/assets/{guest-CAl68-Ry.js → guest-Dxlyq_Qn.js} +41 -41
- package/dist/share-ui/guest.html +2 -2
- package/package.json +1 -1
- package/dist/share-ui/assets/guest-DEu2FJPa.css +0 -32
package/dist/cli.cjs
CHANGED
|
@@ -60225,7 +60225,7 @@ function computeMethodAccess(args) {
|
|
|
60225
60225
|
}
|
|
60226
60226
|
|
|
60227
60227
|
// src/version.ts
|
|
60228
|
-
var version = "0.2.
|
|
60228
|
+
var version = "0.2.343".length > 0 ? "0.2.343" : "dev";
|
|
60229
60229
|
|
|
60230
60230
|
// src/cli-probe/probe.ts
|
|
60231
60231
|
var fs59 = __toESM(require("fs"), 1);
|