@ar-agents/mercadopago 0.18.5 → 0.18.6
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/CHANGELOG.md +7 -0
- package/package.json +3 -3
- package/tools.manifest.json +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ar-agents/mercadopago",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.6",
|
|
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",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"opentelemetry"
|
|
35
35
|
],
|
|
36
36
|
"license": "MIT",
|
|
37
|
-
"author": "Nazareno Clemente <naza@
|
|
37
|
+
"author": "Nazareno Clemente <naza@naza.ar>",
|
|
38
38
|
"funding": {
|
|
39
39
|
"type": "github",
|
|
40
40
|
"url": "https://github.com/sponsors/naza00000"
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
},
|
|
180
180
|
"dependencies": {
|
|
181
181
|
"qrcode": "^1.5.4",
|
|
182
|
-
"@ar-agents/core": "^0.
|
|
182
|
+
"@ar-agents/core": "^0.4.0"
|
|
183
183
|
},
|
|
184
184
|
"scripts": {
|
|
185
185
|
"build": "tsup",
|