@paybond/kit 0.11.5 → 0.11.7

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 (44) hide show
  1. package/README.md +1 -1
  2. package/dist/agent/interceptor.js +12 -3
  3. package/dist/cli/agent-harbor-evidence-smoke-checklist.d.ts +7 -0
  4. package/dist/cli/agent-harbor-evidence-smoke-checklist.js +23 -0
  5. package/dist/cli/agent-production-attach-smoke-checklist.d.ts +7 -0
  6. package/dist/cli/agent-production-attach-smoke-checklist.js +30 -0
  7. package/dist/cli/command-spec.js +13 -4
  8. package/dist/cli/commands/agent.d.ts +2 -0
  9. package/dist/cli/commands/agent.js +236 -15
  10. package/dist/cli/commands/setup.d.ts +11 -1
  11. package/dist/cli/commands/setup.js +42 -9
  12. package/dist/cli/help.js +2 -0
  13. package/dist/cli/http-error-message.d.ts +18 -0
  14. package/dist/cli/http-error-message.js +148 -0
  15. package/dist/cli/offline-session.d.ts +9 -0
  16. package/dist/cli/offline-session.js +33 -0
  17. package/dist/cli/router.js +36 -2
  18. package/dist/cli.js +15 -1
  19. package/dist/gateway-retry.d.ts +16 -0
  20. package/dist/gateway-retry.js +83 -0
  21. package/dist/index.d.ts +1 -1
  22. package/dist/index.js +34 -107
  23. package/dist/mcp-server.js +7 -8
  24. package/dist/payee-evidence.d.ts +9 -0
  25. package/dist/payee-evidence.js +12 -0
  26. package/package.json +2 -1
  27. package/templates/manifest.json +9 -9
  28. package/templates/openai-shopping-agent/package-lock.json +7 -7
  29. package/templates/openai-shopping-agent/package.json +1 -1
  30. package/templates/paybond-aws-operator/package-lock.json +4 -4
  31. package/templates/paybond-aws-operator/package.json +1 -1
  32. package/templates/paybond-claude-agents-demo/package-lock.json +7 -7
  33. package/templates/paybond-claude-agents-demo/package.json +1 -1
  34. package/templates/paybond-invoice-agent/requirements.txt +1 -1
  35. package/templates/paybond-mcp-coding-agent/package-lock.json +4 -4
  36. package/templates/paybond-mcp-coding-agent/package.json +1 -1
  37. package/templates/paybond-openai-agents-demo/package-lock.json +7 -7
  38. package/templates/paybond-openai-agents-demo/package.json +1 -1
  39. package/templates/paybond-procurement-agent/package-lock.json +4 -4
  40. package/templates/paybond-procurement-agent/package.json +1 -1
  41. package/templates/paybond-travel-agent/package-lock.json +7 -7
  42. package/templates/paybond-travel-agent/package.json +1 -1
  43. package/templates/paybond-vercel-shopping-agent/package-lock.json +4 -4
  44. package/templates/paybond-vercel-shopping-agent/package.json +1 -1
@@ -6,7 +6,7 @@
6
6
  "": {
7
7
  "name": "paybond-procurement-agent",
8
8
  "dependencies": {
9
- "@paybond/kit": "^0.11.5"
9
+ "@paybond/kit": "^0.11.7"
10
10
  },
11
11
  "devDependencies": {
12
12
  "@types/node": "^22.10.1",
@@ -47,9 +47,9 @@
47
47
  }
48
48
  },
