@aixyz/stripe 0.34.0 → 0.36.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/README.md +1 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -137,6 +137,7 @@ That's it. Run `bun run dev` and aixyz auto-generates the server, wires up A2A +
|
|
|
137
137
|
| [`sub-agents`](./examples/sub-agents/) | Multiple A2A endpoints from one deployment |
|
|
138
138
|
| [`with-tests`](./examples/with-tests/) | Agent with test examples |
|
|
139
139
|
| [`fake-llm`](./examples/fake-llm/) | Fully deterministic testing with `fake()` model |
|
|
140
|
+
| [`with-vercel-blob`](./examples/with-vercel-blob/) | MCP-only txt storage using Vercel Blob |
|
|
140
141
|
|
|
141
142
|
## CLI
|
|
142
143
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aixyz/stripe",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.36.0",
|
|
4
4
|
"description": "Payment-native SDK for AI Agent",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/express": "^5",
|
|
28
|
-
"aixyz": "0.
|
|
29
|
-
"typescript": "^
|
|
28
|
+
"aixyz": "0.36.0",
|
|
29
|
+
"typescript": "^6.0.2"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"aixyz": "0.
|
|
32
|
+
"aixyz": "0.36.0",
|
|
33
33
|
"stripe": "^20"
|
|
34
34
|
}
|
|
35
35
|
}
|