@fedify/debugger 2.3.0-dev.1021 → 2.3.0-dev.1034
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/mod.cjs +1 -1
- package/dist/mod.js +1 -1
- package/package.json +2 -2
package/dist/mod.cjs
CHANGED
|
@@ -606,7 +606,7 @@ const TraceDetailPage = ({ traceId, activities, logs, pathPrefix }) => {
|
|
|
606
606
|
activity.signatureDetails.ldSignaturesVerified ? "verified" : "not verified"
|
|
607
607
|
] })] })
|
|
608
608
|
] }) }),
|
|
609
|
-
/* @__PURE__ */ (0, hono_jsx_jsx_runtime.jsxs)("details", { children: [/* @__PURE__ */ (0, hono_jsx_jsx_runtime.jsx)("summary", { children: "Activity JSON" }), /* @__PURE__ */ (0, hono_jsx_jsx_runtime.jsx)("pre", { children: formatJson(activity.activityJson) })] })
|
|
609
|
+
activity.activityJson == null ? null : /* @__PURE__ */ (0, hono_jsx_jsx_runtime.jsxs)("details", { children: [/* @__PURE__ */ (0, hono_jsx_jsx_runtime.jsx)("summary", { children: "Activity JSON" }), /* @__PURE__ */ (0, hono_jsx_jsx_runtime.jsx)("pre", { children: formatJson(activity.activityJson) })] })
|
|
610
610
|
]
|
|
611
611
|
}, activity.spanId)),
|
|
612
612
|
/* @__PURE__ */ (0, hono_jsx_jsx_runtime.jsx)("h2", { children: "Logs" }),
|
package/dist/mod.js
CHANGED
|
@@ -605,7 +605,7 @@ const TraceDetailPage = ({ traceId, activities, logs, pathPrefix }) => {
|
|
|
605
605
|
activity.signatureDetails.ldSignaturesVerified ? "verified" : "not verified"
|
|
606
606
|
] })] })
|
|
607
607
|
] }) }),
|
|
608
|
-
/* @__PURE__ */ jsxs("details", { children: [/* @__PURE__ */ jsx("summary", { children: "Activity JSON" }), /* @__PURE__ */ jsx("pre", { children: formatJson(activity.activityJson) })] })
|
|
608
|
+
activity.activityJson == null ? null : /* @__PURE__ */ jsxs("details", { children: [/* @__PURE__ */ jsx("summary", { children: "Activity JSON" }), /* @__PURE__ */ jsx("pre", { children: formatJson(activity.activityJson) })] })
|
|
609
609
|
]
|
|
610
610
|
}, activity.spanId)),
|
|
611
611
|
/* @__PURE__ */ jsx("h2", { children: "Logs" }),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedify/debugger",
|
|
3
|
-
"version": "2.3.0-dev.
|
|
3
|
+
"version": "2.3.0-dev.1034+b85b5daa",
|
|
4
4
|
"description": "Embedded ActivityPub debug dashboard for Fedify",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/mod.cjs",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"directory": "packages/debugger"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"@fedify/fedify": "^2.3.0-dev.
|
|
32
|
+
"@fedify/fedify": "^2.3.0-dev.1034+b85b5daa"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@js-temporal/polyfill": "^0.5.1",
|