@furlpay/gateway 0.1.0 → 0.1.1

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 +12 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @furlpay/gateway
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/%40furlpay%2Fgateway?logo=npm&color=cb3837)](https://www.npmjs.com/package/@furlpay/gateway)
4
+ [![license: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
5
+ [![node >= 18](https://img.shields.io/badge/node-%3E%3D18-339933?logo=nodedotjs&logoColor=white)](https://nodejs.org)
6
+ [![zero dependencies](https://img.shields.io/badge/dependencies-0-brightgreen)](./package.json)
7
+
8
+ ![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white)
9
+ ![Node.js](https://img.shields.io/badge/Node.js-339933?logo=nodedotjs&logoColor=white)
10
+ ![Express](https://img.shields.io/badge/Express-adapter-000000?logo=express&logoColor=white)
11
+ ![USDC](https://img.shields.io/badge/USDC-stablecoin-2775CA?logo=circle&logoColor=white)
12
+ ![x402](https://img.shields.io/badge/x402-v1%20%2B%20v2-8A2BE2)
13
+ ![MCP](https://img.shields.io/badge/MCP-compatible-FF6B35)
14
+
3
15
  **Paywall any API, MCP tool, dataset, or model endpoint with stablecoin pay-per-call.**
4
16
 
5
17
  An x402 monetization gateway you host yourself. Point it at an endpoint, set a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furlpay/gateway",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Self-hostable x402 monetization gateway — paywall any API, MCP tool, dataset or model endpoint with stablecoin pay-per-call. Framework-agnostic, zero runtime dependencies.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -40,7 +40,7 @@
40
40
  "pay-per-call",
41
41
  "facilitator"
42
42
  ],
43
- "repository": { "type": "git", "url": "https://github.com/furlpay/furlpay-gateway" },
43
+ "repository": { "type": "git", "url": "git+https://github.com/furlpay/furlpay-gateway.git" },
44
44
  "homepage": "https://furlpay.com",
45
45
  "engines": { "node": ">=18" },
46
46
  "devDependencies": {