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
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Re-export common items from ampersend-sdk for convenience
from ampersend_sdk.ampersend import AmpersendTreasurer, ApiClient, ApiClientOptions
from ampersend_sdk.smart_account import SmartAccountConfig
from ampersend_sdk.x402.treasurer import X402Treasurer
from ampersend_sdk.x402.wallets.smart_account import SmartAccountWallet

Expand All @@ -13,5 +14,6 @@
"AmpersendTreasurer",
"ApiClient",
"ApiClientOptions",
"SmartAccountConfig",
"SmartAccountWallet",
]
2 changes: 1 addition & 1 deletion typescript/packages/ampersend-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ampersend_ai/ampersend-sdk",
"description": "Tooling for building applications with x402 payment capabilities. Supports buyer and seller roles.",
"version": "0.0.3",
"version": "0.0.4",
"repository": {
"type": "git",
"url": "https://github.com/edgeandnode/ampersend-sdk.git"
Expand Down