@ar-agents/mercadopago 0.8.0 → 0.9.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,7 +1,7 @@
1
1
  {
2
2
  "name": "@ar-agents/mercadopago",
3
- "version": "0.8.0",
4
- "description": "The most complete Mercado Pago agent toolkit for Vercel AI SDK 6+. 81 tools, Edge Runtime ready, Vercel KV state adapters, HMAC webhook verify with replay protection, OAuth Marketplace flow, Order Management, Point Devices, marketplace splits, status_detail explainer in Spanish, AR-specific knowledge baked in.",
3
+ "version": "0.9.0",
4
+ "description": "The most complete Mercado Pago agent toolkit for Vercel AI SDK 6+. 82 tools, Edge Runtime, Vercel KV adapters, circuit breaker + deadline propagation + W3C trace context, HMAC webhook verify with replay protection, OAuth Marketplace, Order Management, Point Devices, marketplace splits, status_detail explainer in Spanish, AR-specific knowledge baked in. Property-tested + integration-tested vs MP sandbox + benchmarked.",
5
5
  "keywords": [
6
6
  "mercadopago",
7
7
  "ai-sdk",
@@ -28,7 +28,9 @@
28
28
  "types": "./dist/index.d.ts",
29
29
  "typesVersions": {
30
30
  "*": {
31
- "vercel-kv": ["./dist/vercel-kv.d.ts"]
31
+ "vercel-kv": [
32
+ "./dist/vercel-kv.d.ts"
33
+ ]
32
34
  }
33
35
  },
34
36
  "exports": {
@@ -64,7 +66,9 @@
64
66
  ],
65
67
  "scripts": {
66
68
  "build": "tsup",
67
- "test": "vitest run",
69
+ "test": "vitest run --exclude='test/integration/**'",
70
+ "test:integration": "vitest run test/integration/",
71
+ "bench": "vitest bench --run",
68
72
  "test:watch": "vitest",
69
73
  "test:coverage": "vitest run --coverage",
70
74
  "typecheck": "tsc --noEmit",
@@ -104,10 +108,12 @@
104
108
  }
105
109
  },
106
110
  "devDependencies": {
111
+ "@fast-check/vitest": "^0.4.1",
107
112
  "@types/node": "^20.19.39",
108
113
  "@types/qrcode": "^1.5.6",
109
114
  "@vercel/kv": "^3.0.0",
110
115
  "ai": "^6.0.175",
116
+ "fast-check": "^4.7.0",
111
117
  "msw": "^2.6.0",
112
118
  "tsup": "^8.3.5",
113
119
  "typescript": "^5.9.3",
@@ -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.8.0",
4
+ "version": "0.9.0",
5
5
  "factory": "mercadoPagoTools",
6
6
  "tools": [
7
7
  {