@peridot-agent/agent-kit 0.2.0 → 0.2.1

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.
@@ -96,14 +96,7 @@ interface UserPosition {
96
96
  borrowedUsd: number;
97
97
  netUsd: number;
98
98
  }>;
99
- transactions: {
100
- supplyCount: number;
101
- borrowCount: number;
102
- repayCount: number;
103
- redeemCount: number;
104
- };
105
- /** ISO timestamp of when this data was fetched. Portfolio data is indexed from chain events
106
- * and may lag recent on-chain activity by up to ~60 seconds. */
99
+ /** ISO timestamp of when this data was fetched. */
107
100
  fetchedAt: string;
108
101
  }
109
102
  interface SimulateBorrowResult {
@@ -96,14 +96,7 @@ interface UserPosition {
96
96
  borrowedUsd: number;
97
97
  netUsd: number;
98
98
  }>;
99
- transactions: {
100
- supplyCount: number;
101
- borrowCount: number;
102
- repayCount: number;
103
- redeemCount: number;
104
- };
105
- /** ISO timestamp of when this data was fetched. Portfolio data is indexed from chain events
106
- * and may lag recent on-chain activity by up to ~60 seconds. */
99
+ /** ISO timestamp of when this data was fetched. */
107
100
  fetchedAt: string;
108
101
  }
109
102
  interface SimulateBorrowResult {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peridot-agent/agent-kit",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "AI Agent toolkit for Peridot DeFi money markets — read, simulate, and build transaction intents for lending, borrowing, and cross-chain operations",
5
5
  "type": "module",
6
6
  "license": "MIT",