@@ -739,7 +739,4 @@ "use strict"; | ||
| return { | ||
| content: result.content, | ||
| isError: result.isError, | ||
| _meta: { | ||
| [MCP_PAYMENT_RESPONSE_META_KEY]: settleResult | ||
| } | ||
| ...result, | ||
| _meta: { [MCP_PAYMENT_RESPONSE_META_KEY]: settleResult } | ||
| }; | ||
@@ -746,0 +743,0 @@ } catch (settleError) { |
@@ -696,7 +696,4 @@ // src/client/x402MCPClient.ts | ||
| return { | ||
| content: result.content, | ||
| isError: result.isError, | ||
| _meta: { | ||
| [MCP_PAYMENT_RESPONSE_META_KEY]: settleResult | ||
| } | ||
| ...result, | ||
| _meta: { [MCP_PAYMENT_RESPONSE_META_KEY]: settleResult } | ||
| }; | ||
@@ -703,0 +700,0 @@ } catch (settleError) { |
+5
-5
| { | ||
| "name": "@x402/mcp", | ||
| "version": "2.8.0", | ||
| "version": "2.9.0", | ||
| "main": "./dist/cjs/index.js", | ||
@@ -9,4 +9,4 @@ "module": "./dist/esm/index.js", | ||
| "license": "Apache-2.0", | ||
| "author": "Coinbase Inc.", | ||
| "repository": "https://github.com/coinbase/x402", | ||
| "author": "x402 Foundation", | ||
| "repository": "https://github.com/x402-foundation/x402", | ||
| "description": "x402 Payment Protocol", | ||
@@ -31,3 +31,3 @@ "devDependencies": { | ||
| "vite": "^6.2.6", | ||
| "@x402/evm": "~2.8.0" | ||
| "@x402/evm": "~2.9.0" | ||
| }, | ||
@@ -37,3 +37,3 @@ "dependencies": { | ||
| "zod": "^3.24.2", | ||
| "@x402/core": "~2.8.0" | ||
| "@x402/core": "~2.9.0" | ||
| }, | ||
@@ -40,0 +40,0 @@ "exports": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
276662
-0.1%2529
-0.24%+ Added
- Removed
Updated