@getpara/core-sdk 2.0.0-alpha.31 → 2.0.0-alpha.32

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.
@@ -1510,6 +1510,9 @@ const _ParaCore = class _ParaCore {
1510
1510
  isFullyLoggedIn() {
1511
1511
  return __async(this, null, function* () {
1512
1512
  if (this.externalWalletConnectionType === "CONNECTION_ONLY") {
1513
+ if (!this.isReady) {
1514
+ yield this.ready();
1515
+ }
1513
1516
  return true;
1514
1517
  }
1515
1518
  if (this.isGuestMode) {
@@ -40,7 +40,7 @@ __export(constants_exports, {
40
40
  SHORT_POLLING_INTERVAL_MS: () => SHORT_POLLING_INTERVAL_MS
41
41
  });
42
42
  module.exports = __toCommonJS(constants_exports);
43
- const PARA_CORE_VERSION = "2.0.0-alpha.31";
43
+ const PARA_CORE_VERSION = "2.0.0-alpha.32";
44
44
  const PREFIX = "@CAPSULE/";
45
45
  const LOCAL_STORAGE_AUTH_INFO = `${PREFIX}authInfo`;
46
46
  const LOCAL_STORAGE_EMAIL = `${PREFIX}e-mail`;
@@ -1476,6 +1476,9 @@ const _ParaCore = class _ParaCore {
1476
1476
  isFullyLoggedIn() {
1477
1477
  return __async(this, null, function* () {
1478
1478
  if (this.externalWalletConnectionType === "CONNECTION_ONLY") {
1479
+ if (!this.isReady) {
1480
+ yield this.ready();
1481
+ }
1479
1482
  return true;
1480
1483
  }
1481
1484
  if (this.isGuestMode) {
@@ -1,5 +1,5 @@
1
1
  import "./chunk-7B52C2XE.js";
2
- const PARA_CORE_VERSION = "2.0.0-alpha.31";
2
+ const PARA_CORE_VERSION = "2.0.0-alpha.32";
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,11 +1,11 @@
1
1
  {
2
2
  "name": "@getpara/core-sdk",
3
- "version": "2.0.0-alpha.31",
3
+ "version": "2.0.0-alpha.32",
4
4
  "dependencies": {
5
5
  "@celo/utils": "^8.0.2",
6
6
  "@cosmjs/encoding": "^0.32.4",
7
7
  "@ethereumjs/util": "^9.1.0",
8
- "@getpara/user-management-client": "2.0.0-alpha.31",
8
+ "@getpara/user-management-client": "2.0.0-alpha.32",
9
9
  "@noble/hashes": "^1.5.0",
10
10
  "base64url": "^3.0.1",
11
11
  "libphonenumber-js": "^1.11.7",
@@ -27,7 +27,7 @@
27
27
  "dist",
28
28
  "package.json"
29
29
  ],
30
- "gitHead": "54aac22b2d0b4cc730ab7f2e82cdd8a96729b039",
30
+ "gitHead": "2c1a4e1ef169c177238c8b0358e84dc86f614614",
31
31
  "main": "dist/cjs/index.js",
32
32
  "module": "dist/esm/index.js",
33
33
  "scripts": {