mppx 0.2.3 → 0.2.4
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -58,12 +58,12 @@ const res = await fetch('https://api.example.com/resource')
|
|
|
58
58
|
|
|
59
59
|
| Example | Description |
|
|
60
60
|
|---------|-------------|
|
|
61
|
-
| [
|
|
61
|
+
| [charge](./examples/charge/) | Payment-gated photo generation API |
|
|
62
62
|
| [session/multi-fetch](./examples/session/multi-fetch/) | Multiple paid requests over a single payment channel |
|
|
63
63
|
| [session/sse](./examples/session/sse/) | Pay-per-token LLM streaming with SSE |
|
|
64
64
|
|
|
65
65
|
```bash
|
|
66
|
-
npx gitpick wevm/mppx/examples/
|
|
66
|
+
npx gitpick wevm/mppx/examples/charge
|
|
67
67
|
```
|
|
68
68
|
|
|
69
69
|
## CLI
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mppx",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.4",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"files": [
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"elysia": ">=1",
|
|
86
86
|
"express": ">=5",
|
|
87
87
|
"hono": ">=4",
|
|
88
|
-
"viem": ">=2.
|
|
88
|
+
"viem": ">=2.46.2"
|
|
89
89
|
},
|
|
90
90
|
"peerDependenciesMeta": {
|
|
91
91
|
"@modelcontextprotocol/sdk": {
|