@atxp/common 0.7.1 → 0.7.3

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/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -26,7 +26,7 @@ type Logger = {
26
26
  type UrlString = `http://${string}` | `https://${string}`;
27
27
  type AuthorizationServerUrl = UrlString;
28
28
  type Currency = 'USDC';
29
- type Network = 'solana' | 'base' | 'world';
29
+ type Network = 'solana' | 'base' | 'world' | 'base_sepolia' | 'world_sepolia';
30
30
  type PaymentRequestDestination = {
31
31
  network: Network;
32
32
  currency: Currency;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atxp/common",
3
- "version": "0.7.1",
3
+ "version": "0.7.3",
4
4
  "description": "ATXP Core - Shared utilities and types for Authorization Token Exchange Protocol",
5
5
  "license": "MIT",
6
6
  "repository": {