@getpara/core-sdk 2.0.0-alpha.17 → 2.0.0-alpha.18

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.
@@ -1655,7 +1655,6 @@ const _ParaCore = class _ParaCore {
1655
1655
  }
1656
1656
  onPoll == null ? void 0 : onPoll();
1657
1657
  } catch (err) {
1658
- console.error(err);
1659
1658
  onPoll == null ? void 0 : onPoll();
1660
1659
  }
1661
1660
  }
@@ -39,7 +39,7 @@ __export(constants_exports, {
39
39
  SHORT_POLLING_INTERVAL_MS: () => SHORT_POLLING_INTERVAL_MS
40
40
  });
41
41
  module.exports = __toCommonJS(constants_exports);
42
- const PARA_CORE_VERSION = "2.0.0-alpha.17";
42
+ const PARA_CORE_VERSION = "2.0.0-alpha.18";
43
43
  const PREFIX = "@CAPSULE/";
44
44
  const LOCAL_STORAGE_AUTH_INFO = `${PREFIX}authInfo`;
45
45
  const LOCAL_STORAGE_EMAIL = `${PREFIX}e-mail`;
@@ -1618,7 +1618,6 @@ const _ParaCore = class _ParaCore {
1618
1618
  }
1619
1619
  onPoll == null ? void 0 : onPoll();
1620
1620
  } catch (err) {
1621
- console.error(err);
1622
1621
  onPoll == null ? void 0 : onPoll();
1623
1622
  }
1624
1623
  }
@@ -1,5 +1,5 @@
1
1
  import "./chunk-7B52C2XE.js";
2
- const PARA_CORE_VERSION = "2.0.0-alpha.17";
2
+ const PARA_CORE_VERSION = "2.0.0-alpha.18";
3
3
  const PREFIX = "@CAPSULE/";
4
4
  const LOCAL_STORAGE_AUTH_INFO = `${PREFIX}authInfo`;
5
5
  const LOCAL_STORAGE_EMAIL = `${PREFIX}e-mail`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getpara/core-sdk",
3
- "version": "2.0.0-alpha.17",
3
+ "version": "2.0.0-alpha.18",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "@celo/utils": "^8.0.2",
11
11
  "@cosmjs/encoding": "^0.32.4",
12
12
  "@ethereumjs/util": "^9.1.0",
13
- "@getpara/user-management-client": "2.0.0-alpha.17",
13
+ "@getpara/user-management-client": "2.0.0-alpha.18",
14
14
  "@noble/hashes": "^1.5.0",
15
15
  "base64url": "^3.0.1",
16
16
  "libphonenumber-js": "1.11.2",
@@ -41,5 +41,5 @@
41
41
  "require": "./dist/cjs/index.js"
42
42
  }
43
43
  },
44
- "gitHead": "5cb0f3dee5564995c465ead160ed817ba2ba37a7"
44
+ "gitHead": "2333bc727fe61593821d448ee12facaee230c4b0"
45
45
  }