@ranty/ranty-sdk 0.0.12 → 0.0.13

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -14509,7 +14509,8 @@ function ga(r, e) {
14509
14509
  requestedValidationChannelId: e
14510
14510
  }), console.log("requestedChannel", t);
14511
14511
  try {
14512
- throw new Error("UNKNOWN");
14512
+ const n = yield r.initiateValidation(t);
14513
+ return console.log("initiateValidation", n), n;
14513
14514
  } catch (n) {
14514
14515
  throw console.error(n.details), Bt(), n;
14515
14516
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ranty/ranty-sdk",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Ranty sdk",
5
5
  "main": "dist/index.js",
6
6
  "exports": {