@ar-agents/mercadopago 0.17.2 → 0.18.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ar-agents/mercadopago",
3
- "version": "0.17.2",
3
+ "version": "0.18.0",
4
4
  "description": "Mercado Pago Agent Toolkit for the Vercel AI SDK 6. 89 typed tools across the agent-relevant Mercado Pago API surface — Subscriptions, Payments, Checkout Pro, Marketplace OAuth, Order Management, Customers, Cards, Cuotas, QR, 3DS, Point devices, Webhooks, Stores+POS, Account/Balance/Settlements, Disputes, Lookups, Bank Accounts. Edge Runtime. Vercel KV adapters. OpenTelemetry. Deterministic idempotency. Programmatic HITL on irreversible ops.",
5
5
  "keywords": [
6
6
  "mercadopago",
@@ -108,7 +108,8 @@
108
108
  "types": "./dist/testing.d.cts",
109
109
  "default": "./dist/testing.cjs"
110
110
  }
111
- }
111
+ },
112
+ "./tools.manifest.json": "./tools.manifest.json"
112
113
  },
113
114
  "files": [
114
115
  "dist",
@@ -177,7 +178,8 @@
177
178
  "node": ">=20.0.0"
178
179
  },
179
180
  "dependencies": {
180
- "qrcode": "^1.5.4"
181
+ "qrcode": "^1.5.4",
182
+ "@ar-agents/core": "^0.1.0"
181
183
  },
182
184
  "scripts": {
183
185
  "build": "tsup",