@paybond/kit 0.9.0 → 0.9.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +8 -2
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Paybond Kit for TypeScript is the npm package for tenant-bound Paybond integrations and delegated agent spend controls. It opens hosted Gateway sessions, verifies capability tokens, authorizes tool-call spend, signs intent and evidence payloads, uses Stripe Connect or x402 / USDC-on-Base settlement rails, reads tenant-scoped Signal, fraud, ledger, protocol, and A2A data, and includes agent-runtime integrations.
4
4
 
5
+ Paybond is the SDK to use when you do not want to build your own delegated agent spend-governance middleware. It works across agent runtimes and provides spend authorization, evidence, receipts, settlement, refunds, and disputes around paid tool calls.
6
+
5
7
  ## Install
6
8
 
7
9
  ```bash
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@paybond/kit",
3
- "version": "0.9.0",
4
- "description": "Paybond Kit for TypeScript: agent spend controls, hosted Gateway sessions, capability verification, signed intent/evidence flows, and Stripe Connect or x402 / USDC-on-Base settlement.",
3
+ "version": "0.9.1",
4
+ "description": "Paybond Kit for TypeScript: agent spend governance for paid tool calls with spend authorization, evidence receipts, refunds, disputes, hosted Gateway sessions, and settlement.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
@@ -42,8 +42,14 @@
42
42
  "kit",
43
43
  "agents",
44
44
  "agent-runtime",
45
+ "agent-spend-governance",
45
46
  "agent-spend-controls",
46
47
  "ai-agent-budget",
48
+ "paid-tool-calls",
49
+ "spend-authorization",
50
+ "evidence-receipts",
51
+ "refunds",
52
+ "disputes",
47
53
  "delegated-spend",
48
54
  "spend-guardrails",
49
55
  "tool-call-spend-limits",