Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,913 changes: 1,090 additions & 823 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atxp/atxp-monorepo",
"version": "0.11.8",
"version": "0.11.10",
"description": "ATXP SDK Monorepo - Authorization Token Exchange Protocol packages",
"license": "MIT",
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions packages/atxp-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atxp/base",
"version": "0.11.8",
"version": "0.11.10",
"description": "ATXP for Base Mini Apps",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -34,8 +34,8 @@
},
"dependencies": {
"@account-kit/infra": "^4.81.3",
"@atxp/client": "0.11.8",
"@atxp/common": "0.11.8",
"@atxp/client": "0.11.10",
"@atxp/common": "0.11.10",
"@x402/core": "^2.9.0",
"@x402/evm": "^2.9.0",
"bignumber.js": "^9.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/atxp-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atxp/client",
"version": "0.11.8",
"version": "0.11.10",
"description": "ATXP Client - MCP client with OAuth authentication and payment processing",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"pack:dry": "npm pack --dry-run"
},
"dependencies": {
"@atxp/common": "0.11.8",
"@atxp/mpp": "0.11.8",
"@atxp/common": "0.11.10",
"@atxp/mpp": "0.11.10",
"@modelcontextprotocol/sdk": "^1.15.0",
"@x402/core": "^2.9.0",
"@x402/evm": "^2.9.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/atxp-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atxp/cloudflare",
"version": "0.11.8",
"version": "0.11.10",
"description": "ATXP Cloudflare - Cloudflare Workers integration for Authorization Token Exchange Protocol",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"pack:dry": "npm pack --dry-run"
},
"dependencies": {
"@atxp/common": "0.11.8",
"@atxp/server": "0.11.8"
"@atxp/common": "0.11.10",
"@atxp/server": "0.11.10"
},
"peerDependencies": {
"agents": "^0.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/atxp-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atxp/common",
"version": "0.11.8",
"version": "0.11.10",
"description": "ATXP Core - Shared utilities and types for Authorization Token Exchange Protocol",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/atxp-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atxp/express",
"version": "0.11.8",
"version": "0.11.10",
"description": "ATXP Express - Express.js integration for Authorization Token Exchange Protocol",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"pack:dry": "npm pack --dry-run"
},
"dependencies": {
"@atxp/server": "0.11.8"
"@atxp/server": "0.11.10"
},
"peerDependencies": {
"express": "^5.0.0"
Expand Down
3 changes: 1 addition & 2 deletions packages/atxp-mpp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atxp/mpp",
"version": "0.11.8",
"version": "0.11.10",
"description": "ATXP MPP (Machine Payments Protocol) support",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,7 +32,6 @@
"prepack": "npm run build && npm run typecheck",
"pack:dry": "npm pack --dry-run"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^25.0.3",
"@typescript-eslint/eslint-plugin": "^8.51.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/atxp-polygon/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/atxp-polygon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atxp/polygon",
"version": "0.11.8",
"version": "0.11.10",
"description": "ATXP for Polygon",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -35,8 +35,8 @@
"pack:dry": "npm pack --dry-run"
},
"dependencies": {
"@atxp/client": "0.11.8",
"@atxp/common": "0.11.8",
"@atxp/client": "0.11.10",
"@atxp/common": "0.11.10",
"bignumber.js": "^9.3.0",
"viem": "^2.34.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/atxp-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atxp/redis",
"version": "0.11.8",
"version": "0.11.10",
"description": "ATXP Redis Database - Redis OAuth database implementation for Authorization Token Exchange Protocol",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"pack:dry": "npm pack --dry-run"
},
"dependencies": {
"@atxp/common": "0.11.8",
"@atxp/common": "0.11.10",
"ioredis": "^5.7.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/atxp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atxp/server",
"version": "0.11.8",
"version": "0.11.10",
"description": "ATXP Server - MCP server implementation with payment processing capabilities",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -38,8 +38,8 @@
"pack:dry": "npm pack --dry-run"
},
"dependencies": {
"@atxp/common": "0.11.8",
"@atxp/mpp": "0.11.8",
"@atxp/common": "0.11.10",
"@atxp/mpp": "0.11.10",
"@modelcontextprotocol/sdk": "^1.15.0",
"bignumber.js": "^9.3.0",
"oauth4webapi": "^3.8.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/atxp-solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atxp/solana",
"version": "0.11.8",
"version": "0.11.10",
"description": "ATXP Solana - Solana blockchain support for ATXP",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"pack:dry": "npm pack --dry-run"
},
"dependencies": {
"@atxp/client": "0.11.8",
"@atxp/common": "0.11.8",
"@atxp/client": "0.11.10",
"@atxp/common": "0.11.10",
"@solana/pay": "^0.2.5",
"@solana/web3.js": "^1.98.1",
"bignumber.js": "^9.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/atxp-sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atxp/sqlite",
"version": "0.11.8",
"version": "0.11.10",
"description": "ATXP SQLite Database - SQLite platform implementation for Authorization Token Exchange Protocol",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"pack:dry": "npm pack --dry-run"
},
"dependencies": {
"@atxp/common": "0.11.8",
"@atxp/common": "0.11.10",
"better-sqlite3": "^12.2.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/atxp-tempo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atxp/tempo",
"version": "0.11.8",
"version": "0.11.10",
"description": "ATXP for Tempo chain",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"pack:dry": "npm pack --dry-run"
},
"dependencies": {
"@atxp/client": "0.11.8",
"@atxp/common": "0.11.8",
"@atxp/client": "0.11.10",
"@atxp/common": "0.11.10",
"bignumber.js": "^9.3.0",
"viem": "^2.34.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/atxp-worldchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atxp/worldchain",
"version": "0.11.8",
"version": "0.11.10",
"description": "ATXP for World Chain Mini Apps",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"pack:dry": "npm pack --dry-run"
},
"dependencies": {
"@atxp/client": "0.11.8",
"@atxp/common": "0.11.8",
"@atxp/client": "0.11.10",
"@atxp/common": "0.11.10",
"@worldcoin/minikit-js": "^1.9.6",
"bignumber.js": "^9.3.0",
"viem": "^2.34.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/atxp-x402/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atxp/x402",
"version": "0.11.8",
"version": "0.11.10",
"description": "ATXP X402 - X402 protocol integration for ATXP SDK",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -33,9 +33,9 @@
"pack:dry": "npm pack --dry-run"
},
"dependencies": {
"@atxp/base": "0.11.8",
"@atxp/client": "0.11.8",
"@atxp/common": "0.11.8",
"@atxp/base": "0.11.10",
"@atxp/client": "0.11.10",
"@atxp/common": "0.11.10",
"@x402/core": "^2.9.0",
"@x402/evm": "^2.9.0",
"bignumber.js": "^9.1.2",
Expand Down
Loading