@zyfai/sdk 0.2.14 → 0.2.15

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/dist/index.js CHANGED
@@ -1257,6 +1257,7 @@ var _ZyfaiSDK = class _ZyfaiSDK {
1257
1257
  httpClient: this.httpClient,
1258
1258
  strategy: internalStrategy
1259
1259
  });
1260
+ this.hasActiveSessionKey = false;
1260
1261
  try {
1261
1262
  await this.initializeUser(deploymentResult.safeAddress, chainId);
1262
1263
  } catch (initError) {
package/dist/index.mjs CHANGED
@@ -1235,6 +1235,7 @@ var _ZyfaiSDK = class _ZyfaiSDK {
1235
1235
  httpClient: this.httpClient,
1236
1236
  strategy: internalStrategy
1237
1237
  });
1238
+ this.hasActiveSessionKey = false;
1238
1239
  try {
1239
1240
  await this.initializeUser(deploymentResult.safeAddress, chainId);
1240
1241
  } catch (initError) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zyfai/sdk",
3
- "version": "0.2.14",
3
+ "version": "0.2.15",
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",