aixyz 0.25.0 → 0.26.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.
@@ -613,7 +613,14 @@ export function renderHtml(config: AixyzConfigRuntime, protocols: ProtocolInfo):
613
613
  <Separator />
614
614
  <div class="flex items-center justify-center gap-1.5 mt-5">
615
615
  <span class="text-[11px] text-muted-foreground/60">powered by</span>
616
- <span class="text-[11px] text-primary font-semibold">aixyz</span>
616
+ <a
617
+ href="https://aixyz.sh"
618
+ target="_blank"
619
+ rel="noopener noreferrer"
620
+ class="text-[11px] text-primary font-semibold no-underline"
621
+ >
622
+ aixyz
623
+ </a>
617
624
  </div>
618
625
  </footer>
619
626
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aixyz",
3
- "version": "0.25.0",
3
+ "version": "0.26.0",
4
4
  "description": "Payment-native SDK for AI Agent",
5
5
  "keywords": [
6
6
  "ai",
@@ -38,9 +38,9 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@a2a-js/sdk": "^0.3.10",
41
- "@aixyz/cli": "0.25.0",
42
- "@aixyz/config": "0.25.0",
43
- "@aixyz/erc-8004": "0.25.0",
41
+ "@aixyz/cli": "0.26.0",
42
+ "@aixyz/config": "0.26.0",
43
+ "@aixyz/erc-8004": "0.26.0",
44
44
  "@kitajs/html": "^4.2.13",
45
45
  "@modelcontextprotocol/sdk": "^1.27.1",
46
46
  "@next/env": "^16.1.6",