@paynext/sdk 0.0.132 → 0.0.133

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.es.js CHANGED
@@ -25498,7 +25498,7 @@ class Q5 {
25498
25498
  const C = new Error("Client token is required");
25499
25499
  throw C.name = "INVALID_SESSION", C;
25500
25500
  }
25501
- this.config.service.ev.preloadEvervault({ teamId: f, appId: p });
25501
+ this.config.service.ev.preloadEvervault({ teamId: f, appId: p }).finally();
25502
25502
  const v = yield n.updateTransaction(o, a, s);
25503
25503
  if (v != null && v.error) {
25504
25504
  const C = new Error("INVALID_SESSION");