x402-proxy 0.11.1 → 0.11.2

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/dist/bin/cli.js +5 -5
  2. package/package.json +1 -1
package/dist/bin/cli.js CHANGED
@@ -2321,7 +2321,7 @@ Wallet is auto-generated on first run. No env vars needed.`
2321
2321
  }
2322
2322
  const remoteClient = new Client({
2323
2323
  name: "x402-proxy",
2324
- version: "0.11.1"
2324
+ version: "0.11.2"
2325
2325
  });
2326
2326
  await connectTransport(remoteClient);
2327
2327
  function recordX402Payment(ctx) {
@@ -2352,7 +2352,7 @@ Wallet is auto-generated on first run. No env vars needed.`
2352
2352
  }
2353
2353
  const localServer = new Server({
2354
2354
  name: "x402-proxy",
2355
- version: "0.11.1"
2355
+ version: "0.11.2"
2356
2356
  }, { capabilities: {
2357
2357
  tools: tools.length > 0 ? {} : void 0,
2358
2358
  resources: remoteResources.length > 0 ? {} : void 0
@@ -2425,7 +2425,7 @@ Wallet is auto-generated on first run. No env vars needed.`
2425
2425
  }));
2426
2426
  const remoteClient = new Client({
2427
2427
  name: "x402-proxy",
2428
- version: "0.11.1"
2428
+ version: "0.11.2"
2429
2429
  });
2430
2430
  await connectTransport(remoteClient);
2431
2431
  const mppClient = McpClient.wrap(remoteClient, { methods: wrappedMethods });
@@ -2440,7 +2440,7 @@ Wallet is auto-generated on first run. No env vars needed.`
2440
2440
  }
2441
2441
  const localServer = new Server({
2442
2442
  name: "x402-proxy",
2443
- version: "0.11.1"
2443
+ version: "0.11.2"
2444
2444
  }, { capabilities: {
2445
2445
  tools: tools.length > 0 ? {} : void 0,
2446
2446
  resources: remoteResources.length > 0 ? {} : void 0
@@ -2826,7 +2826,7 @@ const app = buildApplication(buildRouteMap({
2826
2826
  docs: { brief: "curl for x402 paid APIs" }
2827
2827
  }), {
2828
2828
  name: "x402-proxy",
2829
- versionInfo: { currentVersion: "0.11.1" },
2829
+ versionInfo: { currentVersion: "0.11.2" },
2830
2830
  scanner: { caseStyle: "allow-kebab-for-camel" }
2831
2831
  });
2832
2832
  //#endregion
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x402-proxy",
3
3
  "description": "curl for x402 paid APIs. Auto-pays any endpoint on Base, Solana, and Tempo.",
4
- "version": "0.11.1",
4
+ "version": "0.11.2",
5
5
  "type": "module",
6
6
  "sideEffects": false,
7
7
  "license": "Apache-2.0",