app-devtools 0.26.0 → 0.27.0
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/main.js +2 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -2433,6 +2433,7 @@ const $t = /* @__PURE__ */ y("<div></div>"), ol = /* @__PURE__ */ y('<h1><span c
|
|
|
2433
2433
|
}
|
|
2434
2434
|
|
|
2435
2435
|
span.type {
|
|
2436
|
+
text-transform: capitalize;
|
|
2436
2437
|
color: ${$.secondary.var};
|
|
2437
2438
|
}
|
|
2438
2439
|
}
|
|
@@ -2543,7 +2544,7 @@ const $t = /* @__PURE__ */ y("<div></div>"), ol = /* @__PURE__ */ y('<h1><span c
|
|
|
2543
2544
|
keyed: !0,
|
|
2544
2545
|
children: (s) => [(() => {
|
|
2545
2546
|
const i = ol.cloneNode(!0), a = i.firstChild;
|
|
2546
|
-
return a.nextSibling, f(a, () => s.type === "ws" ?
|
|
2547
|
+
return a.nextSibling, f(a, () => s.type === "ws" ? `WS ${s.subType}` : "API"), f(i, () => s.callName, null), f(i, (() => {
|
|
2547
2548
|
const c = m(() => !!s.alias);
|
|
2548
2549
|
return () => c() && al.cloneNode(!0);
|
|
2549
2550
|
})(), null), f(i, () => s.alias, null), i;
|