@kilnai/runtime 0.21.0 → 0.21.1

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.
@@ -162,9 +162,9 @@ pre.json{font-size:12px;color:#a1a1aa;white-space:pre-wrap;word-break:break-all}
162
162
  var label=sp.name||sp.spanId||(sp.spanKind+" span");
163
163
  var attrs=JSON.stringify(sp,null,2);
164
164
  html+='<div class="tl-row" style="'+indent+'">';
165
- html+='<div class="tl-label" title="'+label+'" onclick="toggleSpanDetail(\''+sp.spanId+'\')">'+label+'</div>';
165
+ html+='<div class="tl-label" title="'+label+'" onclick="toggleSpanDetail(\\''+sp.spanId+'\\')">'+label+'</div>';
166
166
  html+='<div class="tl-ruler"><div class="tl-bar '+cls+'" style="left:'+left+'%;width:'+width+'%"';
167
- html+=' title="'+label+' ('+Math.round(et2-st2)+'ms)'+'" onclick="toggleSpanDetail(\''+sp.spanId+'\')"';
167
+ html+=' title="'+label+' ('+Math.round(et2-st2)+'ms)'+'" onclick="toggleSpanDetail(\\''+sp.spanId+'\\')"';
168
168
  html+='></div></div>';
169
169
  html+='</div>';
170
170
  html+='<div class="tl-detail'+(isSelected?' tl-detail-visible':'')+'" id="detail-'+sp.spanId+'">'+attrs.replace(/</g,'&lt;').replace(/>/g,'&gt;')+'</div>';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kilnai/runtime",
3
- "version": "0.21.0",
3
+ "version": "0.21.1",
4
4
  "description": "Multi-app gateway server, multi-tenant management, and channel adapters for @kilnai/core",
5
5
  "type": "module",
6
6
  "exports": {
@@ -43,7 +43,7 @@
43
43
  "jose": "^5.0.0"
44
44
  },
45
45
  "peerDependencies": {
46
- "@kilnai/core": "^0.21.0",
46
+ "@kilnai/core": "^0.21.1",
47
47
  "@modelcontextprotocol/sdk": "^1.12.0",
48
48
  "@opentelemetry/api": "^1.9.0",
49
49
  "ioredis": ">=5.0.0"