@getpara/core-sdk 2.0.0-alpha.56 → 2.0.0-alpha.57

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.
@@ -3294,6 +3294,7 @@ Need help? Visit: https://docs.getpara.com or contact support
3294
3294
  if (serverAuthState.stage === "login" || serverAuthState.stage === "done") {
3295
3295
  throw new Error("Account already exists.");
3296
3296
  }
3297
+ yield this.touchSession(true);
3297
3298
  return __privateMethod(this, _ParaCore_instances, prepareAuthState_fn).call(this, serverAuthState, urlOptions);
3298
3299
  });
3299
3300
  }
@@ -43,7 +43,7 @@ __export(constants_exports, {
43
43
  SHORT_POLLING_INTERVAL_MS: () => SHORT_POLLING_INTERVAL_MS
44
44
  });
45
45
  module.exports = __toCommonJS(constants_exports);
46
- const PARA_CORE_VERSION = "2.0.0-alpha.56";
46
+ const PARA_CORE_VERSION = "2.0.0-alpha.57";
47
47
  const PREFIX = "@CAPSULE/";
48
48
  const PARA_PREFIX = "@PARA/";
49
49
  const LOCAL_STORAGE_AUTH_INFO = `${PREFIX}authInfo`;
@@ -3258,6 +3258,7 @@ Need help? Visit: https://docs.getpara.com or contact support
3258
3258
  if (serverAuthState.stage === "login" || serverAuthState.stage === "done") {
3259
3259
  throw new Error("Account already exists.");
3260
3260
  }
3261
+ yield this.touchSession(true);
3261
3262
  return __privateMethod(this, _ParaCore_instances, prepareAuthState_fn).call(this, serverAuthState, urlOptions);
3262
3263
  });
3263
3264
  }
@@ -1,5 +1,5 @@
1
1
  import "./chunk-W5CT3TVS.js";
2
- const PARA_CORE_VERSION = "2.0.0-alpha.56";
2
+ const PARA_CORE_VERSION = "2.0.0-alpha.57";
3
3
  const PREFIX = "@CAPSULE/";
4
4
  const PARA_PREFIX = "@PARA/";
5
5
  const LOCAL_STORAGE_AUTH_INFO = `${PREFIX}authInfo`;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@getpara/core-sdk",
3
- "version": "2.0.0-alpha.56",
3
+ "version": "2.0.0-alpha.57",
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.56",
8
+ "@getpara/user-management-client": "2.0.0-alpha.57",
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": "908fa2e02b383f43eef312c0cbeb2f2076e8dc25",
30
+ "gitHead": "6af8b61e587b4c2f3cd0f8d8accc2f0878667552",
31
31
  "main": "dist/cjs/index.js",
32
32
  "module": "dist/esm/index.js",
33
33
  "scripts": {