@edge-markets/connect 1.3.0 → 1.4.0

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
@@ -67,7 +67,7 @@ var TRANSFER_STATUSES = [
67
67
  "failed",
68
68
  "expired"
69
69
  ];
70
- var OTP_METHODS = ["sms", "totp"];
70
+ var OTP_METHODS = ["sms", "totp", "email"];
71
71
 
72
72
  // src/config/environments.ts
73
73
  var EDGE_ENVIRONMENTS = {
package/dist/index.mjs CHANGED
@@ -6,7 +6,7 @@ var TRANSFER_STATUSES = [
6
6
  "failed",
7
7
  "expired"
8
8
  ];
9
- var OTP_METHODS = ["sms", "totp"];
9
+ var OTP_METHODS = ["sms", "totp", "email"];
10
10
 
11
11
  // src/config/environments.ts
12
12
  var EDGE_ENVIRONMENTS = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edge-markets/connect",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "Core types, configuration, and utilities for EDGE Connect SDK",
5
5
  "author": "EdgeBoost",
6
6
  "license": "MIT",