@ar-agents/mercadopago 0.15.3 → 0.16.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.15.3",
3
+ "version": "0.16.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",
@@ -59,6 +59,9 @@
59
59
  ],
60
60
  "otel": [
61
61
  "./dist/otel.d.ts"
62
+ ],
63
+ "testing": [
64
+ "./dist/testing.d.ts"
62
65
  ]
63
66
  }
64
67
  },
@@ -92,6 +95,16 @@
92
95
  "types": "./dist/otel.d.cts",
93
96
  "default": "./dist/otel.cjs"
94
97
  }
98
+ },
99
+ "./testing": {
100
+ "import": {
101
+ "types": "./dist/testing.d.ts",
102
+ "default": "./dist/testing.js"
103
+ },
104
+ "require": {
105
+ "types": "./dist/testing.d.cts",
106
+ "default": "./dist/testing.cjs"
107
+ }
95
108
  }
96
109
  },
97
110
  "files": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://github.com/ar-agents/ar-agents/blob/main/tools-manifest.schema.json",
3
3
  "package": "@ar-agents/mercadopago",
4
- "version": "0.15.2",
4
+ "version": "0.16.0",
5
5
  "factory": "mercadoPagoTools",
6
6
  "tools": [
7
7
  {