@ar-agents/mercadopago 0.15.2 → 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.2",
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": [
@@ -104,19 +117,6 @@
104
117
  "LICENSE",
105
118
  "tools.manifest.json"
106
119
  ],
107
- "scripts": {
108
- "build": "tsup",
109
- "test": "vitest run --exclude='test/integration/**'",
110
- "test:integration": "vitest run test/integration/",
111
- "bench": "vitest bench --run",
112
- "test:watch": "vitest",
113
- "test:coverage": "vitest run --coverage",
114
- "typecheck": "tsc --noEmit",
115
- "lint": "echo 'no lint configured yet'",
116
- "validate": "publint && attw --pack .",
117
- "size": "size-limit",
118
- "clean": "rm -rf dist"
119
- },
120
120
  "size-limit": [
121
121
  {
122
122
  "name": "ESM",
@@ -166,12 +166,26 @@
166
166
  "zod": "^4.4.3"
167
167
  },
168
168
  "publishConfig": {
169
- "access": "public"
169
+ "access": "public",
170
+ "provenance": true
170
171
  },
171
172
  "engines": {
172
173
  "node": ">=20.0.0"
173
174
  },
174
175
  "dependencies": {
175
176
  "qrcode": "^1.5.4"
177
+ },
178
+ "scripts": {
179
+ "build": "tsup",
180
+ "test": "vitest run --exclude='test/integration/**'",
181
+ "test:integration": "vitest run test/integration/",
182
+ "bench": "vitest bench --run",
183
+ "test:watch": "vitest",
184
+ "test:coverage": "vitest run --coverage",
185
+ "typecheck": "tsc --noEmit",
186
+ "lint": "echo 'no lint configured yet'",
187
+ "validate": "publint && attw --pack .",
188
+ "size": "size-limit",
189
+ "clean": "rm -rf dist"
176
190
  }
177
- }
191
+ }
@@ -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
  {