49
49
  "node_modules/@paybond/kit": {
50
- "version": "0.11.5",
51
- "resolved": "https://registry.npmjs.org/@paybond/kit/-/kit-0.11.5.tgz",
52
- "integrity": "sha512-hcoFqLsGAlI3sQmdpA5P4SxCeH/ZawRgbUSx0+9ouJkoGVw4rfwUk2EPptjmjN27Y/4Gow/PgQA5K2ao0QX0WA==",
50
+ "version": "0.11.7",
51
+ "resolved": "https://registry.npmjs.org/@paybond/kit/-/kit-0.11.7.tgz",
52
+ "integrity": "sha512-wAVwT7CklrzUKjK+qVKbrxT88hW9xvDBg2tDUl75b2xt57kf9Bv8K0z+fdA0HTgGpJGdjuQRuYbzeSIAiWUgNA==",
53
53
  "license": "Apache-2.0",
54
54
  "dependencies": {
55
55
  "@noble/ed25519": "^2.2.1",
@@ -8,7 +8,7 @@
8
8
  "smoke": "paybond agent sandbox smoke --policy-file paybond.policy.yaml --operation procurement.submit_po --requested-spend-cents 12000 --result-body '{\"status\":\"completed\",\"cost_cents\":12000}' --format json"
9
9
  },
10
10
  "dependencies": {
11
- "@paybond/kit": "^0.11.5"
11
+ "@paybond/kit": "^0.11.7"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@types/node": "^22.10.1",
@@ -8,7 +8,7 @@
8
8
  "dependencies": {
9
9
  "@langchain/core": "^1.2.1",
10
10
  "@langchain/langgraph": "^1.4.7",
11
- "@paybond/kit": "^0.11.5",
11
+ "@paybond/kit": "^0.11.7",
12
12
  "zod": "^4.2.0"
13
13
  },
14
14
  "devDependencies": {
@@ -114,9 +114,9 @@
114
114
  "license": "MIT"
115
115
  },
116
116
  "node_modules/@langchain/langgraph-sdk/node_modules/p-queue": {
117
- "version": "9.3.0",
118
- "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.3.0.tgz",
119
- "integrity": "sha512-7NED7xhQ74Ngp4JP/2e0VZHp7vSWfJfqeiR92jPgxsz6m0Se4P03YoTKa9dDXyZ3r6P616gUXttrB6nnHYKang==",
117
+ "version": "9.3.1",
118
+ "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.3.1.tgz",
119
+ "integrity": "sha512-POWdiIPmsUPGwb4FeQ4OBg46aqmcInSWe45CKDsGHiOBiVQM9chqfQTuqhuTzcg2Vz9faTI65at0KkVyVEiCHw==",
120
120
  "license": "MIT",
121
121
  "dependencies": {
122
122
  "eventemitter3": "^5.0.4",
@@ -178,9 +178,9 @@
178
178
  }
179
179
  },
180
180
  "node_modules/@paybond/kit": {
181
- "version": "0.11.5",
182
- "resolved": "https://registry.npmjs.org/@paybond/kit/-/kit-0.11.5.tgz",
183
- "integrity": "sha512-eyIWPe/jQGAW79+dL3eRDsEsZcWSLAP5Kq0vvULq3n9VYjHlOnmlH+erhMgkPCtX8n8P+Nm9jH7lvOSP8FXIpg==",
181
+ "version": "0.11.7",
182
+ "resolved": "https://registry.npmjs.org/@paybond/kit/-/kit-0.11.7.tgz",
183
+ "integrity": "sha512-wAVwT7CklrzUKjK+qVKbrxT88hW9xvDBg2tDUl75b2xt57kf9Bv8K0z+fdA0HTgGpJGdjuQRuYbzeSIAiWUgNA==",
184
184
  "license": "Apache-2.0",
185
185
  "dependencies": {
186
186
  "@noble/ed25519": "^2.2.1",
@@ -8,7 +8,7 @@
8
8
  "smoke": "paybond agent sandbox smoke --policy-file paybond.policy.yaml --operation travel.book_hotel --requested-spend-cents 18700 --result-body '{\"status\":\"completed\",\"cost_cents\":18700}' --format json"
9
9
  },
10
10
  "dependencies": {
11
- "@paybond/kit": "^0.11.5",
11
+ "@paybond/kit": "^0.11.7",
12
12
  "@langchain/core": "^1.2.1",
13
13
  "@langchain/langgraph": "^1.4.7",
14
14
  "zod": "^4.2.0"
@@ -6,7 +6,7 @@
6
6
  "": {
7
7
  "name": "paybond-vercel-shopping-agent",
8
8
  "dependencies": {
9
- "@paybond/kit": "^0.11.5",
9
+ "@paybond/kit": "^0.11.7",
10
10
  "ai": "^5.0.0",
11
11
  "zod": "^4.2.0"
12
12
  },
@@ -104,9 +104,9 @@
104
104
  }
105
105
  },
106
106
  "node_modules/@paybond/kit": {
107
- "version": "0.11.5",
108
- "resolved": "https://registry.npmjs.org/@paybond/kit/-/kit-0.11.5.tgz",
109
- "integrity": "sha512-enBWsO/QADB1wjFpG74dPoadswT/l/5qg/l5LNUSQ+8Lt7+z8TZ2E30X08lHk0eauNOhVhUCmDnSZ8Eba2g7fw==",
107
+ "version": "0.11.7",
108
+ "resolved": "https://registry.npmjs.org/@paybond/kit/-/kit-0.11.7.tgz",
109
+ "integrity": "sha512-wAVwT7CklrzUKjK+qVKbrxT88hW9xvDBg2tDUl75b2xt57kf9Bv8K0z+fdA0HTgGpJGdjuQRuYbzeSIAiWUgNA==",
110
110
  "license": "Apache-2.0",
111
111
  "dependencies": {
112
112
  "@noble/ed25519": "^2.2.1",
@@ -8,7 +8,7 @@
8
8
  "smoke": "paybond agent sandbox smoke --policy-file paybond.policy.yaml --operation commerce.checkout --requested-spend-cents 4500 --result-body '{\"status\":\"completed\",\"cost_cents\":4500}' --format json"
9
9
  },
10
10
  "dependencies": {
11
- "@paybond/kit": "^0.11.5",
11
+ "@paybond/kit": "^0.11.7",
12
12
  "ai": "^5.0.0",
13
13
  "zod": "^4.2.0"
14
14
  },