@ar-agents/mercadopago 0.7.0 → 0.8.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.7.0",
4
- "description": "Mercado Pago Subscriptions as drop-in tools for the Vercel AI SDK. Argentine-focused, agent-ready.",
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.",
5
5
  "keywords": [
6
6
  "mercadopago",
7
7
  "ai-sdk",
@@ -26,6 +26,11 @@
26
26
  "main": "./dist/index.cjs",
27
27
  "module": "./dist/index.js",
28
28
  "types": "./dist/index.d.ts",
29
+ "typesVersions": {
30
+ "*": {
31
+ "vercel-kv": ["./dist/vercel-kv.d.ts"]
32
+ }
33
+ },
29
34
  "exports": {
30
35
  ".": {
31
36
  "import": {
@@ -36,10 +41,21 @@
36
41
  "types": "./dist/index.d.cts",
37
42
  "default": "./dist/index.cjs"
38
43
  }
44
+ },
45
+ "./vercel-kv": {
46
+ "import": {
47
+ "types": "./dist/vercel-kv.d.ts",
48
+ "default": "./dist/vercel-kv.js"
49
+ },
50
+ "require": {
51
+ "types": "./dist/vercel-kv.d.cts",
52
+ "default": "./dist/vercel-kv.cjs"
53
+ }
39
54
  }
40
55
  },
41
56
  "files": [
42
57
  "dist",
58
+ "cookbook",
43
59
  "README.md",
44
60
  "AGENTS.md",
45
61
  "CHANGELOG.md",
@@ -78,12 +94,19 @@
78
94
  }
79
95
  ],
80
96
  "peerDependencies": {
97
+ "@vercel/kv": ">=2.0.0",
81
98
  "ai": ">=6.0.0",
82
99
  "zod": ">=3.0.0"
83
100
  },
101
+ "peerDependenciesMeta": {
102
+ "@vercel/kv": {
103
+ "optional": true
104
+ }
105
+ },
84
106
  "devDependencies": {
85
107
  "@types/node": "^20.19.39",
86
108
  "@types/qrcode": "^1.5.6",
109
+ "@vercel/kv": "^3.0.0",
87
110
  "ai": "^6.0.175",
88
111
  "msw": "^2.6.0",
89
112
  "tsup": "^8.3.5",
@@ -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.7.0",
4
+ "version": "0.8.0",
5
5
  "factory": "mercadoPagoTools",
6
6
  "tools": [
7
7
  {