@botbotgo/better-call 0.1.10 → 0.1.11

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.
Files changed (2) hide show
  1. package/docs/banner.svg +2 -2
  2. package/package.json +1 -1
package/docs/banner.svg CHANGED
@@ -46,8 +46,8 @@
46
46
  <rect x="1174" y="118" width="46" height="290" rx="8" fill="#35ff87"/>
47
47
  </g>
48
48
 
49
- <path d="M128 350 C 260 320, 350 340, 474 298 S 676 238, 820 270 S 1050 268, 1268 210" fill="none" stroke="url(#before)" stroke-width="9" stroke-linecap="round" stroke-linejoin="round" opacity="0.42"/>
50
- <path d="M128 374 C 252 330, 342 322, 468 260 S 650 126, 820 176 S 1070 230, 1276 84" fill="none" stroke="url(#after)" stroke-width="14" stroke-linecap="round" stroke-linejoin="round" filter="url(#glow)" opacity="0.70"/>
49
+ <path d="M128 372 C 260 344, 350 360, 474 318 S 676 286, 820 302 S 1050 296, 1268 238" fill="none" stroke="url(#before)" stroke-width="9" stroke-linecap="round" stroke-linejoin="round" opacity="0.42"/>
50
+ <path d="M128 324 C 252 286, 342 294, 468 248 S 650 172, 820 184 S 1070 188, 1276 92" fill="none" stroke="url(#after)" stroke-width="14" stroke-linecap="round" stroke-linejoin="round" filter="url(#glow)" opacity="0.70"/>
51
51
 
52
52
  <g transform="translate(104 166)">
53
53
  <text x="0" y="0" font-family="Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif" font-size="90" font-weight="850" fill="#f8fbff">BetterCall</text>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botbotgo/better-call",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "LLM tool-call reliability layer.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",