@faremeter/facilitator 0.13.0 → 0.14.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.
Files changed (2) hide show
  1. package/README.md +32 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,32 @@
1
+ # @faremeter/facilitator
2
+
3
+ Facilitator server implementation for x402 protocol payment settlement and validation.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ pnpm install @faremeter/facilitator
9
+ ```
10
+
11
+ ## Features
12
+
13
+ - Multi-chain support
14
+ - Standard x402 endpoints
15
+ - Payment verification
16
+ - Blockchain settlement
17
+
18
+ ## API Reference
19
+
20
+ <!-- TSDOC_START -->
21
+
22
+ <!-- TSDOC_END -->
23
+
24
+ ## Related Packages
25
+
26
+ - [@faremeter/middleware](https://www.npmjs.com/package/@faremeter/middleware) - Server middleware that uses facilitator
27
+ - [@faremeter/payment-solana](https://www.npmjs.com/package/@faremeter/payment-solana) - Solana payment handler
28
+ - [@faremeter/payment-evm](https://www.npmjs.com/package/@faremeter/payment-evm) - EVM payment handler
29
+
30
+ ## License
31
+
32
+ LGPL-3.0-only
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faremeter/facilitator",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "description": "Facilitator server implementation for x402 protocol payment settlement and validation",
5
5
  "keywords": [
6
6
  "faremeter",
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "@logtape/logtape": "1.0.4",
43
43
  "hono": "4.9.0",
44
- "@faremeter/types": "^0.13.0"
44
+ "@faremeter/types": "^0.14.0"
45
45
  },
46
46
  "tap": {
47
47
  "plugin": [