@hightop/sdk 0.1.7 → 0.1.8

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.
@@ -809,7 +809,6 @@ export type AgentApiX402QuoteResponse = {
809
809
  unsupported_details?: {
810
810
  advertised_max_timeout_seconds: number;
811
811
  min_supported_seconds: number;
812
- max_supported_seconds: number;
813
812
  };
814
813
  };
815
814
  export type AgentApiX402PurchaseRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hightop/sdk",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",