Skip to content

Commit db4976d

Browse files
badjerclaude
andcommitted
v0.11.3
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c55311b commit db4976d

15 files changed

Lines changed: 37 additions & 37 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atxp/atxp-monorepo",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "ATXP SDK Monorepo - Authorization Token Exchange Protocol packages",
55
"license": "MIT",
66
"type": "module",

packages/atxp-base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atxp/base",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "ATXP for Base Mini Apps",
55
"license": "MIT",
66
"repository": {
@@ -34,8 +34,8 @@
3434
},
3535
"dependencies": {
3636
"@account-kit/infra": "^4.81.3",
37-
"@atxp/client": "0.11.2",
38-
"@atxp/common": "0.11.2",
37+
"@atxp/client": "0.11.3",
38+
"@atxp/common": "0.11.3",
3939
"@x402/core": "^2.9.0",
4040
"@x402/evm": "^2.9.0",
4141
"bignumber.js": "^9.3.0",

packages/atxp-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atxp/client",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "ATXP Client - MCP client with OAuth authentication and payment processing",
55
"license": "MIT",
66
"repository": {
@@ -33,8 +33,8 @@
3333
"pack:dry": "npm pack --dry-run"
3434
},
3535
"dependencies": {
36-
"@atxp/common": "0.11.2",
37-
"@atxp/mpp": "0.11.2",
36+
"@atxp/common": "0.11.3",
37+
"@atxp/mpp": "0.11.3",
3838
"@modelcontextprotocol/sdk": "^1.15.0",
3939
"@x402/core": "^2.9.0",
4040
"@x402/evm": "^2.9.0",

packages/atxp-cloudflare/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atxp/cloudflare",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "ATXP Cloudflare - Cloudflare Workers integration for Authorization Token Exchange Protocol",
55
"license": "MIT",
66
"repository": {
@@ -33,8 +33,8 @@
3333
"pack:dry": "npm pack --dry-run"
3434
},
3535
"dependencies": {
36-
"@atxp/common": "0.11.2",
37-
"@atxp/server": "0.11.2"
36+
"@atxp/common": "0.11.3",
37+
"@atxp/server": "0.11.3"
3838
},
3939
"peerDependencies": {
4040
"agents": "^0.3.3"

packages/atxp-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atxp/common",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "ATXP Core - Shared utilities and types for Authorization Token Exchange Protocol",
55
"license": "MIT",
66
"repository": {

packages/atxp-express/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atxp/express",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "ATXP Express - Express.js integration for Authorization Token Exchange Protocol",
55
"license": "MIT",
66
"repository": {
@@ -33,7 +33,7 @@
3333
"pack:dry": "npm pack --dry-run"
3434
},
3535
"dependencies": {
36-
"@atxp/server": "0.11.2"
36+
"@atxp/server": "0.11.3"
3737
},
3838
"peerDependencies": {
3939
"express": "^5.0.0"

packages/atxp-mpp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atxp/mpp",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "ATXP MPP (Machine Payments Protocol) support",
55
"license": "MIT",
66
"repository": {

packages/atxp-polygon/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atxp/polygon",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "ATXP for Polygon",
55
"license": "MIT",
66
"repository": {
@@ -35,8 +35,8 @@
3535
"pack:dry": "npm pack --dry-run"
3636
},
3737
"dependencies": {
38-
"@atxp/client": "0.11.2",
39-
"@atxp/common": "0.11.2",
38+
"@atxp/client": "0.11.3",
39+
"@atxp/common": "0.11.3",
4040
"bignumber.js": "^9.3.0",
4141
"viem": "^2.34.0"
4242
},

packages/atxp-redis/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atxp/redis",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "ATXP Redis Database - Redis OAuth database implementation for Authorization Token Exchange Protocol",
55
"license": "MIT",
66
"repository": {
@@ -34,7 +34,7 @@
3434
"pack:dry": "npm pack --dry-run"
3535
},
3636
"dependencies": {
37-
"@atxp/common": "0.11.2",
37+
"@atxp/common": "0.11.3",
3838
"ioredis": "^5.7.0"
3939
},
4040
"devDependencies": {

packages/atxp-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atxp/server",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "ATXP Server - MCP server implementation with payment processing capabilities",
55
"license": "MIT",
66
"repository": {
@@ -38,8 +38,8 @@
3838
"pack:dry": "npm pack --dry-run"
3939
},
4040
"dependencies": {
41-
"@atxp/common": "0.11.2",
42-
"@atxp/mpp": "0.11.2",
41+
"@atxp/common": "0.11.3",
42+
"@atxp/mpp": "0.11.3",
4343
"@modelcontextprotocol/sdk": "^1.15.0",
4444
"bignumber.js": "^9.3.0",
4545
"oauth4webapi": "^3.8.3"

0 commit comments

Comments
 (0)