From 70ed30d01903c0052c6cdc8145bee02b0dcc33fb Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Tue, 22 Sep 2026 09:55:11 +0000 Subject: [PATCH] Honour Profullstack Power Keys: x402-gateway 0.7.0 A Power Key bought once at profullstack.com/shop now opens this site: the gateway verifies it offline with @profullstack/keys and treats it as a pass, so it is never charged as a crawler or metered. The 402 body and the sales page point at the shop. Co-Authored-By: Claude Fable 5.1 --- apps/web/package.json | 2 +- bun.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index 6fc4ea3..ae5be0c 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -8,7 +8,7 @@ "dependencies": { "@d3vices/config": "workspace:*", "@d3vices/tests": "workspace:*", - "@profullstack/x402-gateway": "^0.1.0", + "@profullstack/x402-gateway": "^0.7.0", "hono": "^4.9.0" } } diff --git a/bun.lock b/bun.lock index 0954688..811d014 100644 --- a/bun.lock +++ b/bun.lock @@ -22,7 +22,7 @@ "dependencies": { "@d3vices/config": "workspace:*", "@d3vices/tests": "workspace:*", - "@profullstack/x402-gateway": "^0.1.0", + "@profullstack/x402-gateway": "^0.7.0", "hono": "^4.9.0", }, }, @@ -92,7 +92,9 @@ "@pkgjs/parseargs": ["@pkgjs/parseargs@0.11.0", "", {}, "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg=="], - "@profullstack/x402-gateway": ["@profullstack/x402-gateway@0.1.0", "", {}, "sha512-B7tWvWk/bIEoqyec6UoyRF1pO7X/+b+wFRv2ZFIClqskmEpyxoA559ZgdTvnxqAIvuDeE9v56nVpYRQ+lmOZQQ=="], + "@profullstack/keys": ["@profullstack/keys@0.1.0", "", {}, "sha512-Vys47LvS5ivhdZu4SYOxh9Le3DEmWhjP0+CtrU45RhXAbY0ZFG/2Dk9V1bIIUGDp8UWMJqctvUD21JrNjfh04w=="], + + "@profullstack/x402-gateway": ["@profullstack/x402-gateway@0.7.0", "", { "dependencies": { "@profullstack/keys": "^0.1.0" } }, "sha512-xsZRWHdOD9Y9EuRS4PsRmykVS2geOu/luY0jBlliOF3SEgxiLhgmx7ks+2jOUtGlq+cIfSonnk5eEObRGCOJ9w=="], "@sindresorhus/is": ["@sindresorhus/is@4.6.0", "", {}, "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw=="],