@zyfai/sdk 0.2.2 → 0.2.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.
package/README.md CHANGED
@@ -665,7 +665,7 @@ All examples are available in the `examples/` directory:
665
665
 
666
666
  ### Opportunities & Rebalancing
667
667
 
668
- 18. **`get-opportunities.ts`** - Get safe and degen yield opportunities
668
+ 18. **`get-opportunities.ts`** - Get conservative and aggressive yield opportunities
669
669
  19. **`get-rebalance-info.ts`** - Get rebalance events and frequency tier
670
670
 
671
671
  ### Premium Features
package/dist/index.js CHANGED
@@ -2111,7 +2111,7 @@ var ZyfaiSDK = class {
2111
2111
  };
2112
2112
  } catch (error) {
2113
2113
  throw new Error(
2114
- `Failed to get degen strategies: ${error.message}`
2114
+ `Failed to get aggressive opportunities: ${error.message}`
2115
2115
  );
2116
2116
  }
2117
2117
  }
package/dist/index.mjs CHANGED
@@ -2088,7 +2088,7 @@ var ZyfaiSDK = class {
2088
2088
  };
2089
2089
  } catch (error) {
2090
2090
  throw new Error(
2091
- `Failed to get degen strategies: ${error.message}`
2091
+ `Failed to get aggressive opportunities: ${error.message}`
2092
2092
  );
2093
2093
  }
2094
2094
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zyfai/sdk",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "TypeScript SDK for Zyfai Yield Optimization Engine - Deploy Safe smart wallets, manage session keys, and interact with DeFi protocols",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",